]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc05fc49d95b2ca6434e5aa289f60ab77f458b1a1
tree729d2ad88384950f715dbe77a2128f192244ee7d
parent75e5ecfe0114a1c9ee41d989dc7f6a14ca96b38d
parent8a3e7f0baf0d5a9ee61543c4e51b4bd1904a9dce
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>