Hi, "Brown, Aaron F" <[email protected]> writes:
>> From: Intel-wired-lan [mailto:[email protected]] On >> Behalf Of Vinicius Costa Gomes >> Sent: Tuesday, March 6, 2018 5:30 PM >> To: [email protected] >> Cc: [email protected]; Sanchez-Palencia, Jesus <jesus.sanchez- >> [email protected]> >> Subject: [Intel-wired-lan] [next-queue PATCH v3 6/8] igb: Add MAC address >> support for ethtool nftuple filters >> >> This adds the capability of configuring the queue steering of arriving >> packets based on their source and destination MAC addresses. >> >> In practical terms this adds support for the following use cases, >> characterized by these examples: >> >> $ ethtool -N eth0 flow-type ether dst aa:aa:aa:aa:aa:aa action 0 >> (this will direct packets with destination address "aa:aa:aa:aa:aa:aa" >> to the RX queue 0) >> >> $ ethtool -N eth0 flow-type ether src 44:44:44:44:44:44 action 3 >> (this will direct packets with destination address "44:44:44:44:44:44" >> to the RX queue 3) > > I assume this example should read "... source address" rather than > "...destination". Ugh, yeah. Will be fixed on v4. Thank you, -- Vinicius
