]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'DPAA-Ethernet-changes'
authorDavid S. Miller <davem@davemloft.net>
Thu, 31 Oct 2019 19:13:34 +0000 (12:13 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 31 Oct 2019 19:13:34 +0000 (12:13 -0700)
commita2f6d2996c4b713a39c345a9aa01764c1b2bd30c
tree5b5e27ecc0843b0c361d37eb33f20875d8366942
parentf9f3d9786979e0bc08868089cdfc56c4d8793af8
parentb80057ec6bb8266750570ca8a8748b8be5bdb84b
Merge branch 'DPAA-Ethernet-changes'

Madalin Bucur says:

====================
DPAA Ethernet changes

v2: remove excess braces

Here are some more changes for the DPAA 1.x area.
In summary, these changes use pages for the receive buffers and
for the scatter-gather table fed to the HW on the Tx path, perform
a bit of cleanup in some convoluted parts of the code, add some
minor fixes related to DMA (un)mapping sequencing for a not so
common scenario, add a device link that removes the interfaces
when the QMan portal in use by them is removed.
====================

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