]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ftgmac100: Simplify rx pointer handling in the rx path
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Thu, 6 Apr 2017 01:02:48 +0000 (11:02 +1000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 6 Apr 2017 22:39:45 +0000 (15:39 -0700)
commit01dd70b52a43f033798e3ce53e576b0c882d5f26
tree1f0ac831bcee92115ce6a2ab076c260efa7555b3
parenteb50af20442bdaaa2dadd658dc8d556550e862ae
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>
drivers/net/ethernet/faraday/ftgmac100.c