numam-dpdk/drivers/net/i40e
Beilei Xing 81aebb47d1 net/i40e: fix flow director for eth + VLAN pattern
Currently, can't create more than one following flow for
ETH + VLAN pattern.

1. flow create 0 ingress pattern eth / vlan vid is 350 / end
   actions queue index 2 / end
2. flow create 0 ingress pattern eth / vlan vid is 351 / end
   actions queue index 3 / end

The root cause is the vlan_tci is not set correctly, it will
cause the keys of both of the two flows are the same.

Fixes: 42044b69c6 ("net/i40e: support input set selection for FDIR")
Cc: stable@dpdk.org

Signed-off-by: Beilei Xing <beilei.xing@intel.com>
Acked-by: Jeff Guo <jia.guo@intel.com>
2020-11-03 23:35:02 +01:00
..
base net/i40e: use write combining store for tail updates 2020-10-13 14:37:15 +02:00
i40e_ethdev_vf.c net/i40e: fix virtual channel conflict 2020-11-03 23:24:26 +01:00
i40e_ethdev.c ethdev: add device flag to bypass auto-filled queue xstats 2020-10-16 23:27:15 +02:00
i40e_ethdev.h net/i40e: fix virtual channel conflict 2020-11-03 23:24:26 +01:00
i40e_fdir.c net/i40e: fix recreating flexible flow director rule 2020-09-18 18:55:11 +02:00
i40e_flow.c net/i40e: fix flow director for eth + VLAN pattern 2020-11-03 23:35:02 +01:00
i40e_logs.h net/i40e: use dynamic log type for Tx/Rx debug 2019-10-07 15:00:58 +02:00
i40e_pf.c ethdev: remove underscore prefix from internal API 2020-09-18 18:55:08 +02:00
i40e_pf.h net/i40e: support AVF basic interface 2018-01-16 18:47:49 +01:00
i40e_regs.h drivers: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
i40e_rxtx_vec_altivec.c net/i40e: fix vector Rx 2020-11-03 23:24:26 +01:00
i40e_rxtx_vec_avx2.c net/i40e: use write combining store for tail updates 2020-10-13 14:37:15 +02:00
i40e_rxtx_vec_common.h net/i40e: fix setting L2TAG 2020-05-22 17:10:15 +02:00
i40e_rxtx_vec_neon.c net/i40e: fix vector Rx 2020-11-03 23:24:26 +01:00
i40e_rxtx_vec_sse.c net/i40e: fix vector Rx 2020-11-03 23:24:26 +01:00
i40e_rxtx.c net/i40e: check max SIMD bitwidth 2020-10-19 16:45:02 +02:00
i40e_rxtx.h net/i40e: optimize flow director update rate 2020-07-21 13:54:54 +02:00
i40e_tm.c drivers/net: update TM capability 2020-09-18 18:55:10 +02:00
i40e_vf_representor.c ethdev: add device flag to bypass auto-filled queue xstats 2020-10-16 23:27:15 +02:00
meson.build drivers: add headers install helper 2020-10-22 14:16:22 +02:00
rte_pmd_i40e.c net/i40e: remove duplicate tunnel type check 2020-08-05 18:52:15 +02:00
rte_pmd_i40e.h drivers/net: fix exposing internal headers 2020-07-11 06:18:54 +02:00
version.map build: remove library name from version map file name 2020-10-19 22:13:59 +02:00