examples/vhost: remove async inflight packet counter
authorCheng Jiang <cheng1.jiang@intel.com>
Tue, 2 Feb 2021 06:17:51 +0000 (06:17 +0000)
committerFerruh Yigit <ferruh.yigit@intel.com>
Thu, 4 Feb 2021 17:19:36 +0000 (18:19 +0100)
commitd4d4c6fed60d764f5ad068fd0bda71f4bcba4fd7
tree91fd88b386725f5889e57703e9c5c81b850897ee
parent9944bddf80d692ade5ef6f7326541b13881cbbb9
examples/vhost: remove async inflight packet counter

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@intel.com>
Reviewed-by: Maxime Coquelin <maxime.coquelin@redhat.com>
examples/vhost/ioat.h
examples/vhost/main.c
examples/vhost/main.h