Re: [PATCH] net/ice: enable link speed 200G

2024-11-01 Thread Bruce Richardson
On Thu, Oct 31, 2024 at 01:18:19AM +, Mingjin Ye wrote: > ICE Enable 200G link speed capability. > > Fixes: 36afbc269081 ("net/ice: support link speed change") I don't think this is a fix, more new feature support, so will drop the fixes line on apply. > > Signed-off-by: Mingjin Ye Patch

[PATCH] net/ice: enable link speed 200G

2024-10-30 Thread Mingjin Ye
ICE Enable 200G link speed capability. Fixes: 36afbc269081 ("net/ice: support link speed change") Signed-off-by: Mingjin Ye --- drivers/net/ice/ice_ethdev.c | 11 ++- drivers/net/ice/ice_ethdev.h | 12 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/drivers/n