> -----Original Message-----
> From: Vamsi Krishna Attunuru <[email protected]>
> Sent: Wednesday, February 5, 2025 10:20 AM
> To: Andre Muezerie <[email protected]>
> Cc: [email protected]; [email protected];
> [email protected]
> Subject: RE: [EXTERNAL] [PATCH v2] drivers/net: use intrinsic to access 
> content
> of __m128i
> 
> >-----Original Message----- >From: Andre Muezerie <andremue@ linux. 
> >microsoft. com> >Sent: Saturday, December 28, 2024 6: 53 AM >To:
> >andremue@ linux. microsoft. com >Cc: bruce. richardson@ intel. com;
> >dev@ dpdk. org; >konstantin. v. ananyev@ yandex. ru;
> 
> 
> 
> >-----Original Message-----
> >From: Andre Muezerie <[email protected]>
> >Sent: Saturday, December 28, 2024 6:53 AM
> >To: [email protected]
> >Cc: [email protected]; [email protected];
> >[email protected]; Vamsi Krishna Attunuru
> ><[email protected]>
> >Subject: [EXTERNAL] [PATCH v2] drivers/net: use intrinsic to access
> >content of __m128i
> >
> >Compiler intrinsics should be used to access/manipulate contents of __m128i.
> >Existing code results in the error below when compiled with MSVC:
> >.. /drivers/net/octeon_ep/cnxk_ep_rx_sse. c(61): error C2440: 'type cast':
> >cannot convert from '__m128i'
> >
> >Compiler intrinsics should be used to access/manipulate contents of __m128i.
> >Existing code results in the error below when compiled with MSVC:
> >
> >../drivers/net/octeon_ep/cnxk_ep_rx_sse.c(61): error C2440:
> >    'type cast': cannot convert from '__m128i' to 'rte_xmm_t'
> >
> >The fix is to use an intrinsic instead. This compiles fine with gcc,
> >clang and msvc.
> >
> >Signed-off-by: Andre Muezerie <[email protected]>
> 
> Acked-by: Vamsi Attunuru <[email protected]>

Applied to dpdk-next-net-mrvl/for-main. Thanks


Reply via email to