[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <871sgvzatd.fsf@intel.com>
Date: Wed, 07 Mar 2018 16:10:38 -0800
From: Vinicius Costa Gomes <vinicius.gomes@...el.com>
To: "Brown\, Aaron F" <aaron.f.brown@...el.com>,
"intel-wired-lan\@lists.osuosl.org"
<intel-wired-lan@...ts.osuosl.org>
Cc: "netdev\@vger.kernel.org" <netdev@...r.kernel.org>,
"Sanchez-Palencia\, Jesus" <jesus.sanchez-palencia@...el.com>
Subject: RE: [Intel-wired-lan] [next-queue PATCH v3 6/8] igb: Add MAC address support for ethtool nftuple filters
Hi,
"Brown, Aaron F" <aaron.f.brown@...el.com> writes:
>> From: Intel-wired-lan [mailto:intel-wired-lan-bounces@...osl.org] On
>> Behalf Of Vinicius Costa Gomes
>> Sent: Tuesday, March 6, 2018 5:30 PM
>> To: intel-wired-lan@...ts.osuosl.org
>> Cc: netdev@...r.kernel.org; Sanchez-Palencia, Jesus <jesus.sanchez-
>> palencia@...el.com>
>> 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
Powered by blists - more mailing lists