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

Ferruh Yigit ferruh.yigit at intel.com
Wed Jul 5 16:46:19 CEST 2017


On 7/5/2017 3:35 PM, Adrien Mazarguil wrote:
> 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 mbufs to the pool to avoid crashing.
>>
>> Fixes: 7fae69eeff13 ("mlx4: new poll mode driver")
>> CC: stable at dpdk.org
>>
>> Signed-off-by: Vasily Philipov <vasilyf at mellanox.com>
> 
> Thanks Vasily, except for the minor nit below,
> 
> Acked-by: Adrien Mazarguil <adrien.mazarguil at 6wind.com>

Applied to dpdk-next-net/master, thanks.


> "membuf" => "mbuf"
Fixed while applying.


More information about the dev mailing list