Stephen Hurd 23ac9029f9 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

Submitted by:	shurd
Reviewed by:	gallatin
Approved by:	scottl
Differential Revision:	https://reviews.freebsd.org/D7393
2016-08-12 21:29:44 +00:00
..
2016-08-09 19:32:06 +00:00
2016-05-03 21:51:52 +00:00
2016-08-09 19:32:06 +00:00
2016-08-11 10:10:10 +00:00
2016-05-03 18:05:43 +00:00
2016-08-10 12:41:36 +00:00