Re: [dpdk-dev] [PATCH v8 12/14] build: disable Arm drivers

2020-11-11 Thread Juraj Linkeš
nt.agra...@nxp.com; Ajit Khaparde (ajit.khapa...@broadcom.com) > ; ferruh.yi...@intel.com; acon...@redhat.com > Cc: dev@dpdk.org; nd ; nd > Subject: Re: [dpdk-dev] [PATCH v8 12/14] build: disable Arm drivers > > > > > -Original Message- > > From: Honnappa Naga

Re: [dpdk-dev] [PATCH v8 12/14] build: disable Arm drivers

2020-11-10 Thread Honnappa Nagarahalli
> > > > > > > > > > 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 disabled > > > > The fixes need to be separated into a different commit as they > > > > need to be backported. > >

Re: [dpdk-dev] [PATCH v8 12/14] build: disable Arm drivers

2020-11-10 Thread Juraj Linkeš
> -Original Message- > From: Honnappa Nagarahalli > Sent: Tuesday, November 10, 2020 12:27 AM > To: Juraj Linkeš ; bruce.richard...@intel.com; > Ruifeng Wang ; Phil Yang ; > vcchu...@amazon.com; Dharmik Thakkar ; > jerinjac...@gmail.com; hemant.agra...@nxp.com; Ajit Khaparde > (ajit.khap

Re: [dpdk-dev] [PATCH v8 12/14] build: disable Arm drivers

2020-11-09 Thread Honnappa Nagarahalli
> > > > > > > > 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 disabled > > The fixes need to be separated into a different commit as they need to > > be backported. > > It would be good to

Re: [dpdk-dev] [PATCH v8 12/14] build: disable Arm drivers

2020-11-09 Thread Juraj Linkeš
> -Original Message- > From: Honnappa Nagarahalli > Sent: Sunday, November 8, 2020 9:19 PM > To: Juraj Linkeš ; bruce.richard...@intel.com; > Ruifeng Wang ; Phil Yang ; > vcchu...@amazon.com; Dharmik Thakkar ; > jerinjac...@gmail.com; hemant.agra...@nxp.com; Ajit Khaparde > (ajit.khapa..

Re: [dpdk-dev] [PATCH v8 12/14] build: disable Arm drivers

2020-11-08 Thread Honnappa Nagarahalli
> > 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 disabled The fixes need to be separated into a different commit as they need to be backported. It would be good to get the fix patch as the first

[dpdk-dev] [PATCH v8 12/14] build: disable Arm drivers

2020-11-06 Thread 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 disabled drivers, similarly how the command line option works. Remove unneeded driver options ported from the old makefile system. Add support for removing