Re: [libvirt] [libvirt PATCH] 802.1Qbh: Add support for IFLA_VF_MAC

2010-12-14 Thread roprabhu
Thanks Stefan. On 12/13/10 8:14 AM, "Stefan Berger" wrote: > On 12/10/2010 04:32 PM, Roopa Prabhu wrote: >> From: Roopa Prabhu >> >> Current code does not pass VM mac address to a 802.1Qbh direct attach >> interface using IFLA_VF_MAC. This patch adds support in macvtap code to >> send IFLA_VF

Re: [libvirt] [libvirt PATCH] 802.1Qbh: Add support for IFLA_VF_MAC

2010-12-13 Thread Stefan Berger
On 12/10/2010 04:32 PM, Roopa Prabhu wrote: From: Roopa Prabhu Current code does not pass VM mac address to a 802.1Qbh direct attach interface using IFLA_VF_MAC. This patch adds support in macvtap code to send IFLA_VF_MAC netlink request during port profile association on a 802.1Qbh interface.

Re: [libvirt] [libvirt PATCH] 802.1Qbh: Add support for IFLA_VF_MAC

2010-12-11 Thread Stefan Berger
On 12/10/2010 04:32 PM, Roopa Prabhu wrote: From: Roopa Prabhu Current code does not pass VM mac address to a 802.1Qbh direct attach interface using IFLA_VF_MAC. This patch adds support in macvtap code to send IFLA_VF_MAC netlink request during port profile association on a 802.1Qbh interface.

[libvirt] [libvirt PATCH] 802.1Qbh: Add support for IFLA_VF_MAC

2010-12-10 Thread Roopa Prabhu
From: Roopa Prabhu Current code does not pass VM mac address to a 802.1Qbh direct attach interface using IFLA_VF_MAC. This patch adds support in macvtap code to send IFLA_VF_MAC netlink request during port profile association on a 802.1Qbh interface. Stefan Cc'ed for comments because this patch