Re: [dpdk-dev] [PATCH 1/3] vhost: remove unused Vhost virtqueue field

2021-01-07 Thread Xia, Chenbo
> -Original Message- > From: Maxime Coquelin > Sent: Tuesday, December 22, 2020 9:57 PM > To: dev@dpdk.org; Xia, Chenbo ; amore...@redhat.com > Cc: Maxime Coquelin > Subject: [PATCH 1/3] vhost: remove unused Vhost virtqueue field > > This patch removes the "backend" field of the > vhost_

[dpdk-dev] [PATCH 1/3] vhost: remove unused Vhost virtqueue field

2020-12-22 Thread Maxime Coquelin
This patch removes the "backend" field of the vhost_virtqueue struct, which is not used by the library. Signed-off-by: Maxime Coquelin --- lib/librte_vhost/vhost.c | 2 -- lib/librte_vhost/vhost.h | 2 -- 2 files changed, 4 deletions(-) diff --git a/lib/librte_vhost/vhost.c b/lib/librte_vhost/v