net/i40e: enable MAC address as flow director input set
authorLunyuan Cui <lunyuanx.cui@intel.com>
Thu, 2 Apr 2020 07:58:47 +0000 (07:58 +0000)
committerFerruh Yigit <ferruh.yigit@intel.com>
Tue, 21 Apr 2020 11:57:06 +0000 (13:57 +0200)
commitea0c22fd8227a3ac3507984ff766d66355a3651e
tree58c2037da613ea7efffc8f39b9b940a0664239cc
parent2aa55b41359c64aecadf670d8c0fc15c7cc23df5
net/i40e: enable MAC address as flow director input set

Enable source MAC address and destination MAC address as FDIR's
input set for ipv4-other, ipv4-udp and ipv4-tcp. When OVS-DPDK is
working as a pure L2 switch, enable MAC address as FDIR input set
with Mark+RSS action would help the performance speed up. And FVL
FDIR supports to change input set with MAC address.

Signed-off-by: Lunyuan Cui <lunyuanx.cui@intel.com>
Acked-by: Beilei Xing <beilei.xing@intel.com>
doc/guides/rel_notes/release_20_05.rst
drivers/net/i40e/i40e_ethdev.c
drivers/net/i40e/i40e_ethdev.h
drivers/net/i40e/i40e_fdir.c
drivers/net/i40e/i40e_flow.c