numam-dpdk/drivers
Thomas Monjalon 40c7e9608b gpu/cuda: fix build
A recent commit removed errno.h from rte_common.h.
It has to be added in various places where it is used,
and was implicitly included via rte_common.h,
but was forgotten in gpu/cuda.

As a result, the compilation is broken:
	drivers/gpu/cuda/gdrcopy.c:116:17: error: ‘ENOTSUP’ undeclared

Note that rte_errno.h does not include errno.h.
The include of errno.h is added.

Fixes: 72b452c5f2 ("eal: remove unneeded includes from a public header")

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Tested-by: David Marchand <david.marchand@redhat.com>
2022-09-23 10:39:36 +02:00
..
baseband eal: remove unneeded includes from a public header 2022-09-21 15:31:03 +02:00
bus eal: remove unneeded includes from a public header 2022-09-21 15:31:03 +02:00
common eal: remove unneeded includes from a public header 2022-09-21 15:31:03 +02:00
compress version: 22.11-rc0 2022-07-21 12:13:48 +02:00
crypto eal: remove unneeded includes from a public header 2022-09-21 15:31:03 +02:00
dma eal: remove unneeded includes from a public header 2022-09-21 15:31:03 +02:00
event eal: remove unneeded includes from a public header 2022-09-21 15:31:03 +02:00
gpu gpu/cuda: fix build 2022-09-23 10:39:36 +02:00
mempool version: 22.11-rc0 2022-07-21 12:13:48 +02:00
net net/softnic: print output port packet drop counters 2022-09-22 16:56:58 +02:00
raw eal: remove unneeded includes from a public header 2022-09-21 15:31:03 +02:00
regex version: 22.11-rc0 2022-07-21 12:13:48 +02:00
vdpa version: 22.11-rc0 2022-07-21 12:13:48 +02:00
meson.build test: load drivers using build directory 2022-08-25 16:23:17 +02:00