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.ji...@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.coque...@redhat.com>
>
> Thanks,
> Maxime
>
Applied to dpdk-next-virtio/main.
Thanks,
Maxime