Skip to content

Commit

Permalink
ice: Support IPv6 Flow Director filters
Browse files Browse the repository at this point in the history
Extend supported filters to allow for IPv6 filters.

Supported fields are: src-ip, dst-ip, src-port, and dst-port
Supported flow-types are: tcp6, udp6, sctp6, ip6

Example usage:

ethtool -N eth0 flow-type tcp6 src-port 12 dst-port 13 \
src-ip fce0::1:34 dst-ip fce0::1:35 action 32

Signed-off-by: Henry Tieman <henry.w.tieman@intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
  • Loading branch information
Henry Tieman authored and Jeff Kirsher committed May 23, 2020
1 parent cac2a27 commit 165d80d
Show file tree
Hide file tree
Showing 5 changed files with 642 additions and 81 deletions.
Loading

0 comments on commit 165d80d

Please sign in to comment.