commit | 01dd70b52a43f033798e3ce53e576b0c882d5f26 | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Thu Apr 06 11:02:48 2017 +1000 |
committer | David S. Miller <davem@davemloft.net> | Thu Apr 06 15:39:45 2017 -0700 |
tree | 1f0ac831bcee92115ce6a2ab076c260efa7555b3 | |
parent | eb50af20442bdaaa2dadd658dc8d556550e862ae [diff] |
ftgmac100: Simplify rx pointer handling in the rx path We don't handle fragmented RX packets, so the "looping" helpers to locate the first segment of a packet or to drop a packet aren't actually helping. Take them out and simplify ftgmac100_rx_packet() further as a result. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: David S. Miller <davem@davemloft.net>