Re: [dpdk-dev] [PATCH v1 02/38] net/mvpp2: remove debug log on fast-path

2021-01-11 Thread Jerin Jacob
On Wed, Dec 2, 2020 at 3:42 PM wrote: > > From: Liron Himi > > in case of non-ip frame the current code reached the 'default' In case of > case which result with function call to log a msg. > those kind of calls should not be performed on fast-path. > > The performance for this kind of frames i

Re: [dpdk-dev] [PATCH v1 02/38] net/mvpp2: remove debug log on fast-path

2020-12-23 Thread Michael Shamis
Reviewed-by: Michael Shamis -Original Message- From: dev On Behalf Of lir...@marvell.com Sent: Wednesday, December 2, 2020 12:12 PM To: Jerin Jacob Kollanukkaran Cc: dev@dpdk.org; Liron Himi ; sta...@dpdk.org Subject: [dpdk-dev] [PATCH v1 02/38] net/mvpp2: remove debug log on fast-path

[dpdk-dev] [PATCH v1 02/38] net/mvpp2: remove debug log on fast-path

2020-12-02 Thread lironh
From: Liron Himi in case of non-ip frame the current code reached the 'default' case which result with function call to log a msg. those kind of calls should not be performed on fast-path. The performance for this kind of frames increased by 50% Fixes: acab7d58c ("net/mvpp2: convert to dynamic