dev.dpdk.org archive mirror
 help / color / mirror / Atom feed
From: Stephen Hemminger <stephen@networkplumber.org>
To: <skori@marvell.com>
Cc: Thomas Monjalon <thomas@monjalon.net>,
	Ferruh Yigit <ferruh.yigit@amd.com>,
	Andrew Rybchenko <andrew.rybchenko@oktetlabs.ru>, <dev@dpdk.org>,
	Nithin Dabilpuram <ndabilpuram@marvell.com>
Subject: Re: [PATCH 1/7] ethdev: add support to provide link type
Date: Thu, 5 Jun 2025 08:22:46 -0700	[thread overview]
Message-ID: <20250605082246.3f13eac2@hermes.local> (raw)
In-Reply-To: <20250605090657.3032918-1-skori@marvell.com>

On Thu, 5 Jun 2025 14:36:36 +0530
<skori@marvell.com> wrote:

> @@ -341,6 +354,7 @@ struct rte_eth_link {
>  			uint16_t link_duplex  : 1;  /**< RTE_ETH_LINK_[HALF/FULL]_DUPLEX */
>  			uint16_t link_autoneg : 1;  /**< RTE_ETH_LINK_[AUTONEG/FIXED] */
>  			uint16_t link_status  : 1;  /**< RTE_ETH_LINK_[DOWN/UP] */
> +			uint16_t link_type    : 5;  /**< RTE_ETH_LINK_TYPE_XXX */
>  		};
>  	};
>  };

ABI change will have to wait for 25.11

      parent reply	other threads:[~2025-06-05 15:22 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-06-05  9:06 [PATCH 1/7] ethdev: add support to provide link type skori
2025-06-05  9:06 ` [PATCH 2/7] common/cnxk: support link mode configuration skori
2025-06-05  9:06 ` [PATCH 3/7] common/cnxk: provide port type from fwdata skori
2025-06-05  9:06 ` [PATCH 4/7] net/cnxk: get speed capability from firmware skori
2025-06-05  9:06 ` [PATCH 5/7] net/cnxk: support link mode configuration skori
2025-06-05  9:06 ` [PATCH 6/7] net/cnxk: report link type and status skori
2025-06-05  9:06 ` [PATCH 7/7] net/cnxk: report link mode skori
2025-06-05 15:22 ` 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=20250605082246.3f13eac2@hermes.local \
    --to=stephen@networkplumber.org \
    --cc=andrew.rybchenko@oktetlabs.ru \
    --cc=dev@dpdk.org \
    --cc=ferruh.yigit@amd.com \
    --cc=ndabilpuram@marvell.com \
    --cc=skori@marvell.com \
    --cc=thomas@monjalon.net \
    /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).