commit | b1977bfbca569426651ac47e0f99d279f00f8a94 | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Thu Apr 06 11:02:44 2017 +1000 |
committer | David S. Miller <davem@davemloft.net> | Thu Apr 06 15:39:45 2017 -0700 |
tree | c456259a3c758985c609988c4e7a09c30ca6b92a | |
parent | c06f73fba15f441ef59dfec21286aaf18b99434b [diff] |
ftgmac100: Drop support for fragmented receive We don't support jumbo frames, we will never receive a fragmented packet, the RX buffer is always big enough, if not then it's a runaway packet that can be dropped. So take out the loop that handles such things in ftgmac100_rx_packet() which will help with subsequent simplifications and improvements to the RX path Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: David S. Miller <davem@davemloft.net>