Re: [PATCH] net/mlx5: use portable version of __builtin_ffsl

2025-06-04 Thread Raslan Darawsheh
Hi, On 05/05/2025 6:04 PM, Andre Muezerie wrote: Builtin __builtin_ffsl is not available with MSVC therefore a portable replacement should be used. Function rte_ffs32 is already available in eal and should be used instead. Signed-off-by: Andre Muezerie Patch applied to next-net-mlx, Kinde

Re: [PATCH] net/mlx5: use portable version of __builtin_ffsl

2025-06-03 Thread Dariusz Sosnowski
Hi, On Mon, May 05, 2025 at 08:04:52AM -0700, Andre Muezerie wrote: > Builtin __builtin_ffsl is not available with MSVC therefore a > portable replacement should be used. > > Function rte_ffs32 is already available in eal and should be used > instead. > > Signed-off-by: Andre Muezerie Acked-by

Re: [PATCH] net/mlx5: use portable version of __builtin_ffsl

2025-06-02 Thread Andre Muezerie
On Mon, May 05, 2025 at 08:04:52AM -0700, Andre Muezerie wrote: > Builtin __builtin_ffsl is not available with MSVC therefore a > portable replacement should be used. > > Function rte_ffs32 is already available in eal and should be used > instead. > > Signed-off-by: Andre Muezerie > --- > drive

[PATCH] net/mlx5: use portable version of __builtin_ffsl

2025-05-05 Thread Andre Muezerie
Builtin __builtin_ffsl is not available with MSVC therefore a portable replacement should be used. Function rte_ffs32 is already available in eal and should be used instead. Signed-off-by: Andre Muezerie --- drivers/net/mlx5/mlx5_tx.c| 4 ++-- drivers/net/mlx5/mlx5_utils.c | 2 +- 2 files c