diff options
author | shurd <shurd@FreeBSD.org> | 2016-08-23 21:21:56 +0000 |
---|---|---|
committer | shurd <shurd@FreeBSD.org> | 2016-08-23 21:21:56 +0000 |
commit | 73076d55d7d17fcc740b9c1015e5df6e26706863 (patch) | |
tree | 88ac66312adc23c2f155268b52c3ded6816f78b8 /sys/conf | |
parent | 22c063972196e381ed329a45bbadadf02adaa3f8 (diff) | |
download | FreeBSD-src-73076d55d7d17fcc740b9c1015e5df6e26706863.zip FreeBSD-src-73076d55d7d17fcc740b9c1015e5df6e26706863.tar.gz |
MFC r304021: Update iflib to support more NIC designs
- Move group task queue into kern/subr_gtaskqueue.c
- Change intr_enable to return an int so it can be detected if it's not
implemented
- Allow different TX/RX queues per set to be different sizes
- Don't split up TX mbufs before transmit
- Allow a completion queue for TX as well as RX
- Pass the RX budget to isc_rxd_available() to allow an earlier return
and avoid multiple calls
Approved by: sbruno
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/files | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/files b/sys/conf/files index 2b2650b..bb177d8 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -3344,6 +3344,7 @@ kern/subr_disk.c standard kern/subr_eventhandler.c standard kern/subr_fattime.c standard kern/subr_firmware.c optional firmware +kern/subr_gtaskqueue.c standard kern/subr_hash.c standard kern/subr_hints.c standard kern/subr_kdb.c standard |