Merge branch 'ftgmac-rework-batch2-rx-path'
authorDavid S. Miller <davem@davemloft.net>
Thu, 6 Apr 2017 22:39:47 +0000 (15:39 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 6 Apr 2017 22:39:47 +0000 (15:39 -0700)
commitdc423b6be10c56d0dd957caf307f12d16f728f07
treedea836b730e718b1e6f07f22ab3d0797e540a998
parentbd414860440eebc8a7eb54be94c97e6ed09bb402
parentd930655d4a25021b70285976745e6eee107ac0bb
Merge branch 'ftgmac-rework-batch2-rx-path'

Benjamin Herrenschmidt says:

====================
ftgmac: Rework batch 2 - RX path

This is the second batch of updates to the ftgmac100 driver.

This one tackles the RX path of the driver, simplifying
it greatly to match common practice while significantly
increasing the performance.

(The bulk of the performance gains of my series will be
provided by the TX path improvements, notably fragmented
sends, these will be in the next batch).
====================

Signed-off-by: David S. Miller <davem@davemloft.net>