Re: [PATCH 0/6] allow more DPDK libraries to be disabled on build

2022-01-19 Thread David Marchand
On Thu, Jan 13, 2022 at 6:40 PM Bruce Richardson wrote: > > A common request on-list has been to allow more of the DPDK build to be > disabled by those who are > doing their own builds and only use a subset of the libraries. To this end, > this patchset makes some > infrastructure changes [first

RE: [PATCH 0/6] allow more DPDK libraries to be disabled on build

2022-01-14 Thread Morten Brørup
> From: Bruce Richardson [mailto:bruce.richard...@intel.com] > Sent: Thursday, 13 January 2022 18.39 > > A common request on-list has been to allow more of the DPDK build to be > disabled by those who are > doing their own builds and only use a subset of the libraries. To this > end, this patchset

Re: [PATCH 0/6] allow more DPDK libraries to be disabled on build

2022-01-13 Thread Stephen Hemminger
On Thu, 13 Jan 2022 17:39:12 + Bruce Richardson wrote: > A common request on-list has been to allow more of the DPDK build to be > disabled by those who are > doing their own builds and only use a subset of the libraries. To this end, > this patchset makes some > infrastructure changes [fir

[PATCH 0/6] allow more DPDK libraries to be disabled on build

2022-01-13 Thread Bruce Richardson
A common request on-list has been to allow more of the DPDK build to be disabled by those who are doing their own builds and only use a subset of the libraries. To this end, this patchset makes some infrastructure changes [first two patches] to make it easier to have libraries disabled, and then