OSDN Git Service

Merge branch 'dpaa2-eth-misc-fixes'
authorDavid S. Miller <davem@davemloft.net>
Thu, 17 Oct 2019 19:27:29 +0000 (15:27 -0400)
committerDavid S. Miller <davem@davemloft.net>
Thu, 17 Oct 2019 19:27:29 +0000 (15:27 -0400)
commit693aa7dd124018ffa627ae7e8d78e96127e385e0
tree177904b28b8293e6da79f5cca5551893c7c0a24d
parentaf0de1303c4e8f44fadd7b4c593f09f22324b04f
parenta690af4f16f9bd1f976a4257e1529b6323a8d0e1
Merge branch 'dpaa2-eth-misc-fixes'

Ioana Ciornei says:

====================
dpaa2-eth: misc fixes

This patch set adds a couple of fixes around updating configuration on MAC
change.  Depending on when MC connects the DPNI to a MAC, both the MAC
address and TX FQIDs should be updated everytime there is a change in
configuration.

Changes in v2:
 - used reverse christmas tree ordering in patch 2/2
Changes in v3:
 - add a missing new line
 - go back to FQ based enqueueing after a transient error
====================

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