Re: [PATCH] ibmvnic: Remove skb->protocol checks in ibmvnic_xmit

2018-02-09 Thread Nathan Fontenot
On 02/09/2018 01:32 PM, Jakub Kicinski wrote: > On Fri, 09 Feb 2018 13:09:34 -0600, Nathan Fontenot wrote: >> From: John Allen (jal...@linux.vnet.ibm.com> > > Nit: s/(/ >> Having these checks in ibmvnic_xmit causes problems with VLAN >> tagging and balance-alb/tlb bonding modes. The restriction t

Re: [PATCH] ibmvnic: Remove skb->protocol checks in ibmvnic_xmit

2018-02-09 Thread Jakub Kicinski
On Fri, 09 Feb 2018 13:09:34 -0600, Nathan Fontenot wrote: > From: John Allen (jal...@linux.vnet.ibm.com> Nit: s/(/ Having these checks in ibmvnic_xmit causes problems with VLAN > tagging and balance-alb/tlb bonding modes. The restriction they > imposed can be removed. > > Signed-off-by: Nathan F

[PATCH] ibmvnic: Remove skb->protocol checks in ibmvnic_xmit

2018-02-09 Thread Nathan Fontenot
From: John Allen (jal...@linux.vnet.ibm.com> Having these checks in ibmvnic_xmit causes problems with VLAN tagging and balance-alb/tlb bonding modes. The restriction they imposed can be removed. Signed-off-by: Nathan Fontenot --- drivers/net/ethernet/ibm/ibmvnic.c |5 + 1 file changed,