]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
IB/ipoib: Add get statistics support to SRIOV VF
authorFeras Daoud <ferasda@mellanox.com>
Sun, 2 Jul 2017 12:05:59 +0000 (15:05 +0300)
committerLeon Romanovsky <leon@kernel.org>
Sun, 23 Jul 2017 06:45:11 +0000 (09:45 +0300)
Add SRIOV VF support to get traffic statistics.

Signed-off-by: Feras Daoud <ferasda@mellanox.com>
Signed-off-by: Leon Romanovsky <leon@kernel.org>
drivers/infiniband/ulp/ipoib/ipoib_main.c

index f4403c52cd67f68e62f3bcfe055be4574a59d2f0..24fa87fe0952d55f6b2268f61ce90a51969d1caa 100644 (file)
@@ -1847,6 +1847,7 @@ static const struct net_device_ops ipoib_netdev_ops_vf = {
        .ndo_tx_timeout          = ipoib_timeout,
        .ndo_set_rx_mode         = ipoib_set_mcast_list,
        .ndo_get_iflink          = ipoib_get_iflink,
+       .ndo_get_stats64         = ipoib_get_stats,
 };
 
 void ipoib_setup_common(struct net_device *dev)