Re: [net-next RFC 3/8] macvtap: introduce macvtap_get_vlan()

2013-05-24 Thread Jason Wang
On 05/23/2013 11:11 PM, Sergei Shtylyov wrote: > Hello. > > On 23-05-2013 7:12, Jason Wang wrote: > >> Factor out the device holding logic to a macvtap_get_vlan(), this >> will be also >> used by multiqueue API. > >> Signed-off-by: Jason Wang >> --- >> drivers/net/macvtap.c | 26

Re: [net-next RFC 3/8] macvtap: introduce macvtap_get_vlan()

2013-05-24 Thread Jason Wang
On 05/23/2013 11:11 PM, Sergei Shtylyov wrote: Hello. On 23-05-2013 7:12, Jason Wang wrote: Factor out the device holding logic to a macvtap_get_vlan(), this will be also used by multiqueue API. Signed-off-by: Jason Wang jasow...@redhat.com --- drivers/net/macvtap.c | 26

Re: [net-next RFC 3/8] macvtap: introduce macvtap_get_vlan()

2013-05-23 Thread Sergei Shtylyov
Hello. On 23-05-2013 7:12, Jason Wang wrote: Factor out the device holding logic to a macvtap_get_vlan(), this will be also used by multiqueue API. Signed-off-by: Jason Wang --- drivers/net/macvtap.c | 26 +++--- 1 files changed, 19 insertions(+), 7 deletions(-)

Re: [net-next RFC 3/8] macvtap: introduce macvtap_get_vlan()

2013-05-23 Thread Sergei Shtylyov
Hello. On 23-05-2013 7:12, Jason Wang wrote: Factor out the device holding logic to a macvtap_get_vlan(), this will be also used by multiqueue API. Signed-off-by: Jason Wang jasow...@redhat.com --- drivers/net/macvtap.c | 26 +++--- 1 files changed, 19

[net-next RFC 3/8] macvtap: introduce macvtap_get_vlan()

2013-05-22 Thread Jason Wang
Factor out the device holding logic to a macvtap_get_vlan(), this will be also used by multiqueue API. Signed-off-by: Jason Wang --- drivers/net/macvtap.c | 26 +++--- 1 files changed, 19 insertions(+), 7 deletions(-) diff --git a/drivers/net/macvtap.c

[net-next RFC 3/8] macvtap: introduce macvtap_get_vlan()

2013-05-22 Thread Jason Wang
Factor out the device holding logic to a macvtap_get_vlan(), this will be also used by multiqueue API. Signed-off-by: Jason Wang jasow...@redhat.com --- drivers/net/macvtap.c | 26 +++--- 1 files changed, 19 insertions(+), 7 deletions(-) diff --git a/drivers/net/macvtap.c