mlx5(4) jumbo receive

Ryan Stone rysto32 at gmail.com
Wed Apr 25 20:04:16 UTC 2018


On Tue, Apr 24, 2018 at 4:55 AM, Konstantin Belousov
<kostikbel at gmail.com> wrote:
> +#ifndef MLX5E_MAX_RX_BYTES
> +#define        MLX5E_MAX_RX_BYTES MCLBYTES
> +#endif

Why do you use a 2KB buffer rather than a PAGE_SIZE'd buffer?
MJUMPAGESIZE should offer significantly better performance for jumbo
frames without increasing the risk of memory fragmentation.


More information about the freebsd-current mailing list