Re: [RFC PATCH] drivers: add generic build of SVE files

2025-04-10 Thread David Marchand
On Mon, Apr 7, 2025 at 5:29 PM Bruce Richardson wrote: > > For SVE, as for AVX2 and AVX-512, support building files for these ISAs > from the top-level drivers/meson.build file, rather than having each > driver re-implement it. > > This removes the remaining build task for drivers in DPDK which is

Re: [RFC PATCH] drivers: add generic build of SVE files

2025-04-08 Thread Bruce Richardson
On Mon, Apr 07, 2025 at 04:28:57PM +0100, Bruce Richardson wrote: > For SVE, as for AVX2 and AVX-512, support building files for these ISAs > from the top-level drivers/meson.build file, rather than having each > driver re-implement it. > > This removes the remaining build task for drivers in DPDK

RE: [RFC PATCH] drivers: add generic build of SVE files

2025-04-08 Thread Wathsala Wathawana Vithanage
> -Original Message- > From: David Marchand > Sent: Monday, April 7, 2025 10:50 AM > To: Bruce Richardson > Cc: dev@dpdk.org; Jie Hai > Subject: Re: [RFC PATCH] drivers: add generic build of SVE files > > On Mon, Apr 7, 2025 at 5:29 PM Bruce Richardson >

Re: [RFC PATCH] drivers: add generic build of SVE files

2025-04-07 Thread Bruce Richardson
On Mon, Apr 07, 2025 at 05:49:34PM +0200, David Marchand wrote: > On Mon, Apr 7, 2025 at 5:29 PM Bruce Richardson > wrote: > > > > For SVE, as for AVX2 and AVX-512, support building files for these ISAs > > from the top-level drivers/meson.build file, rather than having each > > driver re-implemen