RE: [PATCH v2 2/2] examples/ipsec-secgw: add support of NEON with poll mode

2022-06-23 Thread Rahul Bhansali
dpdk.org; Nicolau, Radu ; Akhil Goyal > > ; Ruifeng Wang > > Cc: jer...@marvell.com; Rahul Bhansali > > Subject: [PATCH v2 2/2] examples/ipsec-secgw: add support of NEON with > > poll mode > > > > This adds the support of NEON based lpm lookup along with mult

RE: [PATCH v2 2/2] examples/ipsec-secgw: add support of NEON with poll mode

2022-06-23 Thread Zhang, Roy Fan
Hi Rahul > -Original Message- > From: Rahul Bhansali > Sent: Friday, June 17, 2022 8:43 AM > To: dev@dpdk.org; Nicolau, Radu ; Akhil Goyal > ; Ruifeng Wang > Cc: jer...@marvell.com; Rahul Bhansali > Subject: [PATCH v2 2/2] examples/ipsec-secgw: add support of

RE: [PATCH v2 2/2] examples/ipsec-secgw: add support of NEON with poll mode

2022-06-21 Thread Akhil Goyal
> This adds the support of NEON based lpm lookup along with > multi packet processing for burst send in packets routing. > > Performance impact: > On cn10k, with poll mode inline protocol, outbound performance > increased by upto ~8% and inbound performance increased by > upto ~6%. > > Signed-off

RE: [PATCH v2 2/2] examples/ipsec-secgw: add support of NEON with poll mode

2022-06-17 Thread Rahul Bhansali
CC: Konstantin Ananyev > -Original Message- > From: Rahul Bhansali > Sent: Friday, June 17, 2022 1:13 PM > To: dev@dpdk.org; Radu Nicolau ; Akhil Goyal > ; Ruifeng Wang > Cc: Jerin Jacob Kollanukkaran ; Rahul Bhansali > > Subject: [PATCH v2 2/2] examples/ips

[PATCH v2 2/2] examples/ipsec-secgw: add support of NEON with poll mode

2022-06-17 Thread Rahul Bhansali
This adds the support of NEON based lpm lookup along with multi packet processing for burst send in packets routing. Performance impact: On cn10k, with poll mode inline protocol, outbound performance increased by upto ~8% and inbound performance increased by upto ~6%. Signed-off-by: Rahul Bhansal