diff options
author | David S. Miller <davem@davemloft.net> | 2024-03-11 10:33:01 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2024-03-11 10:33:01 +0100 |
commit | f541fd7adf6a31065a8c397eea9b0095ad935d66 (patch) | |
tree | 0f73d133b78139be8b9fbe2dc71b46afe41ecfa6 /drivers/net/wan | |
parent | Merge tag 'mlx5-socket-direct-v3' of git://git.kernel.org/pub/scm/linux/kerne... (diff) | |
parent | ice: Implement RSS settings for GTP using ethtool (diff) | |
download | linux-f541fd7adf6a31065a8c397eea9b0095ad935d66.tar.xz linux-f541fd7adf6a31065a8c397eea9b0095ad935d66.zip |
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue
Tony Nguyen says:
====================
ethtool: ice: Support for RSS settings to GTP
Takeru Hayasaka enables RSS functionality for GTP packets on ice driver
with ethtool.
A user can include TEID and make RSS work for GTP-U over IPv4 by doing the
following:`ethtool -N ens3 rx-flow-hash gtpu4 sde`
In addition to gtpu(4|6), we now support gtpc(4|6),gtpc(4|6)t,gtpu(4|6)e,
gtpu(4|6)u, and gtpu(4|6)d.
gtpc(4|6): Used for GTP-C in IPv4 and IPv6, where the GTP header format does
not include a TEID.
gtpc(4|6)t: Used for GTP-C in IPv4 and IPv6, with a GTP header format that
includes a TEID.
gtpu(4|6): Used for GTP-U in both IPv4 and IPv6 scenarios.
gtpu(4|6)e: Used for GTP-U with extended headers in both IPv4 and IPv6.
gtpu(4|6)u: Used when the PSC (PDU session container) in the GTP-U extended
header includes Uplink, applicable to both IPv4 and IPv6.
gtpu(4|6)d: Used when the PSC in the GTP-U extended header includes Downlink,
for both IPv4 and IPv6.
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/wan')
0 files changed, 0 insertions, 0 deletions