numam-dpdk/drivers/net
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
..
af_packet net/af_packet: add byte counters 2016-06-15 17:13:55 +02:00
bnx2x net/bnx2x: update driver version to 1.0.1.1 2016-06-15 17:13:55 +02:00
bonding net/bonding: replace panic with errno code return 2016-06-20 17:21:48 +02:00
cxgbe net/cxgbe: support register dump 2016-06-15 17:13:55 +02:00
e1000 net/e1000: fix build with clang 2016-06-15 17:13:56 +02:00
ena mk: cleanup leftover references to malloc library 2016-05-06 15:51:22 +02:00
enic net/enic: fix Tx IP and UDP/TCP checksum offload 2016-06-15 17:13:56 +02:00
fm10k net/mbuf: remove unused Rx error flags 2016-06-20 17:21:49 +02:00
i40e net/mbuf: remove unused Rx error flags 2016-06-20 17:21:49 +02:00
ixgbe net/ixgbe: rename x86 vector driver file 2016-06-15 17:13:54 +02:00
mlx4 net/mlx: regenerate autoconf file automatically 2016-06-20 17:21:48 +02:00
mlx5 net/mlx: regenerate autoconf file automatically 2016-06-20 17:21:48 +02:00
mpipe mbuf: add raw allocation function 2016-05-17 08:31:33 +02:00
nfp mbuf: add new Rx flags for stripped VLAN 2016-06-15 17:18:57 +02:00
null net/null: set port id in received mbufs 2016-06-20 17:21:48 +02:00
pcap net/pcap: fix crash on close 2016-06-15 17:13:56 +02:00
qede net/qede: allow firmware to query LAN stats 2016-06-15 17:13:55 +02:00
ring ethdev: redesign link speed config 2016-04-01 21:38:34 +02:00
szedata2 mk: fix internal dependencies 2016-06-29 13:33:01 +02:00
vhost mk: fix internal dependencies 2016-06-29 13:33:01 +02:00
virtio mk: fix internal dependencies 2016-06-29 13:33:01 +02:00
vmxnet3 mbuf: add new Rx flags for stripped VLAN 2016-06-15 17:18:57 +02:00
xenvirt mempool: rename object constructor typedef 2016-05-19 14:40:12 +02:00
Makefile qede: enable PMD build 2016-05-06 15:51:22 +02:00