Re: [dpdk-dev] [PATCH 3/4] examples/vhost: remove dequeue zero-copy support

2020-09-22 Thread Xia, Chenbo
> -Original Message- > From: Maxime Coquelin > Sent: Tuesday, September 15, 2020 9:36 PM > To: dev@dpdk.org; Xia, Chenbo ; Stokes, Ian > > Cc: Maxime Coquelin > Subject: [PATCH 3/4] examples/vhost: remove dequeue zero-copy support > > Dequeue zero-copy feature is being removed from the

[dpdk-dev] [PATCH 3/4] examples/vhost: remove dequeue zero-copy support

2020-09-15 Thread Maxime Coquelin
Dequeue zero-copy feature is being removed from the Vhost library. This preliminary patch removes its uses in the Vhost example application. Signed-off-by: Maxime Coquelin --- examples/vhost/main.c | 18 +- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/examples/vh