On Thu, 2017-08-17 at 15:50 +0300, Leon Romanovsky wrote: > From: Feras Daoud <ferasda@xxxxxxxxxxxx> > > Add SRIOV VF support to get traffic statistics. > > Signed-off-by: Feras Daoud <ferasda@xxxxxxxxxxxx> > Signed-off-by: Leon Romanovsky <leon@xxxxxxxxxx> This one was already in my tree and so I had to skip it: eb54714ddcb2 IB/ipoib: Add get statistics support to SRIOV VF git tag --contains eb54714ddcb2 for-linus for-next v4.13-rc5 So this was in what you submitted for -rc5 in the IPoIB fixes. It shouldn't have made it into this patch series again. > --- > drivers/infiniband/ulp/ipoib/ipoib_main.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/infiniband/ulp/ipoib/ipoib_main.c > b/drivers/infiniband/ulp/ipoib/ipoib_main.c > index 627ff8fb59b0..9e8dce6e9fc2 100644 > --- a/drivers/infiniband/ulp/ipoib/ipoib_main.c > +++ b/drivers/infiniband/ulp/ipoib/ipoib_main.c > @@ -1846,6 +1846,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) -- Doug Ledford <dledford@xxxxxxxxxx> GPG KeyID: B826A3330E572FDD Key fingerprint = AE6B 1BDA 122B 23B4 265B 1274 B826 A333 0E57 2FDD -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html