add new supported device for igc

Message ID 20220726030908.135312-1-qiming.yang@intel.com (mailing list archive)
State Accepted
Headers
Series add new supported device for igc |

Commit Message

Qiming Yang July 26, 2022, 3:09 a.m. UTC
  Signed-off-by: Qiming Yang <qiming.yang@intel.com>
---
 content/supported/nics/intel.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Thomas Monjalon July 26, 2022, 8:27 a.m. UTC | #1
Please can you tell which release added this support?


26/07/2022 05:09, Qiming Yang:
> Signed-off-by: Qiming Yang <qiming.yang@intel.com>
> ---
>  content/supported/nics/intel.md | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/content/supported/nics/intel.md b/content/supported/nics/intel.md
> index 22ec2e9..05f9ccd 100644
> --- a/content/supported/nics/intel.md
> +++ b/content/supported/nics/intel.md
> @@ -7,7 +7,7 @@ hidden = true
>  - [e1000](//doc.dpdk.org/guides/nics/e1000em.html) (82540, 82545, 82546)
>  - [e1000e](//git.dpdk.org/dpdk/tree/drivers/net/e1000/) (82571, 82572, 82573, 82574, 82583, ICH8, ICH9, ICH10, PCH, PCH2, I217, I218, I219)
>  - [igb](//doc.dpdk.org/guides/nics/igb.html) (82573, 82576, 82580, I210, I211, I350, I354, DH89xx)
> -- [igc](//doc.dpdk.org/guides/nics/igc.html) (I225)
> +- [igc](//doc.dpdk.org/guides/nics/igc.html) (I225, I226)
>  - [ixgbe](//doc.dpdk.org/guides/nics/ixgbe.html) (82598, 82599, X520, X540, X550)
>  - [i40e](//doc.dpdk.org/guides/nics/i40e.html) (X710, XL710, X722, XXV710)
>  - [ice](//doc.dpdk.org/guides/nics/ice.html) (E810)
  
Thomas Monjalon Nov. 9, 2022, 9:16 p.m. UTC | #2
26/07/2022 05:09, Qiming Yang:
> Signed-off-by: Qiming Yang <qiming.yang@intel.com>

Applied with this comment:
Intel Foxville I226 was added in DPDK 22.07.
  

Patch

diff --git a/content/supported/nics/intel.md b/content/supported/nics/intel.md
index 22ec2e9..05f9ccd 100644
--- a/content/supported/nics/intel.md
+++ b/content/supported/nics/intel.md
@@ -7,7 +7,7 @@  hidden = true
 - [e1000](//doc.dpdk.org/guides/nics/e1000em.html) (82540, 82545, 82546)
 - [e1000e](//git.dpdk.org/dpdk/tree/drivers/net/e1000/) (82571, 82572, 82573, 82574, 82583, ICH8, ICH9, ICH10, PCH, PCH2, I217, I218, I219)
 - [igb](//doc.dpdk.org/guides/nics/igb.html) (82573, 82576, 82580, I210, I211, I350, I354, DH89xx)
-- [igc](//doc.dpdk.org/guides/nics/igc.html) (I225)
+- [igc](//doc.dpdk.org/guides/nics/igc.html) (I225, I226)
 - [ixgbe](//doc.dpdk.org/guides/nics/ixgbe.html) (82598, 82599, X520, X540, X550)
 - [i40e](//doc.dpdk.org/guides/nics/i40e.html) (X710, XL710, X722, XXV710)
 - [ice](//doc.dpdk.org/guides/nics/ice.html) (E810)