Re: [PATCH v3 0/3] Import Kernel uAPI header files

2024-10-30 Thread David Marchand
On Tue, Oct 29, 2024 at 3:42 PM David Marchand wrote: > > On Mon, Oct 28, 2024 at 4:48 PM Maxime Coquelin > wrote: > > > > This series enables importing Linux Kernel uAPI headers > > into the DPDK repository. It aims at solving alignment > > issues between the build system and the system applicat

Re: [PATCH v3 0/3] Import Kernel uAPI header files

2024-10-29 Thread David Marchand
On Mon, Oct 28, 2024 at 4:48 PM Maxime Coquelin wrote: > > This series enables importing Linux Kernel uAPI headers > into the DPDK repository. It aims at solving alignment > issues between the build system and the system applications > linked ot DPDK libraries are run on. > > It can also help simp

[PATCH v3 0/3] Import Kernel uAPI header files

2024-10-28 Thread Maxime Coquelin
This series enables importing Linux Kernel uAPI headers into the DPDK repository. It aims at solving alignment issues between the build system and the system applications linked ot DPDK libraries are run on. It can also help simplify spaghetti code done to support different versions of the Linux K