commit | 58f101bf87e32753342a6924772c6ebb0fbde24a | [log] [tgz] |
---|---|---|
author | Manish Chopra <manish.chopra@cavium.com> | Wed Mar 28 03:35:52 2018 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Mar 29 14:32:15 2018 -0400 |
tree | 2b10c0caac6be96161356df12ada55582bd7fac8 | |
parent | f03dbb06dc380274e351ca4b1ee1587ed4529e62 [diff] |
qede: Do not drop rx-checksum invalidated packets. Today, driver drops received packets which are indicated as invalid checksum by the device. Instead of dropping such packets, pass them to the stack with CHECKSUM_NONE indication in skb. Signed-off-by: Ariel Elior <ariel.elior@cavium.com> Signed-off-by: Manish Chopra <manish.chopra@cavium.com> Signed-off-by: David S. Miller <davem@davemloft.net>