Re: [dpdk-dev] [PATCH] net/virtio-user: specify the MAC of the tap

2018-03-29 Thread Maxime Coquelin
On 12/29/2017 04:38 AM, Ning Li wrote: When using virtio-user with vhost-kernel to exchange packet with kernel networking stack, application can set the MAC of the tap interface via parameter. Signed-off-by: Ning Li --- drivers/net/virtio/virtio_user/vhost_kernel.c | 3 ++- drivers/ne

Re: [dpdk-dev] [PATCH] net/virtio-user: specify the MAC of the tap

2018-03-28 Thread Tiwei Bie
Tan, Jianfeng > > Subject: Re: [dpdk-dev] [PATCH] net/virtio-user: specify the MAC of the tap > > > > On 29/12/2017 09:44, tiwei.bie at intel.com (Tiwei Bie) wrote: > > > Hi Ning, > > > > > > On Fri, Dec 29, 2017 at 11:38:42AM +0800, Ning Li wrote: >

Re: [dpdk-dev] [PATCH] net/virtio-user: specify the MAC of the tap

2018-03-28 Thread Tan, Jianfeng
> -Original Message- > From: Seán Harte [mailto:sea...@gmail.com] > Sent: Thursday, March 29, 2018 12:55 AM > To: Ning Li; Yuanhan Liu; Maxime Coquelin; Bie, Tiwei > Cc: dev@dpdk.org; Tan, Jianfeng > Subject: Re: [dpdk-dev] [PATCH] net/virtio-user: specify the MAC of

Re: [dpdk-dev] [PATCH] net/virtio-user: specify the MAC of the tap

2018-03-28 Thread Seán Harte
On 29/12/2017 09:44, tiwei.bie at intel.com (Tiwei Bie) wrote: Hi Ning, On Fri, Dec 29, 2017 at 11:38:42AM +0800, Ning Li wrote: When using virtio-user with vhost-kernel to exchange packet with kernel networking stack, application can set the MAC of the tap interface via parameter. Signed-off-

Re: [dpdk-dev] [PATCH] net/virtio-user: specify the MAC of the tap

2017-12-29 Thread Tiwei Bie
Hi Ning, On Fri, Dec 29, 2017 at 11:38:42AM +0800, Ning Li wrote: > When using virtio-user with vhost-kernel to exchange > packet with kernel networking stack, application can > set the MAC of the tap interface via parameter. > > Signed-off-by: Ning Li > --- Thanks for the new version. Just FY

[dpdk-dev] [PATCH] net/virtio-user: specify the MAC of the tap

2017-12-28 Thread Ning Li
When using virtio-user with vhost-kernel to exchange packet with kernel networking stack, application can set the MAC of the tap interface via parameter. Signed-off-by: Ning Li --- drivers/net/virtio/virtio_user/vhost_kernel.c | 3 ++- drivers/net/virtio/virtio_user/vhost_kernel_tap.c | 14