All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] net/nfb: ethernet enhancements
@ 2026-02-06 17:04 spinler
  2026-02-06 17:04 ` [PATCH 1/7] net/nfb: use MAC address assigned to card spinler
                   ` (9 more replies)
  0 siblings, 10 replies; 21+ messages in thread
From: spinler @ 2026-02-06 17:04 UTC (permalink / raw)
  To: dev; +Cc: Martin Spinler

From: Martin Spinler <spinler@cesnet.cz>

This set includes minor enhancements to the Ethernet
configuration and overall usage.

---
Depends-on: series-37261 ("net/nfb: rework to real multiport")

Martin Spinler (7):
  net/nfb: use MAC address assigned to card
  net/nfb: get correct link speed
  net/nfb: support real link-up/down config
  net/nfb: support setting RS-FEC mode
  net/nfb: support setting Rx MTU
  net/nfb: read total stats from macs
  doc/nfb: update release notes for nfb driver

 doc/guides/rel_notes/release_26_03.rst |   3 +-
 drivers/net/nfb/meson.build            |   1 +
 drivers/net/nfb/nfb.h                  |   7 +
 drivers/net/nfb/nfb_ethdev.c           | 228 +++++++++++++++++++++----
 drivers/net/nfb/nfb_mdio.c             |  42 +++++
 drivers/net/nfb/nfb_mdio.h             |  34 ++++
 drivers/net/nfb/nfb_stats.c            |  40 +++--
 7 files changed, 308 insertions(+), 47 deletions(-)
 create mode 100644 drivers/net/nfb/nfb_mdio.c
 create mode 100644 drivers/net/nfb/nfb_mdio.h

-- 
2.53.0


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

end of thread, other threads:[~2026-02-19  6:20 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-06 17:04 [PATCH 0/7] net/nfb: ethernet enhancements spinler
2026-02-06 17:04 ` [PATCH 1/7] net/nfb: use MAC address assigned to card spinler
2026-02-06 17:04 ` [PATCH 2/7] net/nfb: get correct link speed spinler
2026-02-06 17:04 ` [PATCH 3/7] net/nfb: support real link-up/down config spinler
2026-02-06 17:04 ` [PATCH 4/7] net/nfb: support setting RS-FEC mode spinler
2026-02-06 17:04 ` [PATCH 5/7] net/nfb: support setting Rx MTU spinler
2026-02-18 18:20   ` Stephen Hemminger
2026-02-19  6:20     ` Martin Spinler
2026-02-06 17:04 ` [PATCH 6/7] net/nfb: read total stats from macs spinler
2026-02-06 17:04 ` [PATCH 7/7] doc/nfb: update release notes for nfb driver spinler
2026-02-17  4:37   ` Stephen Hemminger
2026-02-10  0:33 ` [PATCH 0/7] net/nfb: ethernet enhancements Stephen Hemminger
2026-02-12 18:52 ` Stephen Hemminger
2026-02-17 11:03 ` [PATCH v2 0/6] " spinler
2026-02-17 11:03   ` [PATCH v2 1/6] net/nfb: use MAC address assigned to card spinler
2026-02-17 11:03   ` [PATCH v2 2/6] net/nfb: get correct link speed spinler
2026-02-17 11:03   ` [PATCH v2 3/6] net/nfb: support real link-up/down config spinler
2026-02-17 11:03   ` [PATCH v2 4/6] net/nfb: support setting RS-FEC mode spinler
2026-02-17 11:03   ` [PATCH v2 5/6] net/nfb: support setting Rx MTU spinler
2026-02-17 11:03   ` [PATCH v2 6/6] net/nfb: read total stats from macs spinler
2026-02-18 18:21   ` [PATCH v2 0/6] net/nfb: ethernet enhancements Stephen Hemminger

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.