Re: [PATCH] net/ice: fix segmentation fault Rx function

2025-01-31 Thread Andre Muezerie
On Thu, Jan 30, 2025 at 07:26:17PM +, Vladimir Medvedkin wrote: > Fix a typo in avx512 rx function, where accidentally the _mm_load_si128 > argument was passed by value instead of a pointer. > > Fixes: 43fd3624fdfe ("drivers: replace GCC pragma with cast") > Cc: andre...@linux.microsoft.com >

Re: [PATCH] net/ice: fix segmentation fault Rx function

2025-01-31 Thread Bruce Richardson
On Fri, Jan 31, 2025 at 11:43:53AM +0100, David Marchand wrote: > On Thu, Jan 30, 2025 at 8:26 PM Vladimir Medvedkin > wrote: > > > > Fix a typo in avx512 rx function, where accidentally the _mm_load_si128 > > argument was passed by value instead of a pointer. > > > > Fixes: 43fd3624fdfe ("drivers

Re: [PATCH] net/ice: fix segmentation fault Rx function

2025-01-31 Thread David Marchand
On Thu, Jan 30, 2025 at 8:26 PM Vladimir Medvedkin wrote: > > Fix a typo in avx512 rx function, where accidentally the _mm_load_si128 > argument was passed by value instead of a pointer. > > Fixes: 43fd3624fdfe ("drivers: replace GCC pragma with cast") > > Signed-off-by: Vladimir Medvedkin Indee

[PATCH] net/ice: fix segmentation fault Rx function

2025-01-30 Thread Vladimir Medvedkin
Fix a typo in avx512 rx function, where accidentally the _mm_load_si128 argument was passed by value instead of a pointer. Fixes: 43fd3624fdfe ("drivers: replace GCC pragma with cast") Cc: andre...@linux.microsoft.com Signed-off-by: Vladimir Medvedkin --- drivers/net/intel/ice/ice_rxtx_vec_avx5