Re: [dpdk-dev] [PATCH] net/virtio-user: fix the param string

2018-07-31 Thread Tiwei Bie
On Mon, Jul 30, 2018 at 10:43:37AM +0200, Maxime Coquelin wrote: > On 07/30/2018 10:28 AM, Tiwei Bie wrote: > > Add the missing param "server" to param string. > > Also add the missing spaces after params. > > > > Fixes: bd8f50a45d0f ("net/virtio-user: support server mode") > > Cc: sta...@dpdk.org

Re: [dpdk-dev] [PATCH] net/virtio-user: fix the param string

2018-07-30 Thread Maxime Coquelin
On 07/30/2018 10:28 AM, Tiwei Bie wrote: Add the missing param "server" to param string. Also add the missing spaces after params. Fixes: bd8f50a45d0f ("net/virtio-user: support server mode") Cc: sta...@dpdk.org Signed-off-by: Tiwei Bie --- drivers/net/virtio/virtio_user_ethdev.c | 5 +++-

[dpdk-dev] [PATCH] net/virtio-user: fix the param string

2018-07-30 Thread Tiwei Bie
Add the missing param "server" to param string. Also add the missing spaces after params. Fixes: bd8f50a45d0f ("net/virtio-user: support server mode") Cc: sta...@dpdk.org Signed-off-by: Tiwei Bie --- drivers/net/virtio/virtio_user_ethdev.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions