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: sta...@dpdk.org >> >> Signed-off-by: Vasily Philipov <vasi...@mellanox.com> > > Thanks Vasily, except for the minor nit below, > > Acked-by: Adrien Mazarguil <adrien.mazarg...@6wind.com>
Applied to dpdk-next-net/master, thanks. > "membuf" => "mbuf" Fixed while applying.