DPDK patches and discussions
 help / color / mirror / Atom feed
From: Huisong Li <lihuisong@huawei.com>
To: <dev@dpdk.org>, <ferruh.yigit@amd.com>, <thomas@monjalon.net>
Cc: <liuyonglong@huawei.com>, <lihuisong@huawei.com>
Subject: [PATCH 00/16] add link speed configuration feature
Date: Tue, 28 Nov 2023 21:00:04 +0800	[thread overview]
Message-ID: <20231128130021.42394-1-lihuisong@huawei.com> (raw)

The link speed configuration feature which is from dev_conf.link_speeds
has been introduced for a long time. This setting interface is used to
set fixed speed and link autonegotiation with speed capabilities feature.
It is very important for NIC. For this, many PMDs have also supported
this feature.

So this series suggest that add this feature to features.rst, default.ini
and driver.ini.

Huisong Li (16):
  doc: add features for link speeds
  doc: add link speed configuration feature for i40e
  doc: add link speed configuration feature for bnxt
  doc: add link speed configuration feature for igc
  doc: add link speed configuration feature for ixgbe
  doc: add link speed configuration feature for atlantic
  doc: add link speed configuration feature for octeontx
  doc: add link speed configuration feature for hns3
  doc: add link speed configuration feature for ngbe
  doc: add link speed configuration feature for txgbe
  doc: add link speed configuration feature for igb
  doc: add link speed configuration feature for thunderx
  doc: add link speed configuration feature for ice
  doc: add link speed configuration feature for ionic
  doc: add link speed configuration feature for dpaa
  doc: add link speed configuration feature for sfc

 doc/guides/nics/features.rst          | 11 +++++++++++
 doc/guides/nics/features/atlantic.ini |  1 +
 doc/guides/nics/features/bnxt.ini     |  1 +
 doc/guides/nics/features/default.ini  |  1 +
 doc/guides/nics/features/dpaa.ini     |  1 +
 doc/guides/nics/features/hns3.ini     |  1 +
 doc/guides/nics/features/i40e.ini     |  1 +
 doc/guides/nics/features/ice.ini      |  1 +
 doc/guides/nics/features/igb.ini      |  1 +
 doc/guides/nics/features/igc.ini      |  1 +
 doc/guides/nics/features/ionic.ini    |  1 +
 doc/guides/nics/features/ixgbe.ini    |  1 +
 doc/guides/nics/features/ngbe.ini     |  1 +
 doc/guides/nics/features/octeontx.ini |  1 +
 doc/guides/nics/features/sfc.ini      |  1 +
 doc/guides/nics/features/thunderx.ini |  1 +
 doc/guides/nics/features/txgbe.ini    |  1 +
 17 files changed, 27 insertions(+)

-- 
2.33.0


             reply	other threads:[~2023-11-28 13:00 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-28 13:00 Huisong Li [this message]
2023-11-28 13:00 ` [PATCH 01/16] doc: add features for link speeds Huisong Li
2023-11-28 13:00 ` [PATCH 02/16] doc: add link speed configuration feature for i40e Huisong Li
2023-11-28 13:00 ` [PATCH 03/16] doc: add link speed configuration feature for bnxt Huisong Li
2023-11-28 13:00 ` [PATCH 04/16] doc: add link speed configuration feature for igc Huisong Li
2023-11-28 13:00 ` [PATCH 05/16] doc: add link speed configuration feature for ixgbe Huisong Li
2023-11-28 13:00 ` [PATCH 06/16] doc: add link speed configuration feature for atlantic Huisong Li
2023-11-28 13:00 ` [PATCH 07/16] doc: add link speed configuration feature for octeontx Huisong Li
2023-11-28 13:00 ` [PATCH 08/16] doc: add link speed configuration feature for hns3 Huisong Li
2023-11-28 13:00 ` [PATCH 09/16] doc: add link speed configuration feature for ngbe Huisong Li
2023-11-28 13:00 ` [PATCH 10/16] doc: add link speed configuration feature for txgbe Huisong Li
2023-11-28 13:00 ` [PATCH 11/16] doc: add link speed configuration feature for igb Huisong Li
2023-11-28 13:00 ` [PATCH 12/16] doc: add link speed configuration feature for thunderx Huisong Li
2023-11-28 13:00 ` [PATCH 13/16] doc: add link speed configuration feature for ice Huisong Li
2023-11-28 13:00 ` [PATCH 14/16] doc: add link speed configuration feature for ionic Huisong Li
2023-11-28 13:00 ` [PATCH 15/16] doc: add link speed configuration feature for dpaa Huisong Li
2023-11-29  7:57   ` Hemant Agrawal
2023-11-28 13:00 ` [PATCH 16/16] doc: add link speed configuration feature for sfc Huisong Li
2024-03-11 22:27 ` [PATCH 00/16] add link speed configuration feature Ferruh Yigit

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=20231128130021.42394-1-lihuisong@huawei.com \
    --to=lihuisong@huawei.com \
    --cc=dev@dpdk.org \
    --cc=ferruh.yigit@amd.com \
    --cc=liuyonglong@huawei.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).