net/i40e: support cloud filter with L4 port
authorGuinan Sun <guinanx.sun@intel.com>
Wed, 8 Jul 2020 07:40:58 +0000 (07:40 +0000)
committerFerruh Yigit <ferruh.yigit@intel.com>
Sat, 11 Jul 2020 04:18:52 +0000 (06:18 +0200)
commit1d169e9dafb849d9c3737b5c8e87df23f4029ad4
treedbc28d210c3712fb9f105be7833a79123e11db6e
parent4c7a41ae6b236af3198a13e3ccd6df9fd5a192b8
net/i40e: support cloud filter with L4 port

This patch enables cloud filter for IPv4/6_UDP/TCP/SCTP with
SRC port only or DST port only.
This supports different filter types for the same packet type.
E.g. one IPv4_UDP rules with SRC port only and another IPv4_UDP rule
with DST port only.

Signed-off-by: Guinan Sun <guinanx.sun@intel.com>
Acked-by: Beilei Xing <beilei.xing@intel.com>
doc/guides/nics/i40e.rst
doc/guides/rel_notes/release_20_08.rst
drivers/net/i40e/i40e_ethdev.c
drivers/net/i40e/i40e_ethdev.h
drivers/net/i40e/i40e_flow.c