Re: [dpdk-dev] [PATCH] net/mlx4: fix mbuf poisoning in debug code

2017-07-05 Thread Adrien Mazarguil
On Wed, Jul 05, 2017 at 02:49:22PM +0300, Vasily Philipov wrote: > In debug mode, all mbuf ol_flags are temporarily enabled while sitting in > the Rx queue to detect otherwise silent data corruption, however some of > them are special (indirect and control) and must be cleared before > returning mb

[dpdk-dev] [PATCH] net/mlx4: fix mbuf poisoning in debug code

2017-07-05 Thread Vasily Philipov
In debug mode, all mbuf ol_flags are temporarily enabled while sitting in the Rx queue to detect otherwise silent data corruption, however some of them are special (indirect and control) and must be cleared before returning mbufs to the pool to avoid crashing. Fixes: 7fae69eeff13 ("mlx4: new poll