Re: [dpdk-dev] [PATCH v2 0/3] Allow overriding of build-time constants

2020-10-28 Thread Bruce Richardson
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 > ne

Re: [dpdk-dev] [PATCH v2 0/3] Allow overriding of build-time constants

2020-10-20 Thread Bruce Richardson
On Tue, Oct 20, 2020 at 12:04:56PM +0200, Thomas Monjalon wrote: > 20/10/2020 10:34, Bruce Richardson: > > On Mon, Oct 19, 2020 at 11:04:54PM +0200, Thomas Monjalon wrote: > > > 19/10/2020 12:21, Bruce Richardson: > > > > On Fri, Oct 16, 2020 at 06:46:12PM +0200, David Marchand wrote: > > > > > On

Re: [dpdk-dev] [PATCH v2 0/3] Allow overriding of build-time constants

2020-10-20 Thread Thomas Monjalon
20/10/2020 10:34, Bruce Richardson: > On Mon, Oct 19, 2020 at 11:04:54PM +0200, Thomas Monjalon wrote: > > 19/10/2020 12:21, Bruce Richardson: > > > On Fri, Oct 16, 2020 at 06:46:12PM +0200, David Marchand wrote: > > > > On Fri, Oct 16, 2020 at 5:56 PM Bruce Richardson > > > > wrote: > > > > > > l

Re: [dpdk-dev] [PATCH v2 0/3] Allow overriding of build-time constants

2020-10-20 Thread Bruce Richardson
On Mon, Oct 19, 2020 at 11:04:54PM +0200, Thomas Monjalon wrote: > 19/10/2020 12:21, Bruce Richardson: > > On Fri, Oct 16, 2020 at 06:46:12PM +0200, David Marchand wrote: > > > On Fri, Oct 16, 2020 at 5:56 PM Bruce Richardson > > > wrote: > > > > > librte_eal.so is indeed built with the 64 value:

Re: [dpdk-dev] [PATCH v2 0/3] Allow overriding of build-time constants

2020-10-19 Thread Thomas Monjalon
19/10/2020 12:21, Bruce Richardson: > On Fri, Oct 16, 2020 at 06:46:12PM +0200, David Marchand wrote: > > On Fri, Oct 16, 2020 at 5:56 PM Bruce Richardson > > wrote: > > > > librte_eal.so is indeed built with the 64 value: > > > > $ pahole -C rte_mem_config build/install/lib64/librte_eal.so |grep

Re: [dpdk-dev] [PATCH v2 0/3] Allow overriding of build-time constants

2020-10-19 Thread Bruce Richardson
On Fri, Oct 16, 2020 at 06:46:12PM +0200, David Marchand wrote: > On Fri, Oct 16, 2020 at 5:56 PM Bruce Richardson > wrote: > > > librte_eal.so is indeed built with the 64 value: > > > $ pahole -C rte_mem_config build/install/lib64/librte_eal.so |grep memsegs > > > die__process_function: tag not s

Re: [dpdk-dev] [PATCH v2 0/3] Allow overriding of build-time constants

2020-10-16 Thread David Marchand
On Fri, Oct 16, 2020 at 5:56 PM Bruce Richardson wrote: > > librte_eal.so is indeed built with the 64 value: > > $ pahole -C rte_mem_config build/install/lib64/librte_eal.so |grep memsegs > > die__process_function: tag not supported (INVALID)! > > struct rte_memseg_list memsegs[64];

Re: [dpdk-dev] [PATCH v2 0/3] Allow overriding of build-time constants

2020-10-16 Thread Bruce Richardson
On Fri, Oct 16, 2020 at 05:47:45PM +0200, David Marchand wrote: > Hello Bruce, > > On Thu, Sep 3, 2020 at 4:50 PM 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, fo

Re: [dpdk-dev] [PATCH v2 0/3] Allow overriding of build-time constants

2020-10-16 Thread David Marchand
Hello Bruce, On Thu, Sep 3, 2020 at 4:50 PM 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 w

Re: [dpdk-dev] [PATCH v2 0/3] Allow overriding of build-time constants

2020-10-15 Thread Bruce Richardson
0 > > To: dev@dpdk.org > > Cc: Ma, LihongX ; Hemant Agrawal > > > > 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

Re: [dpdk-dev] [PATCH v2 0/3] Allow overriding of build-time constants

2020-10-15 Thread Chen, BoX C
t; 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

Re: [dpdk-dev] [PATCH v2 0/3] Allow overriding of build-time constants

2020-10-14 Thread Bruce Richardson
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 > ne

[dpdk-dev] [PATCH v2 0/3] Allow overriding of build-time constants

2020-09-03 Thread Bruce Richardson
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