Re: [PATCH v2 0/7] expand list of optional libraries

2023-06-23 Thread Bruce Richardson
On Fri, Jun 23, 2023 at 12:31:10PM +0200, David Marchand wrote: > On Fri, Jun 23, 2023 at 12:25 PM David Marchand > wrote: > > > > On Thu, Jun 22, 2023 at 5:13 PM Bruce Richardson > > wrote: > > > > > > DPDK still has many libraries which cannot be disabled as part of a > > > build. With the ongo

Re: [PATCH v2 0/7] expand list of optional libraries

2023-06-23 Thread David Marchand
On Fri, Jun 23, 2023 at 12:25 PM David Marchand wrote: > > On Thu, Jun 22, 2023 at 5:13 PM Bruce Richardson > wrote: > > > > DPDK still has many libraries which cannot be disabled as part of a > > build. With the ongoing work to make it easier to only build a subset > > of the libraries in DPDK,

Re: [PATCH v2 0/7] expand list of optional libraries

2023-06-23 Thread David Marchand
On Thu, Jun 22, 2023 at 5:13 PM Bruce Richardson wrote: > > DPDK still has many libraries which cannot be disabled as part of a > build. With the ongoing work to make it easier to only build a subset > of the libraries in DPDK, we can also work to expand the list of > libraries which can be enable

[PATCH v2 0/7] expand list of optional libraries

2023-06-22 Thread Bruce Richardson
DPDK still has many libraries which cannot be disabled as part of a build. With the ongoing work to make it easier to only build a subset of the libraries in DPDK, we can also work to expand the list of libraries which can be enabled/disabled as desired. This patch addresses a number of the "low-h