Re: [dpdk-dev] [PATCH v3 16/37] drivers: remove references to make config options

2020-09-07 Thread Thomas Monjalon
07/09/2020 10:18, Bruce Richardson: > On Sun, Sep 06, 2020 at 12:24:49PM +0200, Thomas Monjalon wrote: > > On Thu Sep 3, 2020 at 6:26 PM CEST, Ciara Power wrote: > > > Make is no longer supported for compiling DPDK, references are now > > > removed in code comments. > > > > It should be squashed w

Re: [dpdk-dev] [PATCH v3 16/37] drivers: remove references to make config options

2020-09-07 Thread Bruce Richardson
On Sun, Sep 06, 2020 at 12:24:49PM +0200, Thomas Monjalon wrote: > On Thu Sep 3, 2020 at 6:26 PM CEST, Ciara Power wrote: > > Make is no longer supported for compiling DPDK, references are now > > removed in code comments. > > It should be squashed with the patch removing the config options. > >

Re: [dpdk-dev] [PATCH v3 16/37] drivers: remove references to make config options

2020-09-06 Thread Thomas Monjalon
On Thu Sep 3, 2020 at 6:26 PM CEST, Ciara Power wrote: > Make is no longer supported for compiling DPDK, references are now > removed in code comments. It should be squashed with the patch removing the config options. In general, I feel this patchset would benefit a bit more squashing.

[dpdk-dev] [PATCH v3 16/37] drivers: remove references to make config options

2020-09-03 Thread Ciara Power
Make is no longer supported for compiling DPDK, references are now removed in code comments. Signed-off-by: Ciara Power --- drivers/bus/pci/linux/pci_vfio.c | 1 - drivers/net/i40e/i40e_rxtx.c | 1 - 2 files changed, 2 deletions(-) diff --git a/drivers/bus/pci/linux/pci_vfio.c b/drivers/bus