Re: [PATCH v4 0/9] expand list of optional libraries

2023-08-14 Thread Bruce Richardson
On Fri, Jun 23, 2023 at 04:06:59PM +0100, 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

Re: [PATCH v4 0/9] expand list of optional libraries

2023-07-03 Thread fengchengwen
Series-acked-by: Chengwen Feng On 2023/6/23 23:06, 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 w

[PATCH v4 0/9] expand list of optional libraries

2023-06-23 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