Re: [PATCH] gpudev: export header file for external drivers

2023-03-19 Thread Thomas Monjalon
19/03/2023 23:28, Thomas Monjalon: > 16/03/2023 10:23, David Marchand: > > On Thu, Mar 16, 2023 at 9:59 AM Thomas Monjalon wrote: > > > > > > In DPDK 21.05, the option driver_sdk_headers was introduced > > > to export required headers to allow building out-of-tree drivers. > > > > > > In DPDK 21.1

Re: [PATCH] gpudev: export header file for external drivers

2023-03-19 Thread Thomas Monjalon
16/03/2023 10:23, David Marchand: > On Thu, Mar 16, 2023 at 9:59 AM Thomas Monjalon wrote: > > > > In DPDK 21.05, the option driver_sdk_headers was introduced > > to export required headers to allow building out-of-tree drivers. > > > > In DPDK 21.11, the gpudev driver class was introduced, > > wi

Re: [PATCH] gpudev: export header file for external drivers

2023-03-16 Thread David Marchand
On Thu, Mar 16, 2023 at 9:59 AM Thomas Monjalon wrote: > > In DPDK 21.05, the option driver_sdk_headers was introduced > to export required headers to allow building out-of-tree drivers. > > In DPDK 21.11, the gpudev driver class was introduced, > without this out-of-tree compatibility. > > It is

[PATCH] gpudev: export header file for external drivers

2023-03-16 Thread Thomas Monjalon
In DPDK 21.05, the option driver_sdk_headers was introduced to export required headers to allow building out-of-tree drivers. In DPDK 21.11, the gpudev driver class was introduced, without this out-of-tree compatibility. It is fixed by exporting gpudev_driver.h as part of the driver SDK. Fixes: