On Thu, Oct 15, 2020 at 09:55:18AM +0100, Chen, BoX C wrote: > Hi, Bruce > > Can this patch be merged before RC1? It is very helpful for our verification. > Thanks. > > Regards, > Chen Bo >
Understood, however, it is not fully reviewed and acked, so if you have tested this whole set, please provide a tested-by tag in an email. Similarly if you, or others, have time to review the set please do and provide feedback and/or acks on it. /Bruce > > -----Original Message----- > > From: dev <dev-boun...@dpdk.org> On Behalf Of Bruce Richardson > > Sent: October 14, 2020 22:20 > > To: dev@dpdk.org > > Cc: Ma, LihongX <lihongx...@intel.com>; Hemant Agrawal > > <hemant.agra...@nxp.com> > > Subject: Re: [dpdk-dev] [PATCH v2 0/3] Allow overriding of build-time > > constants > > > > On Thu, Sep 03, 2020 at 03:49:39PM +0100, Bruce Richardson wrote: > > > A number of the more advanced DPDK build settings which are not > > > expected to be user modified are stored in config/rte_config.h. In > > > some cases, for a custom build a user may want to override those > > > settings via CFLAGS, so we need to ensure that the definitions do not > > > override the user-provided values. > > > > > > Bruce Richardson (3): > > > config: remove explicit undefinition of unset values > > > config: allow overriding some build defaults > > > doc: add notes on overriding extra config values > > > > > Ping for any further reviews or comments on this set?