]> git.baikalelectronics.ru Git - kernel.git/commit
ibmvnic: Remove skb->protocol checks in ibmvnic_xmit
authorJohn Allen <jallen@linux.vnet.ibm.com>
Fri, 9 Feb 2018 19:19:46 +0000 (13:19 -0600)
committerDavid S. Miller <davem@davemloft.net>
Fri, 9 Feb 2018 19:47:00 +0000 (14:47 -0500)
commiteba5f924f523ee6c06f9ae39fa098a35593879e9
tree38c548bd82b9846c8ef039ce2569b69c07ffcb8c
parent16bde1304e090c0f55f8dea33d6ec26bbd4b9bf9
ibmvnic: Remove skb->protocol checks in ibmvnic_xmit

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: John Allen <jallen@linux.vnet.ibm.com>
Signed-off-by: Nathan Fontenot <nfont@linux.vnet.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/ibm/ibmvnic.c