On Thu,  3 Sep 2026 09:53:49 +0800
[email protected] wrote:

> From: Jie Liu <[email protected]>
> 
> 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 <[email protected]>

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.
  
  $ [email protected]
  $ git send-email -v10 --in-reply-to=$MSGID \
     --to [email protected] --cc-cmd ./devtools/get-maintainer.sh \
     --cover-letter --annotate
     origin/main # or *.patch

Reply via email to