Message ID | 1610717170-31279-1-git-send-email-juraj.linkes@pantheon.tech (mailing list archive) |
---|---|
Headers | show |
Series | Arm build options rework | expand |
15/01/2021 14:25, Juraj Linkeš: > build: rename Arm build variables > build: remove unused or superfluous variables > build: reformat and move Arm config and comments > build: simplify how Arm flags are processed > build: organize Arm config into dict > build: isolate configuration for Arm generic build > build: use native machine args in Arm native build > build: add core and NUMA counts to cross files > build: disable libnuma in cross builds These patches look good, thanks for the work. I consider these patches (9, 11, 12) need more review or rework: > build: disable drivers in Arm builds > build: add Arm SoC meson option > config: fix Arm implementer and its SoCs I've decided to partially apply the series to have progress in 21.02-rc1. Please let's continue with these three patches during -rc2.
> -----Original Message----- > From: Thomas Monjalon <thomas@monjalon.net> > Sent: Monday, January 18, 2021 10:31 PM > To: Juraj Linkeš <juraj.linkes@pantheon.tech> > Cc: bruce.richardson@intel.com; Ruifeng.Wang@arm.com; > Honnappa.Nagarahalli@arm.com; Phil.Yang@arm.com; > vcchunga@amazon.com; Dharmik.Thakkar@arm.com; jerinjacobk@gmail.com; > hemant.agrawal@nxp.com; ajit.khaparde@broadcom.com; > ferruh.yigit@intel.com; aboyer@pensando.io; dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v15 00/12] Arm build options rework > > 15/01/2021 14:25, Juraj Linkeš: > > build: rename Arm build variables > > build: remove unused or superfluous variables > > build: reformat and move Arm config and comments > > build: simplify how Arm flags are processed > > build: organize Arm config into dict > > build: isolate configuration for Arm generic build > > build: use native machine args in Arm native build > > build: add core and NUMA counts to cross files > > build: disable libnuma in cross builds > > These patches look good, thanks for the work. > Thanks, Thomas, this will simplify the review. > I consider these patches (9, 11, 12) need more review or rework: > > > build: disable drivers in Arm builds > > build: add Arm SoC meson option > > config: fix Arm implementer and its SoCs > > I've decided to partially apply the series to have progress in 21.02-rc1. > Please let's continue with these three patches during -rc2. > > Should I submit new version as continuation of this series or should these three patches constitute a new series?
19/01/2021 16:10, Juraj Linkeš: > From: Thomas Monjalon <thomas@monjalon.net> > > I consider these patches (9, 11, 12) need more review or rework: > > > > > build: disable drivers in Arm builds > > > build: add Arm SoC meson option > > > config: fix Arm implementer and its SoCs > > > > I've decided to partially apply the series to have progress in 21.02-rc1. > > Please let's continue with these three patches during -rc2. > > Should I submit new version as continuation of this series or should these three patches constitute a new series? Continuing the series may help tracking the history.