dpaa2-eth: Use a single page per Rx buffer
authorIoana Ciocoi Radulescu <ruxandra.radulescu@nxp.com>
Mon, 4 Feb 2019 17:00:35 +0000 (17:00 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 6 Feb 2019 18:49:55 +0000 (10:49 -0800)
commit27c874867c4e92278cc78f3c27574fb92d7f1578
treee12f4575d700ea1a82ec6525dc1c8ea70fdeeef1
parente37268eb1b2191788d08a65682e3b15e2258ea55
dpaa2-eth: Use a single page per Rx buffer

Instead of allocating page fragments via the network stack,
use the page allocator directly. For now, we consume one page
for each Rx buffer.

With the new memory model we are free to consider adding more
XDP support.

Performance decreases slightly in some IP forwarding cases.
No visible effect on termination traffic. The driver memory
footprint increases as a result of this change, but it is
still small enough to not really matter.

Another side effect is that now Rx buffer alignment requirements
are naturally satisfied without any additional actions needed.
Remove alignment related code, except in the buffer layout
information conveyed to MC, as hardware still needs to know the
alignment value we guarantee.

Signed-off-by: Ioana Ciornei <ioana.ciornei@nxp.com>
Signed-off-by: Ioana Radulescu <ruxandra.radulescu@nxp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c
drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.h