Re: [dpdk-dev] [PATCH v3] vhost: add device reset status

2020-09-18 Thread Maxime Coquelin
On 8/10/20 3:18 PM, Chenbo Xia wrote: > vhost lib now does not have definition of reset status. This patch > adds the reset status definition and changes related log. > > Signed-off-by: Chenbo Xia > --- > lib/librte_vhost/vhost.h | 1 + > lib/librte_vhost/vhost_user.c | 2 ++ > 2 files c

Re: [dpdk-dev] [PATCH v3] vhost: add device reset status

2020-09-18 Thread Maxime Coquelin
On 8/10/20 3:18 PM, Chenbo Xia wrote: > vhost lib now does not have definition of reset status. This patch > adds the reset status definition and changes related log. > > Signed-off-by: Chenbo Xia > --- > lib/librte_vhost/vhost.h | 1 + > lib/librte_vhost/vhost_user.c | 2 ++ > 2 files c

[dpdk-dev] [PATCH v3] vhost: add device reset status

2020-08-09 Thread Chenbo Xia
vhost lib now does not have definition of reset status. This patch adds the reset status definition and changes related log. Signed-off-by: Chenbo Xia --- lib/librte_vhost/vhost.h | 1 + lib/librte_vhost/vhost_user.c | 2 ++ 2 files changed, 3 insertions(+) diff --git a/lib/librte_vhost/vh