Re: [dpdk-dev] [PATCH] dma/idxd: fix build on Windows

2021-10-25 Thread Kevin Laatz
On 23/10/2021 11:18, David Marchand wrote: On Sat, Oct 23, 2021 at 8:56 AM David Marchand wrote: 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:

Re: [dpdk-dev] [PATCH] dma/idxd: fix build on Windows

2021-10-23 Thread David Marchand
On Sat, Oct 23, 2021 at 10:38 AM Dmitry Kozlyuk wrote: > > 2021-10-23 08:55 (UTC+0200), David Marchand: > > 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/i

Re: [dpdk-dev] [PATCH] dma/idxd: fix build on Windows

2021-10-23 Thread David Marchand
On Sat, Oct 23, 2021 at 8:56 AM David Marchand wrote: > > 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 > '

Re: [dpdk-dev] [PATCH] dma/idxd: fix build on Windows

2021-10-23 Thread Dmitry Kozlyuk
2021-10-23 08:55 (UTC+0200), David Marchand: > 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 dec

[dpdk-dev] [PATCH] dma/idxd: fix build on Windows

2021-10-22 Thread David Marchand
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];