freebsd-nq/sys/dev/mlx5/mlx5_en
Slava Shwartsman 8718eb63f8 mlx5: Add software tx_jumbo_packets counter
This counter will represent transmitted packets which has more than
1518 octets.
The NIC has multiple hardware counters for counting transmitted
packets larger than 1518 octets. Each counter counts the packets
in specific range.
We accumulate those counters to have a single counter.

Approved by:    hselasky (mentor)
MFC after:      1 week
Sponsored by:   Mellanox Technologies
2018-12-05 13:45:37 +00:00
..
en_rl.h Add support for hardware rate limiting to mlx5en(4). 2018-05-29 14:04:57 +00:00
en.h mlx5: Add software tx_jumbo_packets counter 2018-12-05 13:45:37 +00:00
mlx5_en_ethtool.c Add support for receive side scaling stride, RSSS, in mlx5en(4). 2018-09-06 12:28:06 +00:00
mlx5_en_flow_table.c Add missing newline. 2018-07-17 11:43:43 +00:00
mlx5_en_main.c mlx5: Add software tx_jumbo_packets counter 2018-12-05 13:45:37 +00:00
mlx5_en_rl.c mlx5: Discard unused return values. 2018-12-05 13:41:06 +00:00
mlx5_en_rx.c Use a mbuf header instead of a mbuf cluster for debugging interrupts in mlx5en(4). 2018-07-17 11:53:37 +00:00
mlx5_en_tx.c Don't stall transmit queue on drops in mlx5en(4). 2018-09-06 12:19:36 +00:00
mlx5_en_txrx.c Avoid more LFENCE/SFENCe on x86 in mlx5en(4), 2018-03-08 15:58:30 +00:00