Re: [dpdk-dev] [PATCH v3 6/7] build: standardize component names and defines

2020-10-15 Thread Bruce Richardson
On Thu, Oct 15, 2020 at 04:32:35PM +0100, Luca Boccassi wrote: > On Thu, 2020-10-15 at 15:03 +0100, Bruce Richardson wrote: > > On Thu, Oct 15, 2020 at 02:05:37PM +0100, Luca Boccassi wrote: > > > On Thu, 2020-10-15 at 12:18 +0100, Bruce Richardson wrote: > > > > On Thu, Oct 15, 2020 at 11:30:29AM

Re: [dpdk-dev] [PATCH v3 6/7] build: standardize component names and defines

2020-10-15 Thread Luca Boccassi
On Thu, 2020-10-15 at 15:03 +0100, Bruce Richardson wrote: > On Thu, Oct 15, 2020 at 02:05:37PM +0100, Luca Boccassi wrote: > > On Thu, 2020-10-15 at 12:18 +0100, Bruce Richardson wrote: > > > On Thu, Oct 15, 2020 at 11:30:29AM +0100, Luca Boccassi wrote: > > > > On Wed, 2020-10-14 at 15:13 +0100,

Re: [dpdk-dev] [PATCH v3 6/7] build: standardize component names and defines

2020-10-15 Thread Bruce Richardson
On Thu, Oct 15, 2020 at 02:05:37PM +0100, Luca Boccassi wrote: > On Thu, 2020-10-15 at 12:18 +0100, Bruce Richardson wrote: > > On Thu, Oct 15, 2020 at 11:30:29AM +0100, Luca Boccassi wrote: > > > On Wed, 2020-10-14 at 15:13 +0100, Bruce Richardson wrote: > > > > As discussed on the dpdk-dev mailin

Re: [dpdk-dev] [PATCH v3 6/7] build: standardize component names and defines

2020-10-15 Thread Luca Boccassi
On Thu, 2020-10-15 at 12:18 +0100, Bruce Richardson wrote: > On Thu, Oct 15, 2020 at 11:30:29AM +0100, Luca Boccassi wrote: > > On Wed, 2020-10-14 at 15:13 +0100, Bruce Richardson wrote: > > > As discussed on the dpdk-dev mailing list[1], we can make some easy > > > improvements in standardizing th

Re: [dpdk-dev] [PATCH v3 6/7] build: standardize component names and defines

2020-10-15 Thread Bruce Richardson
On Thu, Oct 15, 2020 at 11:30:29AM +0100, Luca Boccassi wrote: > On Wed, 2020-10-14 at 15:13 +0100, Bruce Richardson wrote: > > As discussed on the dpdk-dev mailing list[1], we can make some easy > > improvements in standardizing the naming of the various components in DPDK, > > and their associate

Re: [dpdk-dev] [PATCH v3 6/7] build: standardize component names and defines

2020-10-15 Thread Luca Boccassi
On Wed, 2020-10-14 at 15:13 +0100, Bruce Richardson wrote: > As discussed on the dpdk-dev mailing list[1], we can make some easy > improvements in standardizing the naming of the various components in DPDK, > and their associated feature-enabled macros. > > Following this patch, each library will

[dpdk-dev] [PATCH v3 6/7] build: standardize component names and defines

2020-10-14 Thread Bruce Richardson
As discussed on the dpdk-dev mailing list[1], we can make some easy improvements in standardizing the naming of the various components in DPDK, and their associated feature-enabled macros. Following this patch, each library will have the name in format, 'librte_.so', and the macro indicating that