For igb(4), when we are doing multiqueue, we are all setup to have full
32bit RSS hash from the card. We do not need to hide that under "ifdef RSS" and
should expose that by default so others lile lagg(4) can use that and avoid
hashing the traffic by itself.
Details
Details
I've checked with netstat -R that now we are getting full flowids with the
patch on I350 igb chipset that I have.
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Change E1000_MRQC_ENABLE_RSS_4Q to E1000_MRQC_ENABLE_RSS_8Q, and the comment
to :
/* * MRQC: Multiple Receive Queues Command * - Set queuing to RSS control, number depends on the device. */
Second, delete the notdef block, I don't like undefined cruft cluttering up the code.
Comment Actions
Addressing comments from jfv@
Updating MRQC assignment.
Removing '#ifdef notyet' block for UDP.