> -----Original Message----- > From: Ferruh Yigit <ferruh.yi...@amd.com> > Sent: Wednesday, March 22, 2023 7:59 AM > To: Mcnamara, John <john.mcnam...@intel.com>; Guo, Junfeng > <junfeng....@intel.com>; Su, Simei <simei...@intel.com> > Cc: Thomas Monjalon <tho...@monjalon.net>; Andrew Rybchenko > <andrew.rybche...@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.yi...@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...@intel.com> Thanks, Simei