Re: [PATCH] geneve: restore vlan bits in xmit path

2015-09-17 Thread Jesse Gross
On Thu, Sep 17, 2015 at 1:15 PM, John W. Linville wrote: > On Thu, Sep 17, 2015 at 12:48:56PM -0700, Jesse Gross wrote: >> On Thu, Sep 17, 2015 at 12:25 PM, John W. Linville >> wrote: >> > On Thu, Sep 17, 2015 at 11:45:58AM -0700, Pravin Shelar wrote: >> >> On Thu, Sep 17, 2015 at 10:18 AM, John

Re: [PATCH] geneve: restore vlan bits in xmit path

2015-09-17 Thread Pravin Shelar
On Thu, Sep 17, 2015 at 1:15 PM, John W. Linville wrote: > On Thu, Sep 17, 2015 at 12:48:56PM -0700, Jesse Gross wrote: >> On Thu, Sep 17, 2015 at 12:25 PM, John W. Linville >> wrote: >> > On Thu, Sep 17, 2015 at 11:45:58AM -0700, Pravin Shelar wrote: >> >> On Thu, Sep 17, 2015 at 10:18 AM, John

Re: [PATCH] geneve: restore vlan bits in xmit path

2015-09-17 Thread John W. Linville
On Thu, Sep 17, 2015 at 12:48:56PM -0700, Jesse Gross wrote: > On Thu, Sep 17, 2015 at 12:25 PM, John W. Linville > wrote: > > On Thu, Sep 17, 2015 at 11:45:58AM -0700, Pravin Shelar wrote: > >> On Thu, Sep 17, 2015 at 10:18 AM, John W. Linville > >> wrote: > >> > These seem to have been accident

Re: [PATCH] geneve: restore vlan bits in xmit path

2015-09-17 Thread Pravin Shelar
On Thu, Sep 17, 2015 at 12:48 PM, Jesse Gross wrote: > On Thu, Sep 17, 2015 at 12:25 PM, John W. Linville > wrote: >> On Thu, Sep 17, 2015 at 11:45:58AM -0700, Pravin Shelar wrote: >>> On Thu, Sep 17, 2015 at 10:18 AM, John W. Linville >>> wrote: >>> > These seem to have been accidentally droppe

Re: [PATCH] geneve: restore vlan bits in xmit path

2015-09-17 Thread Jesse Gross
On Thu, Sep 17, 2015 at 12:25 PM, John W. Linville wrote: > On Thu, Sep 17, 2015 at 11:45:58AM -0700, Pravin Shelar wrote: >> On Thu, Sep 17, 2015 at 10:18 AM, John W. Linville >> wrote: >> > These seem to have been accidentally dropped in commit 371bd1061d29 >> > ("geneve: Consolidate Geneve fun

Re: [PATCH] geneve: restore vlan bits in xmit path

2015-09-17 Thread John W. Linville
On Thu, Sep 17, 2015 at 11:45:58AM -0700, Pravin Shelar wrote: > On Thu, Sep 17, 2015 at 10:18 AM, John W. Linville > wrote: > > These seem to have been accidentally dropped in commit 371bd1061d29 > > ("geneve: Consolidate Geneve functionality in single module."). > > > Geneve should not export vx

Re: [PATCH] geneve: restore vlan bits in xmit path

2015-09-17 Thread Pravin Shelar
On Thu, Sep 17, 2015 at 10:18 AM, John W. Linville wrote: > These seem to have been accidentally dropped in commit 371bd1061d29 > ("geneve: Consolidate Geneve functionality in single module."). > Geneve should not export vxlan feature. So that it never sees vxlan tagged packets. Can you turn off t

[PATCH] geneve: restore vlan bits in xmit path

2015-09-17 Thread John W. Linville
These seem to have been accidentally dropped in commit 371bd1061d29 ("geneve: Consolidate Geneve functionality in single module."). Signed-off-by: John W. Linville --- drivers/net/geneve.c | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/drivers/net/geneve.c b/driver