freebsd-nq/sys/dev/mlx5/mlx5_en
Hans Petter Selasky c66537d7b2 Fix tx_jumbo_packets counter in mlx5en(4).
Instead of reading Ethernet RFC 2819 pXtoYoctets counters from
hardware which counts RX octets, count tx_stat_pXtoYoctets from
Ethernet extended counters which counts TX octets.

TX jumbo counters should be accumulated only after the PPCNT
counters were fetched from hardware with their latest value.

Submitted by:	slavash@
MFC after:	3 days
Sponsored by:	Mellanox Technologies
2019-05-08 10:32:03 +00:00
..
en_rl.h mlx5en: Implement backpressure indication. 2018-12-05 14:25:03 +00:00
en.h Update Ethernet extended counters in mlx5en(4). 2019-05-08 10:31:32 +00:00
mlx5_en_dim.c Add support for Dynamic Interrupt Moderation, DIM, in mlx5en(4). 2019-05-08 10:23:33 +00:00
mlx5_en_ethtool.c Add support for Dynamic Interrupt Moderation, DIM, in mlx5en(4). 2019-05-08 10:23:33 +00:00
mlx5_en_flow_table.c Add missing newline. 2018-07-17 11:43:43 +00:00
mlx5_en_main.c Fix tx_jumbo_packets counter in mlx5en(4). 2019-05-08 10:32:03 +00:00
mlx5_en_rl.c mlx5en: Implement backpressure indication. 2018-12-05 14:25:03 +00:00
mlx5_en_rx.c Add support for Dynamic Interrupt Moderation, DIM, in mlx5en(4). 2019-05-08 10:23:33 +00:00
mlx5_en_tx.c mlx5en: Implement backpressure indication. 2018-12-05 14:25:03 +00:00
mlx5_en_txrx.c Avoid more LFENCE/SFENCe on x86 in mlx5en(4), 2018-03-08 15:58:30 +00:00