Re: [RFC PATCH net-next 2/3] macvlan: add queue selection functionality

2016-02-08 Thread Pankaj Gupta
> > This patch adds a simple queue selection function to macvlan > layer. In most cases, this will just use the standard fallback > fuction, but when rx-queue has been recoreded we'll try to use > that value. > > Signed-off-by: Vladislav Yasevich > --- > drivers/net/macvlan.c | 20 +++

Re: [RFC PATCH net-next 2/3] macvlan: add queue selection functionality

2016-02-07 Thread Eric Dumazet
On Sun, 2016-02-07 at 22:14 -0500, Vladislav Yasevich wrote: > This patch adds a simple queue selection function to macvlan > layer. In most cases, this will just use the standard fallback > fuction, but when rx-queue has been recoreded we'll try to use > that value. > > Signed-off-by: Vladislav

[RFC PATCH net-next 2/3] macvlan: add queue selection functionality

2016-02-07 Thread Vladislav Yasevich
This patch adds a simple queue selection function to macvlan layer. In most cases, this will just use the standard fallback fuction, but when rx-queue has been recoreded we'll try to use that value. Signed-off-by: Vladislav Yasevich --- drivers/net/macvlan.c | 20 1 file ch