]> git.openfabrics.org - compat-rdma/compat-rdma.git/commit
cxgb4: Fix vlan support in sles and rhel backport.
authorSteve Wise <swise@opengridcomputing.com>
Thu, 28 Aug 2014 21:07:29 +0000 (16:07 -0500)
committerSteve Wise <swise@opengridcomputing.com>
Thu, 28 Aug 2014 21:07:29 +0000 (16:07 -0500)
commit11c62b41fabcf3a286abf6ac6d8d464380dff521
tree02105778de741fee8d5dc6e3442c122ac9c1bf8a
parenta0f1eb5611484ff9de2fb0cbff7758b229564fbb
cxgb4: Fix vlan support in sles and rhel backport.

If a tagged packet arrives it will cause a crash in t4_ethrx_handler()
due to a bug in the backports causing a skb to be freed twice.  Also in
the RHEL backport, needed to add a vlan netdev op for it to work at all.

Signed-off-by: Steve Wise <swise@opengridcomputing.com>
patches/0033-cxgb4-vlanfix.patch [new file with mode: 0644]
patches/0034-cxgb4-rhel-vlanfix.patch [new file with mode: 0644]