[dpdk-dev] [PATCH 2/3] vhost: fix the comments and log

2015-07-03 Thread Ouyang, Changchun
> -Original Message- > From: Xie, Huawei > Sent: Thursday, July 2, 2015 5:25 PM > To: Ouyang, Changchun; dev at dpdk.org > Cc: Cao, Waterman; Xu, Qian Q > Subject: Re: [PATCH 2/3] vhost: fix the comments and log > > > On 7/2/2015 11:33 AM, Ouyang, Changchun wrote: > > It fixes the wrong

[dpdk-dev] [PATCH 2/3] vhost: fix the comments and log

2015-07-02 Thread Ouyang Changchun
It fixes the wrong log info when fails to unregister vhost driver. Signed-off-by: Changchun Ouyang --- examples/vhost/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/vhost/main.c b/examples/vhost/main.c index 7863dcf..72c4773 100644 --- a/examples/vhost/ma

[dpdk-dev] [PATCH 2/3] vhost: fix the comments and log

2015-07-02 Thread Xie, Huawei
On 7/2/2015 11:33 AM, Ouyang, Changchun wrote: > It fixes the wrong log info when fails to unregister vhost driver. As commented elsewhere, fails in unregistering, not fails to unregister. :).

[dpdk-dev] [PATCH 2/3] vhost: fix the comments and log

2015-07-02 Thread Xie, Huawei
On 7/2/2015 11:33 AM, Ouyang, Changchun wrote: > It fixes the wrong log info when fails to unregister vhost driver. > > Signed-off-by: Changchun Ouyang > --- > examples/vhost/main.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/examples/vhost/main.c b/examples/vhos