mbox series

[v3,net,0/2] dpaa2-eth: misc fixes

Message ID 1571211383-5759-1-git-send-email-ioana.ciornei@nxp.com
Headers show
Series dpaa2-eth: misc fixes | expand

Message

Ioana Ciornei Oct. 16, 2019, 7:36 a.m. UTC
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

Florin Chiculita (1):
  dpaa2-eth: add irq for the dpmac connect/disconnect event

Ioana Radulescu (1):
  dpaa2-eth: Fix TX FQID values

 drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c | 50 +++++++++++++++++++++++-
 drivers/net/ethernet/freescale/dpaa2/dpni.h      |  5 ++-
 2 files changed, 53 insertions(+), 2 deletions(-)

Comments

Jakub Kicinski Oct. 16, 2019, 4:48 p.m. UTC | #1
On Wed, 16 Oct 2019 10:36:21 +0300, Ioana Ciornei wrote:
> 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.

Acked-by: Jakub Kicinski <jakub.kicinski@netronome.com>
David Miller Oct. 17, 2019, 7:28 p.m. UTC | #2
From: Ioana Ciornei <ioana.ciornei@nxp.com>
Date: Wed, 16 Oct 2019 10:36:21 +0300

> 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

Series applied, thanks.