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

2020-08-07 Thread Xia, Chenbo
Hi Adrian, > -Original Message- > From: Adrian Moreno > Sent: Thursday, August 6, 2020 7:59 PM > To: Xia, Chenbo ; dev@dpdk.org > Cc: maxime.coque...@redhat.com; Wang, Zhihong > Subject: Re: [PATCH v1] vhost: add device reset status > > > > On 8/6/20 1:34 PM, Chenbo Xia wrote: > > vho

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

2020-08-06 Thread Adrian Moreno
On 8/6/20 1:34 PM, Chenbo Xia wrote: > vhost lib now does not have definition of reset status. This patch > adds the reset status definiton and changes related log. > > Signed-off-by: Chenbo Xia > --- > lib/librte_vhost/vhost.h | 1 + > lib/librte_vhost/vhost_user.c | 2 ++ > 2 files cha

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

2020-08-05 Thread Chenbo Xia
vhost lib now does not have definition of reset status. This patch adds the reset status definiton 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/vho