[dpdk-dev] [PATCH v2] vhost: add interface name to virtio-net struct

2015-01-25 Thread Linhaifeng
On 2014/12/19 2:07, ciara.loftus at intel.com wrote: > From: Ciara Loftus > > This patch fixes the issue whereby when using userspace vhost ports > in the context of vSwitching, the name provided to the hypervisor/QEMU > of the vhost tap device needs to be exposed in the library, in order Who

[dpdk-dev] [PATCH v2] vhost: add interface name to virtio-net struct

2015-01-25 Thread Xie, Huawei
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Linhaifeng > Sent: Sunday, January 25, 2015 12:42 PM > To: Loftus, Ciara; dev at dpdk.org > Cc: Anthony Fee > Subject: Re: [dpdk-dev] [PATCH v2] vhost: add interface name to virtio-net >

[dpdk-dev] [PATCH v2] vhost: add interface name to virtio-net struct

2014-12-19 Thread Thomas Monjalon
Hi Konstantin, 2014-12-19 15:39, Ananyev, Konstantin: > Hi Ciara, > > > -Original Message- > > From: Loftus, Ciara > > Sent: Thursday, December 18, 2014 6:07 PM > > To: dev at dpdk.org > > Cc: thomas.monjalon at 6wind.com; stephen at networkplumber.org; > > vincent.jardin at 6wind.com; A

[dpdk-dev] [PATCH v2] vhost: add interface name to virtio-net struct

2014-12-19 Thread Ananyev, Konstantin
Hi Ciara, > -Original Message- > From: Loftus, Ciara > Sent: Thursday, December 18, 2014 6:07 PM > To: dev at dpdk.org > Cc: thomas.monjalon at 6wind.com; stephen at networkplumber.org; > vincent.jardin at 6wind.com; Ananyev, Konstantin; Czesnowicz, > Przemyslaw; Loftus, Ciara; Anthony Fe

[dpdk-dev] [PATCH v2] vhost: add interface name to virtio-net struct

2014-12-18 Thread Thomas Monjalon
2014-12-18 18:07, ciara.loftus at intel.com: > This patch fixes the issue whereby when using userspace vhost ports > in the context of vSwitching, the name provided to the hypervisor/QEMU > of the vhost tap device needs to be exposed in the library, in order > for the vSwitch to be able to direct p

[dpdk-dev] [PATCH v2] vhost: add interface name to virtio-net struct

2014-12-18 Thread ciara.lof...@intel.com
From: Ciara Loftus This patch fixes the issue whereby when using userspace vhost ports in the context of vSwitching, the name provided to the hypervisor/QEMU of the vhost tap device needs to be exposed in the library, in order for the vSwitch to be able to direct packets to the correct device. Th