Re: [dpdk-dev] [PATCH] net/dpaa2: accept packets with checksum error

2019-03-21 Thread Ferruh Yigit
On 3/19/2019 1:10 PM, Shreyansh Jain wrote: > Until now, DPAA2 driver was configured to drop any packet which > was marked as malformed by hardware - which included those with > wrong checksum. > With this patch, that configuration has been removed - hereafter, > all packets arriving on a DPMAC lin

[dpdk-dev] [PATCH] net/dpaa2: accept packets with checksum error

2019-03-19 Thread Shreyansh Jain
Until now, DPAA2 driver was configured to drop any packet which was marked as malformed by hardware - which included those with wrong checksum. With this patch, that configuration has been removed - hereafter, all packets arriving on a DPMAC link would be forwarded to a DPNI and further processing