Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
[firefly-linux-kernel-4.4.55.git] / include / linux / if_link.h
index da4929927f6914262775c3fb02ef31594357dbc3..ae5d0d22955d8fdedba5b03d981dbcdd7585ee03 100644 (file)
@@ -5,6 +5,15 @@
 
 
 /* We don't want this structure exposed to user space */
+struct ifla_vf_stats {
+       __u64 rx_packets;
+       __u64 tx_packets;
+       __u64 rx_bytes;
+       __u64 tx_bytes;
+       __u64 broadcast;
+       __u64 multicast;
+};
+
 struct ifla_vf_info {
        __u32 vf;
        __u8 mac[32];