Re: [dpdk-dev] [PATCH 2/2] mk: move PMD libraries to applications

2017-01-31 Thread Ferruh Yigit
On 1/31/2017 2:16 PM, Thomas Monjalon wrote: > 2017-01-31 12:14, Ferruh Yigit: >> Same PMDs provide device specific APIs. Bond and xenvirt are existing >> samples for this. > > s/Same/Some/ > >> And since these are PMD libraries, there are two options on how to link >> them. >> >> 1- They can be

Re: [dpdk-dev] [PATCH 2/2] mk: move PMD libraries to applications

2017-01-31 Thread Thomas Monjalon
2017-01-31 12:14, Ferruh Yigit: > Same PMDs provide device specific APIs. Bond and xenvirt are existing > samples for this. s/Same/Some/ > And since these are PMD libraries, there are two options on how to link > them. > > 1- They can be fully included to all applications, using common > rte.app

[dpdk-dev] [PATCH 2/2] mk: move PMD libraries to applications

2017-01-31 Thread Ferruh Yigit
Same PMDs provide device specific APIs. Bond and xenvirt are existing samples for this. And since these are PMD libraries, there are two options on how to link them. 1- They can be fully included to all applications, using common rte.app.mk file by default. 2- They can be explicitly linked to ap