DPDK patches and discussions
 help / color / mirror / Atom feed
From: Stephen Hemminger <stephen@networkplumber.org>
To: <skori@marvell.com>
Cc: Nithin Dabilpuram <ndabilpuram@marvell.com>,
	Kiran Kumar K <kirankumark@marvell.com>,
	Satha Rao <skoteshwar@marvell.com>,
	Harman Kalra <hkalra@marvell.com>, <dev@dpdk.org>
Subject: Re: [PATCH v8 6/6] net/cnxk: report link mode
Date: Fri, 7 Nov 2025 07:59:07 -0800	[thread overview]
Message-ID: <20251107075907.7381e6ab@phoenix> (raw)
In-Reply-To: <20251107070330.2155154-6-skori@marvell.com>

On Fri, 7 Nov 2025 12:33:24 +0530
<skori@marvell.com> wrote:

> diff --git a/doc/guides/rel_notes/release_25_11.rst b/doc/guides/rel_notes/release_25_11.rst
> index c5ba335cfc..b7921f5b57 100644
> --- a/doc/guides/rel_notes/release_25_11.rst
> +++ b/doc/guides/rel_notes/release_25_11.rst
> @@ -128,6 +128,14 @@ New Features
>  
>    Added ENETC4 PMD for multiple new generation SoCs.
>  
> +* **Updated CNXK ethernet driver.**
> +
> +  Added support to set/get link configuration as mentioned below:
> +
> +  * Get speed capability from firmware instead of hard coded values.
> +  * Report link type, mode and status.
> +  * Configure link mode.
> +

Is there a policy on release notes?
Looks Thomas tries to keep them in alphabetic order by vendor.

      parent reply	other threads:[~2025-11-07 15:59 UTC|newest]

Thread overview: 51+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-06-05 11:42 [PATCH 1/6] common/cnxk: support link mode configuration skori
2025-06-05 11:42 ` [PATCH 2/6] common/cnxk: provide port type from fwdata skori
2025-06-05 11:42 ` [PATCH 3/6] net/cnxk: get speed capability from firmware skori
2025-06-05 11:42 ` [PATCH 4/6] net/cnxk: support link mode configuration skori
2025-06-05 11:42 ` [PATCH 5/6] net/cnxk: report link type and status skori
2025-06-05 11:42 ` [PATCH 6/6] net/cnxk: report link mode skori
2025-08-13  9:30   ` [PATCH v2 1/6] common/cnxk: support link mode configuration skori
2025-08-13  9:30     ` [PATCH v2 2/6] common/cnxk: provide port type from fwdata skori
2025-08-13  9:30     ` [PATCH v2 3/6] net/cnxk: get speed capability from firmware skori
2025-08-13  9:30     ` [PATCH v2 4/6] net/cnxk: support link mode configuration skori
2025-08-13  9:30     ` [PATCH v2 5/6] net/cnxk: report link type and status skori
2025-08-13  9:30     ` [PATCH v2 6/6] net/cnxk: report link mode skori
2025-08-14  8:16       ` [PATCH v3 1/6] common/cnxk: support link mode configuration skori
2025-08-14  8:16         ` [PATCH v3 2/6] common/cnxk: provide port type from fwdata skori
2025-08-14  8:16         ` [PATCH v3 3/6] net/cnxk: get speed capability from firmware skori
2025-08-14  8:16         ` [PATCH v3 4/6] net/cnxk: support link mode configuration skori
2025-08-14  8:16         ` [PATCH v3 5/6] net/cnxk: report link type and status skori
2025-08-14  8:16         ` [PATCH v3 6/6] net/cnxk: report link mode skori
2025-10-23  5:37           ` [PATCH v4 1/6] common/cnxk: support link mode configuration skori
2025-10-23  5:37             ` [PATCH v4 2/6] common/cnxk: provide port type from fwdata skori
2025-10-23  5:37             ` [PATCH v4 3/6] net/cnxk: get speed capability from firmware skori
2025-10-23  5:37             ` [PATCH v4 4/6] net/cnxk: support link mode configuration skori
2025-10-23  5:37             ` [PATCH v4 5/6] net/cnxk: report link type and status skori
2025-10-23  5:37             ` [PATCH v4 6/6] net/cnxk: report link mode skori
2025-10-23  7:53               ` [PATCH v5 1/6] common/cnxk: support link mode configuration skori
2025-10-23  7:53                 ` [PATCH v5 2/6] common/cnxk: provide port type from fwdata skori
2025-10-23  7:53                 ` [PATCH v5 3/6] net/cnxk: get speed capability from firmware skori
2025-10-23  7:53                 ` [PATCH v5 4/6] net/cnxk: support link mode configuration skori
2025-10-23  7:53                 ` [PATCH v5 5/6] net/cnxk: report link type and status skori
2025-10-23  7:53                 ` [PATCH v5 6/6] net/cnxk: report link mode skori
2025-10-23 11:02                   ` [PATCH v6 1/6] common/cnxk: support link mode configuration skori
2025-10-23 11:02                     ` [PATCH v6 2/6] common/cnxk: provide port type from fwdata skori
2025-10-23 11:02                     ` [PATCH v6 3/6] net/cnxk: get speed capability from firmware skori
2025-10-23 11:02                     ` [PATCH v6 4/6] net/cnxk: support link mode configuration skori
2025-10-23 11:02                     ` [PATCH v6 5/6] net/cnxk: report link type and status skori
2025-10-23 11:02                     ` [PATCH v6 6/6] net/cnxk: report link mode skori
2025-11-04  8:08                       ` [PATCH v7 1/6] common/cnxk: support link mode configuration skori
2025-11-04  8:08                         ` [PATCH v7 2/6] common/cnxk: provide port type from fwdata skori
2025-11-04  8:08                         ` [PATCH v7 3/6] net/cnxk: get speed capability from firmware skori
2025-11-04  8:08                         ` [PATCH v7 4/6] net/cnxk: support link mode configuration skori
2025-11-04  8:08                         ` [PATCH v7 5/6] net/cnxk: report link type and status skori
2025-11-04  8:08                         ` [PATCH v7 6/6] net/cnxk: report link mode skori
2025-11-05  6:52                           ` Jerin Jacob
2025-11-07  7:03                           ` [PATCH v8 1/6] common/cnxk: support link mode configuration skori
2025-11-07  7:03                             ` [PATCH v8 2/6] common/cnxk: provide port type from fwdata skori
2025-11-07  7:03                             ` [PATCH v8 3/6] net/cnxk: get speed capability from firmware skori
2025-11-07  7:03                             ` [PATCH v8 4/6] net/cnxk: support link mode configuration skori
2025-11-07  7:03                             ` [PATCH v8 5/6] net/cnxk: report link type and status skori
2025-11-07  7:03                             ` [PATCH v8 6/6] net/cnxk: report link mode skori
2025-11-07  8:50                               ` Jerin Jacob
2025-11-07 15:59                               ` 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=20251107075907.7381e6ab@phoenix \
    --to=stephen@networkplumber.org \
    --cc=dev@dpdk.org \
    --cc=hkalra@marvell.com \
    --cc=kirankumark@marvell.com \
    --cc=ndabilpuram@marvell.com \
    --cc=skori@marvell.com \
    --cc=skoteshwar@marvell.com \
    /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;
as well as URLs for NNTP newsgroup(s).