[dpdk-dev] [PATCH 1/3] vhost: add log if fails to bind a socket

2015-07-03 Thread Ouyang, Changchun
> -Original Message- > From: Xie, Huawei > Sent: Thursday, July 2, 2015 5:29 PM > To: Ouyang, Changchun; dev at dpdk.org > Cc: Cao, Waterman; Xu, Qian Q > Subject: Re: [PATCH 1/3] vhost: add log if fails to bind a socket > > On 7/2/2015 11:33 AM, Ouyang, Changchun wrote: > > It adds

[dpdk-dev] [PATCH 1/3] vhost: add log if fails to bind a socket

2015-07-02 Thread Ouyang Changchun
It adds more readable log info if a socket fails to bind to local device file name. Signed-off-by: Changchun Ouyang --- lib/librte_vhost/vhost_user/vhost-net-user.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/librte_vhost/vhost_user/vhost-net-user.c

[dpdk-dev] [PATCH 1/3] vhost: add log if fails to bind a socket

2015-07-02 Thread Xie, Huawei
On 7/2/2015 11:33 AM, Ouyang, Changchun wrote: > It adds more readable log info if a socket fails to bind to local device file > name. fails in binding, not fail to bind, :). >

[dpdk-dev] [PATCH 1/3] vhost: add log if fails to bind a socket

2015-07-02 Thread Xie, Huawei
On 7/2/2015 11:33 AM, Ouyang, Changchun wrote: > It adds more readable log info if a socket fails to bind to local device file > name. local socket file, not device file. :). > > Signed-off-by: Changchun Ouyang > --- > lib/librte_vhost/vhost_user/vhost-net-user.c | 5 - > 1 file changed, 4