Re: [dpdk-dev] [PATCH v15 09/12] build: disable drivers in Arm builds

2021-01-25 Thread Jerin Jacob
On Mon, Jan 25, 2021 at 8:28 PM Honnappa Nagarahalli wrote: > > > > > > > 22/01/2021 10:07, Jerin Jacob: > > > On Fri, Jan 22, 2021 at 2:28 PM Thomas Monjalon > > wrote: > > > > 22/01/2021 09:39, Juraj Linkeš: > > > > > > > > > disabled drivers, similarly how the command line option > > > > > >

Re: [dpdk-dev] [PATCH v15 09/12] build: disable drivers in Arm builds

2021-01-25 Thread Thomas Monjalon
25/01/2021 15:58, Honnappa Nagarahalli: > > 22/01/2021 10:07, Jerin Jacob: > > > On Fri, Jan 22, 2021 at 2:28 PM Thomas Monjalon > > wrote: > > > > 22/01/2021 09:39, Juraj Linkeš: > > > > > > > > > disabled drivers, similarly how the command line option > > > > > > > > > works and remove unneeded

Re: [dpdk-dev] [PATCH v15 09/12] build: disable drivers in Arm builds

2021-01-25 Thread Honnappa Nagarahalli
> > 22/01/2021 10:07, Jerin Jacob: > > On Fri, Jan 22, 2021 at 2:28 PM Thomas Monjalon > wrote: > > > 22/01/2021 09:39, Juraj Linkeš: > > > > > > > > disabled drivers, similarly how the command line option > > > > > > > > works and remove unneeded driver options ported from the > > > > > > > >

Re: [dpdk-dev] [PATCH v15 09/12] build: disable drivers in Arm builds

2021-01-22 Thread Thomas Monjalon
22/01/2021 10:07, Jerin Jacob: > On Fri, Jan 22, 2021 at 2:28 PM Thomas Monjalon wrote: > > 22/01/2021 09:39, Juraj Linkeš: > > > > > > > disabled drivers, similarly how the command line option works and > > > > > > > remove unneeded driver options ported from the old makefile > > > > > > > system

Re: [dpdk-dev] [PATCH v15 09/12] build: disable drivers in Arm builds

2021-01-22 Thread Jerin Jacob
On Fri, Jan 22, 2021 at 2:28 PM Thomas Monjalon wrote: > > 22/01/2021 09:39, Juraj Linkeš: > > > > > > disabled drivers, similarly how the command line option works and > > > > > > remove unneeded driver options ported from the old makefile > > > > > > system, since they don't work in the current

Re: [dpdk-dev] [PATCH v15 09/12] build: disable drivers in Arm builds

2021-01-22 Thread Thomas Monjalon
22/01/2021 09:39, Juraj Linkeš: > > > > > disabled drivers, similarly how the command line option works and > > > > > remove unneeded driver options ported from the old makefile > > > > > system, since they don't work in the current Meson build system. > > > > > Add support for removing drivers for

Re: [dpdk-dev] [PATCH v15 09/12] build: disable drivers in Arm builds

2021-01-22 Thread Juraj Linkeš
> > > > disabled drivers, similarly how the command line option works and > > > > remove unneeded driver options ported from the old makefile > > > > system, since they don't work in the current Meson build system. > > > > Add support for removing drivers for cross builds so that we can > > > > dis

Re: [dpdk-dev] [PATCH v15 09/12] build: disable drivers in Arm builds

2021-01-19 Thread Honnappa Nagarahalli
> > 15/01/2021 14:26, Juraj Linkeš: > > > A few options that disabled drivers in the old makefiles were > > > improperly ported to the meson build system. Fix this by adding a to > > > the list of > > > > "by adding a" what? > > This is a typo, the "a" should not be there. Would that be ok wordi

Re: [dpdk-dev] [PATCH v15 09/12] build: disable drivers in Arm builds

2021-01-19 Thread Liron Himi
...@nxp.com; ajit.khapa...@broadcom.com; ferruh.yi...@intel.com; abo...@pensando.io; dev@dpdk.org; Liron Himi ; allain.leg...@windriver.com Subject: [EXT] RE: [dpdk-dev] [PATCH v15 09/12] build: disable drivers in Arm builds External Email

Re: [dpdk-dev] [PATCH v15 09/12] build: disable drivers in Arm builds

2021-01-19 Thread Juraj Linkeš
...@arm.com; jerinjac...@gmail.com; > hemant.agra...@nxp.com; ajit.khapa...@broadcom.com; > ferruh.yi...@intel.com; abo...@pensando.io; dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v15 09/12] build: disable drivers in Arm builds > > 15/01/2021 14:26, Juraj Linkeš: > > A fe

Re: [dpdk-dev] [PATCH v15 09/12] build: disable drivers in Arm builds

2021-01-18 Thread Thomas Monjalon
15/01/2021 14:26, Juraj Linkeš: > A few options that disabled drivers in the old makefiles were improperly > ported to the meson build system. Fix this by adding a to the list of "by adding a" what? > disabled drivers, similarly how the command line option works and remove > unneeded driver optio