numam-dpdk/drivers/net/ixgbe
Wei Zhao c29315b87d net/ixgbe: remove tpid check for flow director
DPDK community has several emails discussion on this topic,
these mails link is bellow:
http://dpdk.org/ml/archives/dev/2017-March/060379.html,
http://dpdk.org/ml/archives/dev/2017-March/060295.html,

items like VLAN can already have several valid "types"
(0x88a8, 0x8100, 0x9100), and who knows what will come up
in the future.

And ixgbe_flow just ignores the types when do filter configuration.
So it may be reasonable to delete the related tpid check process.

Also add some more comment log on stack explanation.

Fixes: 11777435c7 ("net/ixgbe: parse flow director filter")
Cc: stable@dpdk.org

Signed-off-by: Wei Zhao <wei.zhao1@intel.com>
2017-04-19 15:37:37 +02:00
..
base net/ixgbe/base: update shared code version to 2017.02.27 2017-04-04 15:52:51 +02:00
ixgbe_82599_bypass.c ixgbe: clean up code style 2016-05-06 15:51:22 +02:00
ixgbe_bypass_api.h ixgbe: support new devices and MAC types 2016-03-16 17:09:27 +01:00
ixgbe_bypass_defines.h ixgbe: clean up code style 2016-05-06 15:51:22 +02:00
ixgbe_bypass.c ixgbe: clean up code style 2016-05-06 15:51:22 +02:00
ixgbe_bypass.h ixgbe: clean up code style 2016-05-06 15:51:22 +02:00
ixgbe_ethdev.c net/ixgbe: move private APIs to a specific file 2017-04-19 15:37:37 +02:00
ixgbe_ethdev.h net/ixgbe: move private APIs to a specific file 2017-04-19 15:37:37 +02:00
ixgbe_fdir.c net/ixgbe: parse flow director filter 2017-01-17 19:41:43 +01:00
ixgbe_flow.c net/ixgbe: remove tpid check for flow director 2017-04-19 15:37:37 +02:00
ixgbe_logs.h drivers: allow pruning log during build 2015-07-30 20:16:04 +02:00
ixgbe_pf.c net/ixgbe: fix Rx queue blocking issue 2017-04-04 15:52:51 +02:00
ixgbe_regs.h net/ixgbe: remove unused global variable 2017-01-17 19:40:52 +01:00
ixgbe_rxtx_vec_common.h net/ixgbe: remove option to disable offload flags 2017-04-19 15:37:37 +02:00
ixgbe_rxtx_vec_neon.c net/ixgbe: remove option to disable offload flags 2017-04-19 15:37:37 +02:00
ixgbe_rxtx_vec_sse.c net/ixgbe: remove option to disable offload flags 2017-04-19 15:37:37 +02:00
ixgbe_rxtx.c drivers/net: do not touch mbuf next or nb segs on Rx 2017-04-05 11:30:29 +02:00
ixgbe_rxtx.h net/ixgbe: remove limit of Tx burst size 2017-04-04 19:02:55 +02:00
Makefile net/ixgbe: move private APIs to a specific file 2017-04-19 15:37:37 +02:00
rte_pmd_ixgbe_version.map net/ixgbe: allocate TC bandwidth 2017-04-04 19:03:03 +02:00
rte_pmd_ixgbe.c net/ixgbe: move private APIs to a specific file 2017-04-19 15:37:37 +02:00
rte_pmd_ixgbe.h net/ixgbe: allocate TC bandwidth 2017-04-04 19:03:03 +02:00