]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r341784
authorAndrew Rybchenko <arybchik@FreeBSD.org>
Fri, 21 Dec 2018 17:23:44 +0000 (17:23 +0000)
committerAndrew Rybchenko <arybchik@FreeBSD.org>
Fri, 21 Dec 2018 17:23:44 +0000 (17:23 +0000)
commit5890c9ba008e2aa2a88a410bbf24315d6aa878b2
tree20bcde6543611f4c991281324ab27ce65b5ac94a
parent0a60e054d0ee77fe5f49f0c56a9b6d149396b95a
MFC r341784

sfxge(4): prepare the number of Tx queues on event queue 0 to become
variable

The number of Tx queues on event queue 0 can depend on the NIC family
type,
and this property will be leveraged by future patches.
This patch prepares the code for this change.

Submitted by:   Ivan Malov <Ivan.Malov at oktetlabs.ru>
Sponsored by:   Solarflare Communications, Inc.
Differential Revision:  https://reviews.freebsd.org/D18389
sys/dev/sfxge/sfxge.c
sys/dev/sfxge/sfxge_ev.c
sys/dev/sfxge/sfxge_tx.c
sys/dev/sfxge/sfxge_tx.h