Re: [dpdk-dev] [PATCH 2/4] examples/vhost_crypto: use vhost async-copy flag

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 2/4] examples/vhost_crypto: use vhost async-copy flag > > The crypto backend uses RTE_VHOST_USER_DEQUEUE_ZERO_

[dpdk-dev] [PATCH 2/4] examples/vhost_crypto: use vhost async-copy flag

2020-09-15 Thread Maxime Coquelin
The crypto backend uses RTE_VHOST_USER_DEQUEUE_ZERO_COPY only for the shared areas to be populated at mmap time. It does not use the other mechanisms the feature provides. Now that RTE_VHOST_USER_DEQUEUE_ZERO_COPY is being removed, let's use RTE_VHOST_USER_ASYNC_COPY instead which does the same th