> -----Original Message-----
> From: Vamsi Krishna Attunuru <vattun...@marvell.com>
> Sent: Wednesday, February 5, 2025 10:20 AM
> To: Andre Muezerie <andre...@linux.microsoft.com>
> Cc: bruce.richard...@intel.com; dev@dpdk.org;
> konstantin.v.anan...@yandex.ru
> 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 <andre...@linux.microsoft.com>
> >Sent: Saturday, December 28, 2024 6:53 AM
> >To: andre...@linux.microsoft.com
> >Cc: bruce.richard...@intel.com; dev@dpdk.org;
> >konstantin.v.anan...@yandex.ru; Vamsi Krishna Attunuru
> ><vattun...@marvell.com>
> >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 <andre...@linux.microsoft.com>
> 
> Acked-by: Vamsi Attunuru <vattun...@marvell.com>

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


Reply via email to