[Intel-wired-lan] [PATCH S42 4/7] ice: Support IPv6 Flow Director filters
Bowers, AndrewX
andrewx.bowers at intel.com
Tue May 19 16:36:52 UTC 2020
> -----Original Message-----
> From: Intel-wired-lan <intel-wired-lan-bounces at osuosl.org> On Behalf Of
> Tony Nguyen
> Sent: Monday, May 11, 2020 6:02 PM
> To: intel-wired-lan at lists.osuosl.org
> Subject: [Intel-wired-lan] [PATCH S42 4/7] ice: Support IPv6 Flow Director
> filters
>
> From: Henry Tieman <henry.w.tieman at intel.com>
>
> 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 at intel.com>
> Signed-off-by: Tony Nguyen <anthony.l.nguyen at intel.com>
> ---
> .../net/ethernet/intel/ice/ice_ethtool_fdir.c | 391 +++++++++++++++---
> drivers/net/ethernet/intel/ice/ice_fdir.c | 303 ++++++++++++--
> drivers/net/ethernet/intel/ice/ice_fdir.h | 19 +-
> .../net/ethernet/intel/ice/ice_flex_pipe.c | 6 +
> drivers/net/ethernet/intel/ice/ice_type.h | 4 +
> 5 files changed, 642 insertions(+), 81 deletions(-)
Tested-by: Andrew Bowers <andrewx.bowers at intel.com>
More information about the Intel-wired-lan
mailing list