On Wed, Oct 20, 2021 at 8:32 AM David Marchand <david.march...@redhat.com> wrote: > > On Tue, Oct 19, 2021 at 2:28 PM Bruce Richardson > <bruce.richard...@intel.com> 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 skeleton dmadev driver to be built - > > all-be-it with a small fix necessary. > > > > Signed-off-by: Bruce Richardson <bruce.richard...@intel.com> > > --- > > > > This patch has been compile tested using mingw on Linux. Sending it > > publicly so that I can get CI test reports to check native windows > > builds. > > --- > > There is a problem with exported symbols. > Some inlines have been marked for versioning (see > rte_dma_burst_capacity for example) and must be removed from > version.map. > > Can you have a look?
I sent the patches. Hope it saves us some time: https://patchwork.dpdk.org/project/dpdk/patch/20211020065944.19617-2-david.march...@redhat.com/ -- David Marchand