Re: [dpdk-dev] [PATCH 06/17] build: add infrastructure for building PMDs

2017-09-04 Thread Van Haaren, Harry
> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Bruce Richardson > Sent: Friday, September 1, 2017 11:04 AM > To: dev@dpdk.org > Cc: Richardson, Bruce > Subject: [dpdk-dev] [PATCH 06/17] build: add infrastructure for building PMDs > > Add in the top-level drivers meso

[dpdk-dev] [PATCH 06/17] build: add infrastructure for building PMDs

2017-09-01 Thread Bruce Richardson
Add in the top-level drivers meson.build file to start adding in building of PMDs. Since all PMDs are built in pretty much the same way, the logic for building each PMD, including extracting the pmdinfo, is included in the top level build file. This means that each individual driver class only need