commit | 4a74dc65e3ad825a66dfbcb256f98c550f96445b | [log] [tgz] |
---|---|---|
author | Ben Hutchings <bhutchings@solarflare.com> | Tue Mar 05 20:13:54 2013 +0000 |
committer | Ben Hutchings <bhutchings@solarflare.com> | Thu Mar 07 20:21:54 2013 +0000 |
tree | 97f5e5ef4efaf339c59de29f1ac1475af398508b | |
parent | 86c2da58a70e02ece910a3bba3da86d61b6aeefd [diff] |
sfc: Allow efx_channel_type::receive_skb() to reject a packet Instead of having efx_ptp_rx() call netif_receive_skb() for an invalid PTP packet, make it return false for rejected packets and have efx_rx_deliver() pass them up. Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>