commit | 0ed7d7498d61bab40943ccb95d6004b247eead0e | [log] [tgz] |
---|---|---|
author | Somnath Kotur <somnath.kotur@avagotech.com> | Wed May 06 05:30:34 2015 -0400 |
committer | David S. Miller <davem@davemloft.net> | Sat May 09 16:27:03 2015 -0400 |
tree | b4f36b0643a8d417f9e73693dd163e2073547747 | |
parent | 209477704187472d6055e83bbd0fd9b51b79fa15 [diff] |
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>