Re: [dpdk-dev] [PATCH] net/virtio-user: specify MAC address for tap port

2017-12-28 Thread Ning Li
HI Tiwei, Thanks for the reply! > Hi Ning, > > On Tue, Dec 19, 2017 at 06:08:10PM +0800, Ning Li wrote: > > Hi Tiwei, > > > > > Hi Ning, > > > > > > On Thu, Dec 14, 2017 at 07:38:14PM +0800, Ning Li wrote: > > > > When use virtio_user as exception path, we need to specify a MAC > > > > address f

Re: [dpdk-dev] [PATCH] net/virtio-user: specify MAC address for tap port

2017-12-28 Thread Tiwei Bie
Hi Ning, On Tue, Dec 19, 2017 at 06:08:10PM +0800, Ning Li wrote: > Hi Tiwei, > > > Hi Ning, > > > > On Thu, Dec 14, 2017 at 07:38:14PM +0800, Ning Li wrote: > > > When use virtio_user as exception path, we need to specify a MAC > > > address for the tap port. > > > > Is this a fix? Did you mee

Re: [dpdk-dev] [PATCH] net/virtio-user: specify MAC address for tap port

2017-12-19 Thread Ning Li
Hi Tiwei, > Hi Ning, > > On Thu, Dec 14, 2017 at 07:38:14PM +0800, Ning Li wrote: > > When use virtio_user as exception path, we need to specify a MAC > > address for the tap port. > > Is this a fix? Did you meet any issue? If so, please describe > the issue and add a fixline. Specify the MAC a

Re: [dpdk-dev] [PATCH] net/virtio-user: specify MAC address for tap port

2017-12-19 Thread Ning Li
Hi Tiwei, > Hi Ning, > > On Thu, Dec 14, 2017 at 07:38:14PM +0800, Ning Li wrote: > > When use virtio_user as exception path, we need to specify a MAC > > address for the tap port. > > Is this a fix? Did you meet any issue? If so, please describe > the issue and add a fixline. Specify the MAC a

Re: [dpdk-dev] [PATCH] net/virtio-user: specify MAC address for tap port

2017-12-17 Thread Tiwei Bie
Hi Ning, On Thu, Dec 14, 2017 at 07:38:14PM +0800, Ning Li wrote: > When use virtio_user as exception path, we need to specify a MAC > address for the tap port. Is this a fix? Did you meet any issue? If so, please describe the issue and add a fixline. > > Signed-off-by: Ning Li > --- > driver

[dpdk-dev] [PATCH] net/virtio-user: specify MAC address for tap port

2017-12-14 Thread Ning Li
When use virtio_user as exception path, we need to specify a MAC address for the tap port. Signed-off-by: Ning Li --- drivers/net/virtio/virtio_user/vhost_kernel.c | 3 ++- drivers/net/virtio/virtio_user/vhost_kernel_tap.c | 8 drivers/net/virtio/virtio_user/vhost_kernel_tap.h | 1