]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r336407:
authorhselasky <hselasky@FreeBSD.org>
Thu, 2 Aug 2018 08:49:35 +0000 (08:49 +0000)
committerhselasky <hselasky@FreeBSD.org>
Thu, 2 Aug 2018 08:49:35 +0000 (08:49 +0000)
commitfe345744a2ec7c6e39071858897d1092809027b3
treec8bbbc48393f349bb33b80bccb35f40b5d2dafc3
parent0db96d66744bf7443a5f372f0fecc2edf94c80ff
MFC r336407:
Handle jumbo frames without requiring big clusters in mlx5en(4).

The scatter list is formed by the chunks of MCLBYTES each, and larger
than default packets are returned to the stack as the mbuf chain.

Submitted by: kib@
Sponsored by: Mellanox Technologies
sys/dev/mlx5/mlx5_en/en.h
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
sys/dev/mlx5/mlx5_en/mlx5_en_rx.c