Re: [dpdk-dev] [PATCH] net/virtio: fix reporting of mbufs allocated on RxQ setup

2021-09-14 Thread Maxime Coquelin
On 8/20/21 2:47 PM, Andrew Rybchenko wrote: > From: Ivan Ilchenko > > Rx queue setup finish function may report wrong number of > allocated mbufs in case of in-order feature. Fix the > function to not ignore allocation error and count only > successfully allocated number of buffers. > > Fixes

Re: [dpdk-dev] [PATCH] net/virtio: fix reporting of mbufs allocated on RxQ setup

2021-09-13 Thread Maxime Coquelin
On 8/20/21 2:47 PM, Andrew Rybchenko wrote: > From: Ivan Ilchenko > > Rx queue setup finish function may report wrong number of > allocated mbufs in case of in-order feature. Fix the > function to not ignore allocation error and count only > successfully allocated number of buffers. > > Fixes

[dpdk-dev] [PATCH] net/virtio: fix reporting of mbufs allocated on RxQ setup

2021-08-20 Thread Andrew Rybchenko
From: Ivan Ilchenko Rx queue setup finish function may report wrong number of allocated mbufs in case of in-order feature. Fix the function to not ignore allocation error and count only successfully allocated number of buffers. Fixes: e5f456a98d3 ("net/virtio: support in-order Rx and Tx") Cc: st