* [PATCH] net/iavf: enable 200G link speed
@ 2026-08-05 18:11 sandeep.penigalapati
2026-08-13 14:55 ` Bruce Richardson
0 siblings, 1 reply; 2+ messages in thread
From: sandeep.penigalapati @ 2026-08-05 18:11 UTC (permalink / raw)
To: dev; +Cc: bruce.richardson, Sandeep Penigalapati
From: Sandeep Penigalapati <sandeep.penigalapati@intel.com>
Enable 200G link speed reporting for E830 VFs.
Signed-off-by: Sandeep Penigalapati <sandeep.penigalapati@intel.com>
---
drivers/net/intel/iavf/iavf_ethdev.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/drivers/net/intel/iavf/iavf_ethdev.c b/drivers/net/intel/iavf/iavf_ethdev.c
index d601ec3b6a..7a47ad6a37 100644
--- a/drivers/net/intel/iavf/iavf_ethdev.c
+++ b/drivers/net/intel/iavf/iavf_ethdev.c
@@ -1300,6 +1300,9 @@ iavf_dev_link_update(struct rte_eth_dev *dev,
case 100000:
new_link.link_speed = RTE_ETH_SPEED_NUM_100G;
break;
+ case 200000:
+ new_link.link_speed = RTE_ETH_SPEED_NUM_200G;
+ break;
default:
new_link.link_speed = RTE_ETH_SPEED_NUM_NONE;
break;
--
2.27.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] net/iavf: enable 200G link speed
2026-08-05 18:11 [PATCH] net/iavf: enable 200G link speed sandeep.penigalapati
@ 2026-08-13 14:55 ` Bruce Richardson
0 siblings, 0 replies; 2+ messages in thread
From: Bruce Richardson @ 2026-08-13 14:55 UTC (permalink / raw)
To: sandeep.penigalapati; +Cc: dev
On Wed, Aug 05, 2026 at 02:11:12PM -0400, sandeep.penigalapati@intel.com wrote:
> From: Sandeep Penigalapati <sandeep.penigalapati@intel.com>
>
> Enable 200G link speed reporting for E830 VFs.
>
> Signed-off-by: Sandeep Penigalapati <sandeep.penigalapati@intel.com>
> ---
> drivers/net/intel/iavf/iavf_ethdev.c | 3 +++
> 1 file changed, 3 insertions(+)
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
Applied to dpdk-next-net-intel
Thanks,
/Bruce
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-08-13 14:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-05 18:11 [PATCH] net/iavf: enable 200G link speed sandeep.penigalapati
2026-08-13 14:55 ` Bruce Richardson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox