Re: [PATCH v4 8/9] build: make fragmentation library optional

2023-07-17 Thread Bruce Richardson
On Tue, Jun 27, 2023 at 10:32:55AM +0100, Konstantin Ananyev wrote: > 23/06/2023 16:07, Bruce Richardson пишет: > > This library is not essential for most DPDK uses, so mark it as optional > > in the build config. > > > > Signed-off-by: Bruce Richardson > > Acked-by: Morten Brørup > > --- > >

Re: [PATCH v4 8/9] build: make fragmentation library optional

2023-06-27 Thread Konstantin Ananyev
23/06/2023 16:07, Bruce Richardson пишет: This library is not essential for most DPDK uses, so mark it as optional in the build config. Signed-off-by: Bruce Richardson Acked-by: Morten Brørup --- app/test/meson.build | 6 -- lib/meson.build | 1 + 2 files changed, 5 insertions(+),

[PATCH v4 8/9] build: make fragmentation library optional

2023-06-23 Thread Bruce Richardson
This library is not essential for most DPDK uses, so mark it as optional in the build config. Signed-off-by: Bruce Richardson Acked-by: Morten Brørup --- app/test/meson.build | 6 -- lib/meson.build | 1 + 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/app/test/meson.bu