Re: [PATCH] net/mlx5: fix transceiver warning when not exist

2025-06-26 Thread Yogev Chaimovich
n Hemminger ; Slava Ovsiienko ; Bing Zhao ; Ori Kam ; Suanming Mou ; Matan Azrad ; dev@dpdk.org Subject: Re: [PATCH] net/mlx5: fix transceiver warning when not exist Hi Yogev, On Mon, Jun 09, 2025 at 01:11:27PM +, Yogev Chaimovich wrote: > Hi, > Actually looks like we're going with

Re: [PATCH] net/mlx5: fix transceiver warning when not exist

2025-06-26 Thread Dariusz Sosnowski
Hi Yogev, On Mon, Jun 09, 2025 at 01:11:27PM +, Yogev Chaimovich wrote: > Hi, > Actually looks like we're going with another workaround, so I might not be > needing my original patch. Could you tell us what kind of workaround you applied? Also, I'm not sure if this warning should be suppres

RE: [PATCH] net/mlx5: fix transceiver warning when not exist

2025-06-09 Thread Maayan Kashani
Azrad ; dev@dpdk.org Subject: Re: [PATCH] net/mlx5: fix transceiver warning when not exist External email: Use caution opening links or attachments Hi, Actually looks like we're going with another workaround, so I might not be needing my original patch. Also, I do not understand how my patch

Re: [PATCH] net/mlx5: fix transceiver warning when not exist

2025-06-09 Thread Yogev Chaimovich
though.. Yogev From: Maayan Kashani Sent: Wednesday, June 4, 2025 10:02 To: Stephen Hemminger ; Yogev Chaimovich Cc: Dariusz Sosnowski ; Slava Ovsiienko ; Bing Zhao ; Ori Kam ; Suanming Mou ; Matan Azrad ; dev@dpdk.org Subject: RE: [PATCH] net/mlx5: fix transceiver warning when not e

RE: [PATCH] net/mlx5: fix transceiver warning when not exist

2025-06-04 Thread Maayan Kashani
t; To: Yogev Chaimovich > Cc: Dariusz Sosnowski ; Slava Ovsiienko > ; Bing Zhao ; Ori Kam > ; Suanming Mou ; Matan > Azrad ; dev@dpdk.org > Subject: Re: [PATCH] net/mlx5: fix transceiver warning when not exist > > External email: Use caution opening links or attachments > &g

Re: [PATCH] net/mlx5: fix transceiver warning when not exist

2025-05-20 Thread Stephen Hemminger
On Mon, 5 May 2025 12:14:51 + Yogev Chaimovich wrote: > From ffe666291bc531b89620cc28a7b45fa209700f35 Mon Sep 17 00:00:00 2001 > From: yogev > Date: Sun, 4 May 2025 23:11:46 +0300 > Subject: [PATCH] net/mlx5: fix transceiver warning when not exist > > In case no tran

[PATCH] net/mlx5: fix transceiver warning when not exist

2025-05-06 Thread yogev
In case no transceiver exist when trying to get the transceiver's info There should not be an error message from the library. The caller may print an appropriate error message using the relevant rte_errno if required. Bugzilla ID: 1690 Signed-off-by: yogev --- drivers/net/mlx5/linux/mlx5_ethde

[PATCH] net/mlx5: fix transceiver warning when not exist

2025-05-05 Thread Yogev Chaimovich
0001-net-mlx5-fix-transceiver-warning-when-not-exist.patch Description: 0001-net-mlx5-fix-transceiver-warning-when-not-exist.patch