Re: [dpdk-dev] [PATCH 1/1] build: allow disabling libs

2023-06-15 Thread Bruce Richardson
On Thu, Jun 15, 2023 at 05:43:56PM +0200, David Marchand wrote: > On Thu, Jun 15, 2023 at 10:43 AM Bruce Richardson > wrote: > > > > On Wed, Jun 14, 2023 at 12:09:51PM -0700, Stephen Hemminger wrote: > > > On Fri, 18 Sep 2020 14:57:50 +0100 > > > Bruce Richardson wrote: > > > > > > > On Fri, Sep

Re: [dpdk-dev] [PATCH 1/1] build: allow disabling libs

2023-06-15 Thread David Marchand
On Thu, Jun 15, 2023 at 10:43 AM Bruce Richardson wrote: > > On Wed, Jun 14, 2023 at 12:09:51PM -0700, Stephen Hemminger wrote: > > On Fri, 18 Sep 2020 14:57:50 +0100 > > Bruce Richardson wrote: > > > > > On Fri, Sep 18, 2020 at 02:54:21PM +0200, Mohammed Hawari wrote: > > > > Hello Bruce, > > >

Re: [dpdk-dev] [PATCH 1/1] build: allow disabling libs

2023-06-15 Thread Bruce Richardson
On Wed, Jun 14, 2023 at 12:09:51PM -0700, Stephen Hemminger wrote: > On Fri, 18 Sep 2020 14:57:50 +0100 > Bruce Richardson wrote: > > > On Fri, Sep 18, 2020 at 02:54:21PM +0200, Mohammed Hawari wrote: > > > Hello Bruce, > > > > > > Thanks for the quick response, see inline > > > > > > Best rega

Re: [dpdk-dev] [PATCH 1/1] build: allow disabling libs

2023-06-14 Thread Stephen Hemminger
On Fri, 18 Sep 2020 14:57:50 +0100 Bruce Richardson wrote: > On Fri, Sep 18, 2020 at 02:54:21PM +0200, Mohammed Hawari wrote: > > Hello Bruce, > > > > Thanks for the quick response, see inline > > > > Best regards, > > > > Mohammed > > > > > On 18 Sep 2020, at 13:43, Bruce Richardson > >

Re: [dpdk-dev] [PATCH 1/1] build: allow disabling libs

2020-09-18 Thread Bruce Richardson
On Fri, Sep 18, 2020 at 02:54:21PM +0200, Mohammed Hawari wrote: > Hello Bruce, > > Thanks for the quick response, see inline > > Best regards, > > Mohammed > > > On 18 Sep 2020, at 13:43, Bruce Richardson > > wrote: > > > > On Fri, Sep 18, 2020 at 10:49:23AM +0200, Mohammed Hawari wrote: >

Re: [dpdk-dev] [PATCH 1/1] build: allow disabling libs

2020-09-18 Thread Mohammed Hawari
Hello Bruce, Thanks for the quick response, see inline Best regards, Mohammed > On 18 Sep 2020, at 13:43, Bruce Richardson wrote: > > On Fri, Sep 18, 2020 at 10:49:23AM +0200, Mohammed Hawari wrote: >> Similarly to the disable_drivers option, the disable_libs option is >> introduced. This all

Re: [dpdk-dev] [PATCH 1/1] build: allow disabling libs

2020-09-18 Thread Bruce Richardson
On Fri, Sep 18, 2020 at 10:49:23AM +0200, Mohammed Hawari wrote: > Similarly to the disable_drivers option, the disable_libs option is > introduced. This allows to selectively disable the build of elements > in libs to speed-up the build process. > > Signed-off-by: Mohammed Hawari > --- While I

[dpdk-dev] [PATCH 1/1] build: allow disabling libs

2020-09-18 Thread Mohammed Hawari
Similarly to the disable_drivers option, the disable_libs option is introduced. This allows to selectively disable the build of elements in libs to speed-up the build process. Signed-off-by: Mohammed Hawari --- app/meson.build | 12 +++- lib/meson.build | 7 +++ meson.build