HomeFreeBSD

MFC r304021: Update iflib to support more NIC designs

Description

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

Details

Provenance
shurdAuthored on
Parents
rS304703: LC_*_MASK bit shifting order was partially broken from the initial commit
Branches
Unknown
Tags
Unknown