[PATCH v10 00/48] net/sxe2: re-align with reference and fix review findings

Stephen Hemminger stephen at networkplumber.org
Thu Sep 3 20:45:35 CEST 2026


On Thu,  3 Sep 2026 09:53:49 +0800
liujie5 at linkdatatechnology.com wrote:

> From: Jie Liu <liujie5 at linkdatatechnology.com>
> 
> This series updates the SXE2 poll mode driver (drivers/net/sxe2) and
> its common library (drivers/common/sxe2), fixing issues found in the
> previous version and re-aligning the driver with the reference
> implementation.
> 
> Changes since v9:
> - correct the commit message of the link state refresh patch: the
>   sxe2_link_update() call in sxe2_link_update_init() is kept, not
>   removed, and is now conditional on a successful link status read so
>   the initial link state is still populated at init
> - return the error from rte_eth_devargs_parse() directly on the
>   devargs parse failure paths: that function does not set rte_errno,
>   so returning -rte_errno could yield 0 and let probing continue with
>   an empty eth_da after a parse failure
> 
> Signed-off-by: Jie Liu <liujie5 at linkdatatechnology.com>

Applied to next-net

The older queue stats mapping is gone in 26.11 so it requires
some rework.

Patchwork was getting confused by the mail threading.
Not sure how you sent it but the easiest way would have been
to thread reply against the msgid of the first cover letter.
  
  $ MSGID=20260818021518.2922515-1-liujie5 at linkdatatechnology.com
  $ git send-email -v10 --in-reply-to=$MSGID \
     --to dev at dpdk.org --cc-cmd ./devtools/get-maintainer.sh \
     --cover-letter --annotate
     origin/main # or *.patch


More information about the dev mailing list