diff options
| author | Haiyue Wang <[email protected]> | 2021-03-09 03:08:12 +0000 |
|---|---|---|
| committer | Tony Nguyen <[email protected]> | 2021-03-22 18:32:12 +0000 |
| commit | 527691bf0682d7ddcca77fc17dabd2fa090572ff (patch) | |
| tree | 100c3122bbaf35c5fcae933cb7ef3e92c9e18a6d /net/lapb/lapb_timer.c | |
| parent | iavf: Add framework to enable ethtool ntuple filters (diff) | |
| download | kernel-527691bf0682d7ddcca77fc17dabd2fa090572ff.tar.gz kernel-527691bf0682d7ddcca77fc17dabd2fa090572ff.zip | |
iavf: Support IPv4 Flow Director filters
Support the addition and deletion of IPv4 filters.
Supported fields are: src-ip, dst-ip, src-port, dst-port and l4proto
Supported flow-types are: tcp4, udp4, sctp4, ip4, ah4, esp4
Example usage:
ethtool -N ens787f0v0 flow-type tcp4 src-ip 192.168.0.20 \
dst-ip 192.168.0.21 tos 4 src-port 22 dst-port 23 action 8
L2TPv3 over IP with 'Session ID' 17:
ethtool -N ens787f0v0 flow-type ip4 l4proto 115 l4data 17 action 3
Signed-off-by: Haiyue Wang <[email protected]>
Tested-by: Chen Bo <[email protected]>
Signed-off-by: Tony Nguyen <[email protected]>
Diffstat (limited to 'net/lapb/lapb_timer.c')
0 files changed, 0 insertions, 0 deletions
