Re: [PATCH net-next V2 3/3] net/mlx4_en: Add ethtool statistics for XDP cases

2016-11-02 Thread Tariq Toukan
Hi Brenden, On 01/11/2016 11:06 PM, Brenden Blanco wrote: On Tue, Nov 01, 2016 at 01:36:26PM +0200, Tariq Toukan wrote: XDP statistics are reported in ethtool as follows: - xdp_drop: the number of packets dropped by xdp. - xdp_tx: the number of packets forwarded by xdp. - xdp_tx_full: the numbe

Re: [PATCH net-next V2 3/3] net/mlx4_en: Add ethtool statistics for XDP cases

2016-11-01 Thread Brenden Blanco
On Tue, Nov 01, 2016 at 01:36:26PM +0200, Tariq Toukan wrote: > XDP statistics are reported in ethtool as follows: > - xdp_drop: the number of packets dropped by xdp. > - xdp_tx: the number of packets forwarded by xdp. > - xdp_tx_full: the number of times an xdp forward failed > due to a full

Re: [PATCH net-next V2 3/3] net/mlx4_en: Add ethtool statistics for XDP cases

2016-11-01 Thread Saeed Mahameed
On 11/01/2016 01:36 PM, Tariq Toukan wrote: XDP statistics are reported in ethtool as follows: - xdp_drop: the number of packets dropped by xdp. - xdp_tx: the number of packets forwarded by xdp. - xdp_tx_full: the number of times an xdp forward failed due to a full tx xdp ring. In addi

[PATCH net-next V2 3/3] net/mlx4_en: Add ethtool statistics for XDP cases

2016-11-01 Thread Tariq Toukan
XDP statistics are reported in ethtool as follows: - xdp_drop: the number of packets dropped by xdp. - xdp_tx: the number of packets forwarded by xdp. - xdp_tx_full: the number of times an xdp forward failed due to a full tx xdp ring. In addition, all packets that are dropped/forwarded by