[14/33] doc: update igc guide

Message ID 20230321235941.2169068-15-ferruh.yigit@amd.com (mailing list archive)
State Accepted, archived
Delegated to: Thomas Monjalon
Headers
Series Update net driver documentation |

Checks

Context Check Description
ci/checkpatch success coding style OK

Commit Message

Ferruh Yigit March 21, 2023, 11:59 p.m. UTC
  - Move "Supported Chipsets and NICs" section up
- Make device list an actual list

Signed-off-by: Ferruh Yigit <ferruh.yigit@amd.com>
---
 doc/guides/nics/igc.rst | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)
  

Comments

Simei Su March 22, 2023, 2:31 a.m. UTC | #1
> -----Original Message-----
> From: Ferruh Yigit <ferruh.yigit@amd.com>
> Sent: Wednesday, March 22, 2023 7:59 AM
> To: Mcnamara, John <john.mcnamara@intel.com>; Guo, Junfeng
> <junfeng.guo@intel.com>; Su, Simei <simei.su@intel.com>
> Cc: Thomas Monjalon <thomas@monjalon.net>; Andrew Rybchenko
> <andrew.rybchenko@oktetlabs.ru>; dev@dpdk.org
> Subject: [PATCH 14/33] doc: update igc guide
> 
> - Move "Supported Chipsets and NICs" section up
> - Make device list an actual list
> 
> Signed-off-by: Ferruh Yigit <ferruh.yigit@amd.com>
> ---
>  doc/guides/nics/igc.rst | 16 ++++++++--------
>  1 file changed, 8 insertions(+), 8 deletions(-)
> 
> diff --git a/doc/guides/nics/igc.rst b/doc/guides/nics/igc.rst index
> 399d2d650c30..c5af806b7b68 100644
> --- a/doc/guides/nics/igc.rst
> +++ b/doc/guides/nics/igc.rst
> @@ -12,6 +12,14 @@ I225 and I226 Series Network Adapters.
>  - For information about I226, please refer to: `Intel® Ethernet Controller
> I226 Series
> 
> <https://ark.intel.com/content/www/us/en/ark/products/series/210588/inte
> l-ethernet-controller-i226-series.html>`_.
> 
> +Supported Chipsets and NICs
> +---------------------------
> +
> +- Foxville LM (I225 LM, I226 LM): Client 2.5G LAN vPro Corporate
> +- Foxville V (I225 V, I226 V): Client 2.5G LAN Consumer
> +- Foxville I (I225 I, I226 IM): Client 2.5G Industrial Temp
> +- Foxville V (I225 K, I226 K): Client 2.5G LAN Consumer
> +
>  Driver compilation and testing
>  ------------------------------
> 
> @@ -19,14 +27,6 @@ Refer to the document :ref:`compiling and testing a
> PMD for a NIC <pmd_build_and  for details.
> 
> 
> -Supported Chipsets and NICs
> ----------------------------
> -
> -Foxville LM (I225 LM, I226 LM): Client 2.5G LAN vPro Corporate -Foxville V
> (I225 V, I226 V): Client 2.5G LAN Consumer -Foxville I (I225 I, I226 IM): Client
> 2.5G Industrial Temp -Foxville V (I225 K, I226 K): Client 2.5G LAN Consumer
> -
>  Sample Application Notes
>  ------------------------
> 
> --
> 2.34.1

Acked-by: Simei Su <simei.su@intel.com>

Thanks,
Simei
  

Patch

diff --git a/doc/guides/nics/igc.rst b/doc/guides/nics/igc.rst
index 399d2d650c30..c5af806b7b68 100644
--- a/doc/guides/nics/igc.rst
+++ b/doc/guides/nics/igc.rst
@@ -12,6 +12,14 @@  I225 and I226 Series Network Adapters.
 - For information about I226, please refer to: `Intel® Ethernet Controller I226 Series
   <https://ark.intel.com/content/www/us/en/ark/products/series/210588/intel-ethernet-controller-i226-series.html>`_.
 
+Supported Chipsets and NICs
+---------------------------
+
+- Foxville LM (I225 LM, I226 LM): Client 2.5G LAN vPro Corporate
+- Foxville V (I225 V, I226 V): Client 2.5G LAN Consumer
+- Foxville I (I225 I, I226 IM): Client 2.5G Industrial Temp
+- Foxville V (I225 K, I226 K): Client 2.5G LAN Consumer
+
 Driver compilation and testing
 ------------------------------
 
@@ -19,14 +27,6 @@  Refer to the document :ref:`compiling and testing a PMD for a NIC <pmd_build_and
 for details.
 
 
-Supported Chipsets and NICs
----------------------------
-
-Foxville LM (I225 LM, I226 LM): Client 2.5G LAN vPro Corporate
-Foxville V (I225 V, I226 V): Client 2.5G LAN Consumer
-Foxville I (I225 I, I226 IM): Client 2.5G Industrial Temp
-Foxville V (I225 K, I226 K): Client 2.5G LAN Consumer
-
 Sample Application Notes
 ------------------------