public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] dpaa2-mac: various updates
@ 2021-01-07 15:36 Ioana Ciornei
  2021-01-07 15:36 ` [PATCH 1/6] dpaa2-mac: split up initializing the MAC object from connecting to it Ioana Ciornei
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Ioana Ciornei @ 2021-01-07 15:36 UTC (permalink / raw)
  To: davem, kuba, netdev; +Cc: laurentiu.tudor, Ioana Ciornei

From: Ioana Ciornei <ioana.ciornei@nxp.com>

The first two patches of this series extends the MAC statistics support
to also work for network interfaces which have their link status handled
by firmware (TYPE_FIXED).

The next two patches are fixing a sporadic problem which happens when
the connected DPMAC object is not yet discovered by the fsl-mc bus, thus
the dpaa2-eth is not able to get a reference to it. A referred probe
will be requested in this case.

Finally, the last two patches make some cosmetic changes, mostly
removing comments and unnecessary checks.


Ioana Ciornei (6):
  dpaa2-mac: split up initializing the MAC object from connecting to it
  dpaa2-mac: export MAC counters even when in TYPE_FIXED
  bus: fsl-mc: return -EPROBE_DEFER when a device is not yet discovered
  dpaa2-eth: retry the probe when the MAC is not yet discovered on the
    bus
  dpaa2-mac: remove an unnecessary check
  dpaa2-mac: remove a comment regarding pause settings

 drivers/bus/fsl-mc/fsl-mc-bus.c               |   9 ++
 .../net/ethernet/freescale/dpaa2/dpaa2-eth.c  |  53 ++++---
 .../net/ethernet/freescale/dpaa2/dpaa2-eth.h  |  13 ++
 .../ethernet/freescale/dpaa2/dpaa2-ethtool.c  |  16 +--
 .../net/ethernet/freescale/dpaa2/dpaa2-mac.c  | 134 ++++++++----------
 .../net/ethernet/freescale/dpaa2/dpaa2-mac.h  |   5 +
 6 files changed, 125 insertions(+), 105 deletions(-)

-- 
2.29.2


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2021-01-07 21:38 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-07 15:36 [PATCH 0/6] dpaa2-mac: various updates Ioana Ciornei
2021-01-07 15:36 ` [PATCH 1/6] dpaa2-mac: split up initializing the MAC object from connecting to it Ioana Ciornei
2021-01-07 15:36 ` [PATCH 2/6] dpaa2-mac: export MAC counters even when in TYPE_FIXED Ioana Ciornei
2021-01-07 15:36 ` [PATCH 3/6] bus: fsl-mc: return -EPROBE_DEFER when a device is not yet discovered Ioana Ciornei
2021-01-07 17:15   ` Laurentiu Tudor
2021-01-07 15:36 ` [PATCH 4/6] dpaa2-eth: retry the probe when the MAC is not yet discovered on the bus Ioana Ciornei
2021-01-07 21:24   ` Andrew Lunn
2021-01-07 21:33     ` Ioana Ciornei
2021-01-07 15:36 ` [PATCH 5/6] dpaa2-mac: remove an unnecessary check Ioana Ciornei
2021-01-07 15:36 ` [PATCH 6/6] dpaa2-mac: remove a comment regarding pause settings Ioana Ciornei
2021-01-07 21:26   ` Andrew Lunn
2021-01-07 21:37     ` Ioana Ciornei

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox