Re: [dpdk-dev] [PATCH v2 2/3] dmadev: enable build on Windows

2021-10-20 Thread Walsh, Conor
t; > Subject: [dpdk-dev] [PATCH v2 2/3] dmadev: enable build on Windows > > The dmadev library was not added to the list of libraries built on > Windows, meaning it was skipped in those builds and also that none of > the drivers were being considered for build. Adding dmadev to the

Re: [dpdk-dev] [PATCH v2 2/3] dmadev: enable build on Windows

2021-10-20 Thread Bruce Richardson
On Wed, Oct 20, 2021 at 12:25:53PM +0100, Bruce Richardson wrote: > The dmadev library was not added to the list of libraries built on > Windows, meaning it was skipped in those builds and also that none of > the drivers were being considered for build. Adding dmadev to the list > fixes this, and a

[dpdk-dev] [PATCH v2 2/3] dmadev: enable build on Windows

2021-10-20 Thread Bruce Richardson
The dmadev library was not added to the list of libraries built on Windows, meaning it was skipped in those builds and also that none of the drivers were being considered for build. Adding dmadev to the list fixes this, and also enables the skeleton dmadev driver to be built - all-be-it with a smal