Re: [PATCH] examples/l2fwd: add check of Rx packets count

2022-11-02 Thread Thomas Monjalon
02/11/2022 15:09, Hemant Agrawal: > On 20-Jul-22 11:02 PM, Stephen Hemminger wrote: > > On Wed, 25 May 2022 14:43:27 +0530 > > Rahul Bhansali wrote: > > > >> An additional check is added to avoid extra processing if > >> receive packets are 0. > >> > >> Performance impact: with Marvell OCTEON TX2

Re: [EXT] Re: [PATCH] examples/l2fwd: add check of Rx packets count

2022-11-02 Thread Thomas Monjalon
02/11/2022 14:47, Rahul Bhansali: > Ping. Sorry it has been forgotten. Thank you for pinging.

Re: [PATCH] examples/l2fwd: add check of Rx packets count

2022-11-02 Thread Hemant Agrawal
On 20-Jul-22 11:02 PM, Stephen Hemminger wrote: On Wed, 25 May 2022 14:43:27 +0530 Rahul Bhansali wrote: An additional check is added to avoid extra processing if receive packets are 0. Performance impact: with Marvell OCTEON TX2 platform, observed an improvement by ~14%. Signed-off-by: Ra

RE: [EXT] Re: [PATCH] examples/l2fwd: add check of Rx packets count

2022-11-02 Thread Rahul Bhansali
ithin Kumar Dabilpuram ; > 'qiming.y...@intel.com' ; 'qi.z.zh...@intel.com' > ; Radha Chintakuntla ; > 'rahul.lakkire...@chelsio.com' ; Rasesh Mody > ; 'rosen...@intel.com' ; > 'sachin.sax...@oss.nxp.com' ; Satha Koteswara > Rao Kottidi

RE: [EXT] Re: [PATCH] examples/l2fwd: add check of Rx packets count

2022-09-14 Thread Rahul Bhansali
reddy Burru > ; viachesl...@nvidia.com; xiao.w.w...@intel.com; > cloud.wangxiao...@huawei.com; yisen.zhu...@huawei.com; > yongw...@vmware.com; xuanziya...@huawei.com > Subject: RE: [EXT] Re: [PATCH] examples/l2fwd: add check of Rx packets count > > Ping > > > -Ori

Re: [PATCH] examples/l2fwd: add check of Rx packets count

2022-07-20 Thread Stephen Hemminger
On Wed, 25 May 2022 14:43:27 +0530 Rahul Bhansali wrote: > An additional check is added to avoid extra processing if > receive packets are 0. > > Performance impact: with Marvell OCTEON TX2 platform, observed an > improvement by ~14%. > > Signed-off-by: Rahul Bhansali This makes sense. Could

RE: [EXT] Re: [PATCH] examples/l2fwd: add check of Rx packets count

2022-07-20 Thread Rahul Bhansali
gt; asoma...@amd.com; somnath.ko...@broadcom.com; > sthem...@microsoft.com; steven.webs...@windriver.com; Sunil Kumar Kori > ; mtetsu...@gmail.com; Veerasenareddy Burru > ; viachesl...@nvidia.com; xiao.w.w...@intel.com; > cloud.wangxiao...@huawei.com; yisen.zhu...@huawei.com; > yongw...@vmware.com;

Re: [PATCH] examples/l2fwd: add check of Rx packets count

2022-06-26 Thread Thomas Monjalon
Please could we have some tests on other hardware with this improvement? 25/05/2022 11:13, Rahul Bhansali: > An additional check is added to avoid extra processing if > receive packets are 0. > > Performance impact: with Marvell OCTEON TX2 platform, observed an > improvement by ~14%. > > Signed

RE: [EXT] Re: [PATCH] examples/l2fwd: add check of Rx packets count

2022-06-23 Thread Rahul Bhansali
ahed Shaikh ; Shai > Brandes ; Shepard Siegel > ; Somalapuram Amaranath > ; Somnath Kotur ; > Stephen Hemminger ; Steven Webster > ; Sunil Kumar Kori ; > Tetsuya Mukawa ; Veerasenareddy Burru > ; Viacheslav Ovsiienko ; Xiao > Wang ; Xiaoyun Wang > ;

Re: [PATCH] examples/l2fwd: add check of Rx packets count

2022-06-02 Thread Jerin Jacob
On Wed, May 25, 2022 at 2:44 PM Rahul Bhansali wrote: > > An additional check is added to avoid extra processing if > receive packets are 0. > > Performance impact: with Marvell OCTEON TX2 platform, observed an > improvement by ~14%. > > Signed-off-by: Rahul Bhansali Acked-by: Jerin Jacob > -

[PATCH] examples/l2fwd: add check of Rx packets count

2022-05-25 Thread Rahul Bhansali
An additional check is added to avoid extra processing if receive packets are 0. Performance impact: with Marvell OCTEON TX2 platform, observed an improvement by ~14%. Signed-off-by: Rahul Bhansali --- examples/l2fwd/main.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/l2fwd/m