net/ice: support switch flow for specific L4 type
authorWei Zhao <wei.zhao1@intel.com>
Fri, 3 Jul 2020 06:19:36 +0000 (14:19 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Tue, 7 Jul 2020 21:38:26 +0000 (23:38 +0200)
commit86035f97fea5fc45a314cc0dce637e514eb168cc
tree90ecf18aaa9e608e7afc3de613caf3706e102575
parentea1e91e962e3d3915a041a20df5d849e5ce140f3
net/ice: support switch flow for specific L4 type

This patch add more specific tunnel type for ipv4/ipv6 packet,
it enable tcp/udp layer of ipv4/ipv6 as L4 payload but without
L4 dst/src port number as input set for the switch filter rule.

Fixes: 47d460d63233 ("net/ice: rework switch filter")
Cc: stable@dpdk.org
Signed-off-by: Wei Zhao <wei.zhao1@intel.com>
Acked-by: Qi Zhang <qi.z.zhang@intel.com>
drivers/net/ice/ice_switch_filter.c