Re: [Intel-wired-lan] [next-queue PATCH 4/8] igb: Add support for MAC address filters specifying source addresses

2018-02-26 Thread Vinicius Costa Gomes
Hi, Alexander Duyck writes: > On Fri, Feb 23, 2018 at 5:20 PM, Vinicius Costa Gomes > wrote: >> Makes it possible to direct packets to queues based on their source >> address. Documents the expected usage of the 'flags' parameter. >> >>

Re: [Intel-wired-lan] [next-queue PATCH 4/8] igb: Add support for MAC address filters specifying source addresses

2018-02-25 Thread Alexander Duyck
On Fri, Feb 23, 2018 at 5:20 PM, Vinicius Costa Gomes wrote: > Makes it possible to direct packets to queues based on their source > address. Documents the expected usage of the 'flags' parameter. > > Signed-off-by: Vinicius Costa Gomes > --- >

[next-queue PATCH 4/8] igb: Add support for MAC address filters specifying source addresses

2018-02-23 Thread Vinicius Costa Gomes
Makes it possible to direct packets to queues based on their source address. Documents the expected usage of the 'flags' parameter. Signed-off-by: Vinicius Costa Gomes --- drivers/net/ethernet/intel/igb/e1000_defines.h | 1 + drivers/net/ethernet/intel/igb/igb.h