diff options
author | Roopa Prabhu <roprabhu@cisco.com> | 2010-12-13 11:07:38 -0500 |
---|---|---|
committer | Stefan Berger <stefanb@us.ibm.com> | 2010-12-13 11:07:38 -0500 |
commit | 013c000a6c3ad3b9a3f1a6b3666c7e78c5d3ec8d (patch) | |
tree | f71ad1b8d18a2cf3414e8a1a1f3683673cbda591 /AUTHORS | |
parent | command: ease use with virBuffer, and fix qemu leak (diff) | |
download | libvirt-013c000a6c3ad3b9a3f1a6b3666c7e78c5d3ec8d.tar.gz libvirt-013c000a6c3ad3b9a3f1a6b3666c7e78c5d3ec8d.tar.bz2 libvirt-013c000a6c3ad3b9a3f1a6b3666c7e78c5d3ec8d.zip |
802.1Qbh: Add support for IFLA_VF_MAC
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 changes a condition for
802.1Qbg
802.1Qbh support for IFLA_VF_MAC in enic driver has been posted and is
pending acceptance at http://marc.info/?l=linux-netdev&m=129185244410557&w=2
Diffstat (limited to 'AUTHORS')
-rw-r--r-- | AUTHORS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -140,6 +140,7 @@ Patches have also been contributed by: Laurent Léonard <laurent@open-minds.org> MORITA Kazutaka <morita.kazutaka@lab.ntt.co.jp> Josh Durgin <joshd@hq.newdream.net> + Roopa Prabhu <roprabhu@cisco.com> [....send patches to get your name here....] |