]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r336407:
authorhselasky <hselasky@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 14 Aug 2018 11:15:05 +0000 (11:15 +0000)
committerhselasky <hselasky@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 14 Aug 2018 11:15:05 +0000 (11:15 +0000)
commitb89877b3d2823b89032a33db201a5082d77b01e5
treef4d11cda16f4feb442aa14e964cce5245356af9f
parent86019102d48c926515e0e644cdc98a4f7d5db582
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

git-svn-id: svn://svn.freebsd.org/base/stable/10@337741 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
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