numam-dpdk/drivers
David Marchand 6353ff43a7 dma/idxd: fix build on Windows
Windows compilation gives us a splat:
In file included from ../drivers/dma/idxd/idxd_pci.c:10:
In file included from ..\drivers\dma\idxd/idxd_internal.h:11:
..\drivers\dma\idxd/idxd_hw_defs.h:46:21: error: expected member name or
 ';' after declaration specifiers
        uint16_t __reserved[13];
        ~~~~~~~~           ^
1 error generated.

Ironically, __reserved is probably a reserved token.
Some drivers that build fine on Windows have structs with a "reserved"
field, let's go with this.

Fixes: 82147042d0 ("dma/idxd: add datapath structures")

Signed-off-by: David Marchand <david.marchand@redhat.com>
2021-10-23 08:52:25 +02:00
..
baseband baseband/la12xx: support enqueue and dequeue 2021-10-18 20:12:08 +02:00
bus devargs: make bus optional 2021-10-21 11:32:44 +02:00
common common/mlx5: share MR mempool registration 2021-10-21 15:58:00 +02:00
compress common/mlx5: share MR mempool registration 2021-10-21 15:58:00 +02:00
crypto common/mlx5: share MR mempool registration 2021-10-21 15:58:00 +02:00
dma dma/idxd: fix build on Windows 2021-10-23 08:52:25 +02:00
event event/dlb2: optimize credit allocations using port 2021-10-21 10:16:00 +02:00
mempool mempool/cnxk: support telemetry 2021-10-19 18:37:15 +02:00
net eventdev: hide event device related structures 2021-10-21 10:14:50 +02:00
raw dma/idxd: move config script from raw driver 2021-10-22 22:40:59 +02:00
regex common/mlx5: share MR mempool registration 2021-10-21 15:58:00 +02:00
vdpa common/mlx5: share HCA capabilities handle 2021-10-21 15:53:46 +02:00
meson.build raw/ioat: build only if dmadev not present 2021-10-22 22:40:58 +02:00