numam-dpdk/drivers/net/fm10k
Olivier Matz 6046898f50 net/mbuf: remove unused Rx error flags
Following the discussions from:
http://dpdk.org/ml/archives/dev/2015-July/021721.html
http://dpdk.org/ml/archives/dev/2016-April/038143.html

The value of these flags is 0, making them useless. Today, no example
application checks them on Rx, and only few drivers sets them and
silently give wrong packets to the application, which should not happen.

This patch removes the unused flags from rte_mbuf and their use in the
drivers. The i40e and fm10k are kept as they are today and should be
fixed to drop bad packets. The enic driver is managed by its maintainer
in another patch.

Fixes: c22265f6 ("mbuf: add new packet flags for i40e")

Signed-off-by: Olivier Matz <olivier.matz@6wind.com>
Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
2016-06-20 17:21:49 +02:00
..
base fm10k/base: remove unused struct element 2016-03-16 18:51:44 +01:00
fm10k_ethdev.c ethdev: remove name from extended statistic fetch 2016-06-16 18:12:00 +02:00
fm10k_logs.h drivers: allow pruning log during build 2015-07-30 20:16:04 +02:00
fm10k_rxtx_vec.c net/mbuf: remove unused Rx error flags 2016-06-20 17:21:49 +02:00
fm10k_rxtx.c net/mbuf: remove unused Rx error flags 2016-06-20 17:21:49 +02:00
fm10k.h fm10k: enable FTAG based forwarding 2016-03-16 18:51:44 +01:00
Makefile mk: fix missing internal dependencies 2016-06-13 16:17:56 +02:00
rte_pmd_fm10k_version.map fm10k: move to drivers/net/ 2015-05-22 16:06:22 +02:00