]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r291938:
authorhselasky <hselasky@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 14 Dec 2015 10:18:04 +0000 (10:18 +0000)
committerhselasky <hselasky@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 14 Dec 2015 10:18:04 +0000 (10:18 +0000)
commit6b99ef32c9c6e3f0bd8c3746128293d4fb915930
treee6ddca6db137eedb8c37564240bb8145c4b90a38
parent8bd6afdb942624c18b64731bcbc1c22bfea00be9
MFC r291938:
Add full support for Receive Side Scaling, RSS, to the mlx5en
driver. This includes binding all interrupt and worker threads
according to the RSS configuration, setting up correct Toeplitz
hashing keys as given by RSS and setting the correct mbuf
hashtype for all received traffic.

Sponsored by: Mellanox Technologies
Differential Revision: https://reviews.freebsd.org/D4410

git-svn-id: svn://svn.freebsd.org/base/stable/10@292195 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/dev/mlx5/mlx5_core/mlx5_eq.c
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
sys/dev/mlx5/mlx5_en/mlx5_en_tx.c