Re: [PATCH v2 1/6] net/fm10k: add missing intrinsic include

2024-06-20 Thread Bruce Richardson
On Thu, Jun 20, 2024 at 01:40:42PM +0200, Mattias Rönnblom wrote: > On 2024-06-20 11:28, Bruce Richardson wrote: > > On Thu, Jun 20, 2024 at 09:24:47AM +0200, Mattias Rönnblom wrote: > > > Add missing include, to get the _mm_cvtsi128_si64 > > > prototype. > > > > > > Signed-off-by: Mattias Rönnbl

Re: [PATCH v2 1/6] net/fm10k: add missing intrinsic include

2024-06-20 Thread Mattias Rönnblom
On 2024-06-20 11:28, Bruce Richardson wrote: On Thu, Jun 20, 2024 at 09:24:47AM +0200, Mattias Rönnblom wrote: Add missing include, to get the _mm_cvtsi128_si64 prototype. Signed-off-by: Mattias Rönnblom --- drivers/net/fm10k/fm10k_rxtx_vec.c | 1 + 1 file changed, 1 insertion(+) diff --g

Re: [PATCH v2 1/6] net/fm10k: add missing intrinsic include

2024-06-20 Thread Bruce Richardson
On Thu, Jun 20, 2024 at 09:24:47AM +0200, Mattias Rönnblom wrote: > Add missing include, to get the _mm_cvtsi128_si64 > prototype. > > Signed-off-by: Mattias Rönnblom > --- > drivers/net/fm10k/fm10k_rxtx_vec.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/net/fm10k/fm10k_rxt

Re: [PATCH v2 1/6] net/fm10k: add missing intrinsic include

2024-06-20 Thread Bruce Richardson
On Thu, Jun 20, 2024 at 09:24:47AM +0200, Mattias Rönnblom wrote: > Add missing include, to get the _mm_cvtsi128_si64 > prototype. > > Signed-off-by: Mattias Rönnblom > --- Acked-by: Bruce Richardson