Re: [PATCH net-next] be2net: Support vxlan offload stats in the driver

2015-07-29 Thread David Miller
From: Sriharsha Basavapatna Date: Wed, 29 Jul 2015 19:35:32 +0530 > This patch adds vxlan offload specific counters to ethtool stats. We > provide tx/rx queue counters to show the number of vxlan offload pkts > sent/received. > > Signed-off-by: Sriharsha Basavapatna Applied, thanks. -- To unsu

[PATCH net-next] be2net: Support vxlan offload stats in the driver

2015-07-29 Thread Sriharsha Basavapatna
This patch adds vxlan offload specific counters to ethtool stats. We provide tx/rx queue counters to show the number of vxlan offload pkts sent/received. Signed-off-by: Sriharsha Basavapatna --- drivers/net/ethernet/emulex/benet/be.h | 2 ++ drivers/net/ethernet/emulex/benet/be_ethtool.c