> From: dev <[email protected]> On Behalf Of Bruce Richardson > Sent: Wednesday 20 October 2021 12:26 > To: [email protected] > Cc: [email protected]; [email protected]; > [email protected]; [email protected]; Kadam, Pallavi > <[email protected]>; Richardson, Bruce > <[email protected]>; Chengwen Feng > <[email protected]> > 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 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 <[email protected]> > ---
Tested-by: Conor Walsh <[email protected]> (with MinGW and the Intel DMA drivers)

