Henry Tieman cac2a27cd9 ice: Support IPv4 Flow Director filters
Support the addition and deletion of IPv4 filters.

Supported fields are: src-ip, dst-ip, src-port, and dst-port
Supported flow-types are: tcp4, udp4, sctp4, ip4

Example usage:

ethtool -N eth0 flow-type tcp4 src-ip 192.168.0.55 dst-ip 172.16.0.55 \
src-port 16 dst-port 12 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>
2020-05-22 21:36:27 -07:00
..
2020-05-21 22:10:04 -07:00
2019-11-08 12:02:14 -08:00
2020-02-12 11:49:12 -08:00
2020-05-21 22:10:04 -07:00
2020-05-21 22:10:04 -07:00
2018-03-26 09:59:08 -07:00
2020-05-21 22:10:04 -07:00
2020-05-22 21:36:27 -07:00