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

2020-09-22 Thread Xia, Chenbo
Hi Maxime, You left a helper string here 😊 (http://code.dpdk.org/dpdk/v20.08/source/drivers/net/vhost/rte_eth_vhost.c#L1677) Thanks! Chenbo > -Original Message- > From: Maxime Coquelin > Sent: Tuesday, September 15, 2020 9:36 PM > To: dev@dpdk.org; Xia, Chenbo ; Stokes, Ian > > Cc: Max

[dpdk-dev] [PATCH 1/4] net/vhost: remove dequeue zero-copy support

2020-09-15 Thread Maxime Coquelin
The dequeue zero-copy feature from the Vhost library is being removed in this release, this patch remove its support in the Vhost PMD. Signed-off-by: Maxime Coquelin --- drivers/net/vhost/rte_eth_vhost.c | 13 - 1 file changed, 13 deletions(-) diff --git a/drivers/net/vhost/rte_eth_