]> www.infradead.org Git - users/jedix/linux-maple.git/commit
be2net: receive pkts with L3, L4 errors on VFs
authorSomnath Kotur <somnath.kotur@avagotech.com>
Wed, 6 May 2015 09:30:34 +0000 (05:30 -0400)
committerManjunath Govindashetty <manjunath.govindashetty@oracle.com>
Fri, 16 Oct 2015 00:07:52 +0000 (17:07 -0700)
commit761746afb0bd6cfd51790960c28eca092d660c4e
tree03e36e619a2fc98362a95bb9750d71c334987e6d
parente10651443162fcc5ab9630b48c1b8ee08aa8c5a5
be2net: receive pkts with L3, L4 errors on VFs

Currently pkts with L3 or L4 errors received on PFs are not dropped
by the adapter, but instead sent to the stack. This helps the network stack
to better reflect error statistics. This was not being done on BE3 VFs.
This patch fixes this for BE3 VFs.

Signed-off-by: Somnath Kotur <somnath.kotur@avagotech.com>
Signed-off-by: Sathya Perla <sathya.perla@avagotech.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/emulex/benet/be_main.c