]> git.droids-corp.org - dpdk.git/commit
net/ice/base: enable flow director for IPv6 next protocol
authorJie Wang <jie1x.wang@intel.com>
Sat, 7 May 2022 09:13:45 +0000 (17:13 +0800)
committerQi Zhang <qi.z.zhang@intel.com>
Tue, 17 May 2022 00:44:21 +0000 (02:44 +0200)
commit1a09fa53d8e3fc39a8fd957d814d3390e0801dae
tree438b37e02014f67d45032a01b9785209f8940610
parent865df516f931827580f00e65f246f49838c722bb
net/ice/base: enable flow director for IPv6 next protocol

To support the new DDP and be compatible with the old version DDP
file, API function 'check_ddp_support_proto_id' is added to detect
if the required protocol ID is supported by the current DDP file.

Add new protocol ID IPV6_NEXT_PROTO support for PF FDIR if current
DDP is new DDP and keep behavior if it is the old version DDP.

Signed-off-by: Jie Wang <jie1x.wang@intel.com>
Acked-by: Qi Zhang <qi.z.zhang@intel.com>
drivers/net/ice/base/ice_flow.c
drivers/net/ice/base/ice_parser.c
drivers/net/ice/base/ice_parser.h
drivers/net/ice/base/ice_proto_grp.c
drivers/net/ice/base/ice_proto_grp.h
drivers/net/ice/base/ice_protocol_type.h