freebsd-dev/sys/dev/mlx4/mlx4_en
Slava Shwartsman 8567696305 mlx4en: Optimise reception of small packets.
Copy small packets like TCP ACKs into a new mbuf
reusing the existing mbuf to receive a new ethernet
frame. This avoids wasting buffer space for
small sized packets.

Submitted by:   hselasky@
Approved by:    hselasky (mentor)
MFC after:      1 week
Sponsored by:   Mellanox Technologies
2018-12-05 13:39:35 +00:00
..
en_port.h Update the mlx4 core and mlx4en(4) modules towards Linux v4.9. 2017-11-15 11:14:39 +00:00
en.h mlx4en: Add support for receiving all data using one or more MCLBYTES sized mbufs. 2018-12-05 13:32:46 +00:00
mlx4_en_cq.c mlx4en: Remove the DRBR and associated logic in the transmit path. 2018-12-05 13:31:45 +00:00
mlx4_en_main.c Update the mlx4 core and mlx4en(4) modules towards Linux v4.9. 2017-11-15 11:14:39 +00:00
mlx4_en_netdev.c mlx4en: Add support for receiving all data using one or more MCLBYTES sized mbufs. 2018-12-05 13:32:46 +00:00
mlx4_en_port.c mlx4en: Remove duplicate statistics variable assignment. 2018-12-05 13:38:35 +00:00
mlx4_en_resources.c Update the mlx4 core and mlx4en(4) modules towards Linux v4.9. 2017-11-15 11:14:39 +00:00
mlx4_en_rx.c mlx4en: Optimise reception of small packets. 2018-12-05 13:39:35 +00:00
mlx4_en_tx.c mlx4en: Add support for netdump. 2018-12-05 13:32:15 +00:00