From: Chris Wright Date: Sun, 16 May 2010 08:05:45 +0000 (-0700) Subject: rtnetlink: make SR-IOV VF interface symmetric X-Git-Tag: v2.6.34~1^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c02db8c6290bb992442fec1407643c94cc414375;p=pandora-kernel.git rtnetlink: make SR-IOV VF interface symmetric Now we have a set of nested attributes: IFLA_VFINFO_LIST (NESTED) IFLA_VF_INFO (NESTED) IFLA_VF_MAC IFLA_VF_VLAN IFLA_VF_TX_RATE This allows a single set to operate on multiple attributes if desired. Among other things, it means a dump can be replayed to set state. The current interface has yet to be released, so this seems like something to consider for 2.6.34. Signed-off-by: Chris Wright Signed-off-by: David S. Miller --- Reading git-diff-tree failed