[dpdk-dev] [PATCH v3] examples/vhost: remove async inflight packet counter

Maxime Coquelin maxime.coquelin at redhat.com
Wed Feb 3 18:21:00 CET 2021



On 2/3/21 5:27 PM, Maxime Coquelin wrote:
> 
> 
> On 2/2/21 7:17 AM, Cheng Jiang wrote:
>> Remove async inflight packet counter since there is no need to keep
>> tracking it. Increase MAX_ENQUEUED_SIZE to prevent packet segment number
>> tracking ring from being exhausted.
>>
>> Fixes: a68ba8e0a6b6 ("examples/vhost: refactor vhost data path")
>>
>> Signed-off-by: Cheng Jiang <Cheng1.jiang at intel.com>
>> ---
>> v3: fixed fixes commit id in git log
>>
>> v2: fixed a typo
>>
>>  examples/vhost/ioat.h |  2 +-
>>  examples/vhost/main.c | 10 +---------
>>  examples/vhost/main.h |  1 -
>>  3 files changed, 2 insertions(+), 11 deletions(-)
>>
> 
> Reviewed-by: Maxime Coquelin <maxime.coquelin at redhat.com>
> 
> Thanks,
> Maxime
> 


Applied to dpdk-next-virtio/main.

Thanks,
Maxime



More information about the dev mailing list