From: Stephen Hemminger <stephen@networkplumber.org>
To: spinler@cesnet.cz
Cc: dev@dpdk.org
Subject: Re: [PATCH v2 0/6] net/nfb: ethernet enhancements
Date: Wed, 18 Feb 2026 10:21:53 -0800 [thread overview]
Message-ID: <20260218102153.6d45f4e0@phoenix.local> (raw)
In-Reply-To: <20260217110324.3344310-1-spinler@cesnet.cz>
On Tue, 17 Feb 2026 12:03:18 +0100
spinler@cesnet.cz wrote:
> From: Martin Spinler <spinler@cesnet.cz>
>
> This set includes minor enhancements to the Ethernet
> configuration and overall usage.
>
> ---
> Depends-on: series-37385 ("net/nfb: rework to real multiport")
>
> v2:
> * P2/7: close MDIO handles in error path of nfb_nc_eth_init
> * P2/7: add bounds check for eth_node population
> * P2/7: add check for nfb_mdio_if_read_pma() return value
> in nfb_mdio_cl45_pma_get_speed_capa()
> * P2/7: add include guard to nfb_mdio.h
> * P3/7: move nfb_eth_dev_set_link() (PMA configuration)
> before MAC enable/disable call to avoid inconsistency on failure
> * P4/7: add check for nfb_mdio_if_write_pma() return value
> * P5/7: set dev_info->max_mtu
> * P5/7: add frame_len_max_cap to struct pmd_priv; used in MTU configuration
> * P5/7: extract nfb_mac_read_frame_len_max_cap() from nfb_eth_mtu_set()
> * P5/7: check for MTU overflow
> * P6/7: use direct value for stats->ierrors from rx_cntrs
> * P7/7: remove this patch completely and distribute release notes update
> to matching patches
>
> Martin Spinler (6):
> 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/guides/rel_notes/release_26_03.rst | 3 +-
> drivers/net/nfb/meson.build | 1 +
> drivers/net/nfb/nfb.h | 8 +
> drivers/net/nfb/nfb_ethdev.c | 247 +++++++++++++++++++++----
> drivers/net/nfb/nfb_mdio.c | 44 +++++
> drivers/net/nfb/nfb_mdio.h | 39 ++++
> drivers/net/nfb/nfb_stats.c | 40 ++--
> 7 files changed, 335 insertions(+), 47 deletions(-)
> create mode 100644 drivers/net/nfb/nfb_mdio.c
> create mode 100644 drivers/net/nfb/nfb_mdio.h
>
Queued all these to next-net with small change to avoid overflow when
computing mtu.
prev parent reply other threads:[~2026-02-18 18:21 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
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 ` Stephen Hemminger [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260218102153.6d45f4e0@phoenix.local \
--to=stephen@networkplumber.org \
--cc=dev@dpdk.org \
--cc=spinler@cesnet.cz \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox