Merge branch 'dpaa_eth-buffer-layout-fixes'
authorJakub Kicinski <kuba@kernel.org>
Mon, 2 Nov 2020 19:21:33 +0000 (11:21 -0800)
committerJakub Kicinski <kuba@kernel.org>
Mon, 2 Nov 2020 19:21:34 +0000 (11:21 -0800)
commit42172f44df77f83777d1b5004db99c23bd2df7a4
tree729d2ad88384950f715dbe77a2128f192244ee7d
parent04a55c944f151b3149b78beff5ff406faa84485d
parent7834e494f42627769d3f965d5d203e9c6ddb8403
Merge branch 'dpaa_eth-buffer-layout-fixes'

Camelia Groza says:

====================
dpaa_eth: buffer layout fixes

The patches are related to the software workaround for the A050385 erratum.
The first patch ensures optimal buffer usage for non-erratum scenarios. The
second patch fixes a currently inconsequential discrepancy between the
FMan and Ethernet drivers.

Changes in v3:
- refactor defines for clarity in 1/2
- add more details on the user impact in 1/2
- remove unnecessary inline identifier in 2/2

Changes in v2:
- make the returned value for TX ports explicit in 2/2
- simplify the buf_layout reference in 2/2
====================

Link: https://lore.kernel.org/r/cover.1604339942.git.camelia.groza@nxp.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>