CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2020/07/13 22:10:18
Modified files:
sys/dev/pci : if_mcx.c files.pci
Log message:
Set up a second level flow table for RSS and switch the root flow table
entries to forwarding packets to it. The RSS flow table contains flow
table entries that match specific types of traffic and send them to TIRs
set up to hash on the appropriate fields, then deliver packets through an
RQT to all our rx queues. We still only have one queue, but now all we
need to do is plug in an intrmap to add more.
ok dlg@