net/core: Add reading VF statistics through the PF netdevice
authorEran Ben Elisha <[email protected]>
Mon, 15 Jun 2015 14:59:07 +0000 (17:59 +0300)
committerDavid S. Miller <[email protected]>
Tue, 16 Jun 2015 00:23:03 +0000 (17:23 -0700)
commit3b766cd832328fcb87db3507e7b98cf42f21689d
treeb43cde2790d654f5d4a5e0254c7db783c520768c
parentb42de4d01264fa84d8c9e04a18753a6c255567b5
net/core: Add reading VF statistics through the PF netdevice

Add ndo_get_vf_stats where the PF retrieves and fills the VFs traffic
statistics. We encode the VF stats in a nested manner to allow for
future extensions.

Signed-off-by: Eran Ben Elisha <[email protected]>
Signed-off-by: Hadar Hen Zion <[email protected]>
Signed-off-by: Or Gerlitz <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
include/linux/if_link.h
include/linux/netdevice.h
include/uapi/linux/if_link.h
net/core/rtnetlink.c