[dpdk-dev] [RFC] mbuf: remove unused rx error flags

2016-05-12 Thread Olivier MATZ
Hi, On 05/12/2016 03:32 AM, John Daley (johndale) wrote: >> This patch removes the unused flags from rte_mbuf, and their use in >> the drivers. The enic driver is modified to drop bad packets, but >> i40e and fm10k are kept as they are today and should be fixed to >> drop bad packets. > > Perhaps

[dpdk-dev] [RFC] mbuf: remove unused rx error flags

2016-05-12 Thread John Daley (johndale)
Hi, > -Original Message- > From: Olivier Matz [mailto:olivier.matz at 6wind.com] > Sent: Tuesday, May 10, 2016 1:40 AM > To: dev at dpdk.org > Cc: konstantin.ananyev at intel.com; John Daley (johndale) > ; helin.zhang at intel.com; arnon at qwilt.com; > rolette at infinite.io > Subject: [R

[dpdk-dev] [RFC] mbuf: remove unused rx error flags

2016-05-10 Thread Olivier Matz
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