On Thu, Mar 16, 2023 at 9:59 AM Thomas Monjalon <[email protected]> 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 fixed by exporting gpudev_driver.h as part of the driver SDK. > > Fixes: 8b8036a66e3d ("gpudev: introduce GPU device class library") > Cc: [email protected] > > Reported-by: David Marchand <[email protected]> > Signed-off-by: Thomas Monjalon <[email protected]>
LGTM, thanks. -- David Marchand

