Re: [dpdk-dev] [PATCH v1] vhost: fix async inflight packet counter

2020-11-09 Thread Maxime Coquelin
On 11/3/20 6:35 AM, Patrick Fu wrote: > Async inflight packet counter should take failed packets into account. > Failed packets will be deducted in the error handling logic. > > Fixes: 6b3c81db8bb7 ("vhost: simplify async copy completion") > Fixes: cd6760da1076 ("vhost: introduce async enqueue

Re: [dpdk-dev] [PATCH v1] vhost: fix async inflight packet counter

2020-11-09 Thread Maxime Coquelin
On 11/3/20 6:35 AM, Patrick Fu wrote: > Async inflight packet counter should take failed packets into account. > Failed packets will be deducted in the error handling logic. > > Fixes: 6b3c81db8bb7 ("vhost: simplify async copy completion") > Fixes: cd6760da1076 ("vhost: introduce async enqueue

[dpdk-dev] [PATCH v1] vhost: fix async inflight packet counter

2020-11-02 Thread Patrick Fu
Async inflight packet counter should take failed packets into account. Failed packets will be deducted in the error handling logic. Fixes: 6b3c81db8bb7 ("vhost: simplify async copy completion") Fixes: cd6760da1076 ("vhost: introduce async enqueue for split ring") Signed-off-by: Patrick Fu --- l