Re: [dpdk-dev] [PATCH v8 06/14] build: organize Arm config into dict

2020-11-09 Thread Honnappa Nagarahalli
> > > > > > > > Use dictionary lookup instead of checking for existing variables, > > > iterating over all elements in the list or checking lists for > > > optional configuration. Move variable contents into the dictionary > > > for variables that would be referenced only once. > > > Fallback to

Re: [dpdk-dev] [PATCH v8 06/14] build: organize Arm config into dict

2020-11-09 Thread Juraj Linkeš
> -Original Message- > From: Honnappa Nagarahalli > Sent: Sunday, November 8, 2020 8:46 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 06/14] build: organize Arm config into dict

2020-11-08 Thread Honnappa Nagarahalli
> > Use dictionary lookup instead of checking for existing variables, iterating > over > all elements in the list or checking lists for optional configuration. Move > variable contents into the dictionary for variables that would be referenced > only once. > Fallback to generic part number if t

[dpdk-dev] [PATCH v8 06/14] build: organize Arm config into dict

2020-11-06 Thread Juraj Linkeš
Use dictionary lookup instead of checking for existing variables, iterating over all elements in the list or checking lists for optional configuration. Move variable contents into the dictionary for variables that would be referenced only once. Fallback to generic part number if the discovered part