Re: [dpdk-dev] [PATCH v2 3/3] lib/lpm: remove unnecessary inline

2019-06-20 Thread Ruifeng Wang (Arm Technology China)
Hi Vladimir, > -Original Message- > From: Medvedkin, Vladimir > Sent: Wednesday, June 19, 2019 20:51 > To: Ruifeng Wang (Arm Technology China) ; > bruce.richard...@intel.com > Cc: dev@dpdk.org; Honnappa Nagarahalli > ; Gavin Hu (Arm Technology China) > ; nd > Subject: Re: [PATCH v2 3/3]

Re: [dpdk-dev] [PATCH v2 3/3] lib/lpm: remove unnecessary inline

2019-06-19 Thread Medvedkin, Vladimir
Hi Wang, 1. It is better to explicitly use __rte_noinline with this function because my gcc still inlines it even without the inline qualifier. 2. The same should be applied to _v20 functions. 3. Please try running the tests again and show the results. 4. Make this patch the first in a serie