Re: [dpdk-dev] [PATCH] dmadev: enable build on Windows

2021-10-20 Thread David Marchand
On Wed, Oct 20, 2021 at 8:32 AM David Marchand wrote: > > On Tue, Oct 19, 2021 at 2:28 PM 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 consi

Re: [dpdk-dev] [PATCH] dmadev: enable build on Windows

2021-10-19 Thread fengchengwen
On 2021/10/19 20:28, 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 also enables the skele

Re: [dpdk-dev] [PATCH] dmadev: enable build on Windows

2021-10-19 Thread David Marchand
On Tue, Oct 19, 2021 at 2:28 PM 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 also ena

[dpdk-dev] [PATCH] dmadev: enable build on Windows

2021-10-19 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