sfxge(4): do not limit driver RSS table to RSS channels max
authorarybchik <arybchik@FreeBSD.org>
Tue, 27 Dec 2016 08:51:26 +0000 (08:51 +0000)
committerarybchik <arybchik@FreeBSD.org>
Tue, 27 Dec 2016 08:51:26 +0000 (08:51 +0000)
commit51df166db23ff6652344d00883dcfa4a04995f0b
treeac30e4d3267915e29eb1875918dddbf705ac55e5
parent890beb4f2b47e5a7329d410269a711476b921a6d
sfxge(4): do not limit driver RSS table to RSS channels max

Specification of entire RSS table in the driver allows to spread traffic
more equally across CPUs/RSS channels if number of RSS channels is not
power of 2.

Reviewed by:    philip
Sponsored by:   Solarflare Communications, Inc.
MFC after:      2 days
Differential Revision: https://reviews.freebsd.org/D8910
sys/dev/sfxge/sfxge.h
sys/dev/sfxge/sfxge_rx.c
sys/dev/sfxge/sfxge_tx.c