]> rtime.felk.cvut.cz Git - lisovros/iproute2_canprio.git/commit
iproute2: rework SR-IOV VF support
authorChris Wright <chrisw@sous-sol.org>
Tue, 18 May 2010 07:57:00 +0000 (00:57 -0700)
committerStephen Hemminger <stephen.hemminger@vyatta.com>
Tue, 18 May 2010 15:12:31 +0000 (08:12 -0700)
commit3fd86630876aed8a23e4f2c2d72e68cbb2ee331a
tree2749340861f085763fee391f730e4160c53fcc54
parentdf33d7a489e13b69caa8b55064e01e99bdabef15
iproute2: rework SR-IOV VF support

The kernel interface changed just before 2.6.34 was released.  This brings
iproute2 in line with the current changes.  The VF portion of setlink is
comprised of a set of nested attributes.

  IFLA_VFINFO_LIST (NESTED)
    IFLA_VF_INFO (NESTED)
      IFLA_VF_MAC
      IFLA_VF_VLAN
      IFLA_VF_TX_RATE

Signed-off-by: Chris Wright <chrisw@sous-sol.org>
ip/ipaddress.c
ip/iplink.c