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

2022-05-27 Thread Konstantin Ananyev
-Original Message- From: Konstantin Ananyev Sent: Wednesday, May 25, 2022 4:30 AM To: Rahul Bhansali ; dev@dpdk.org; Radu Nicolau ; Akhil Goyal ; Ruifeng Wang Cc: Jerin Jacob Kollanukkaran Subject: [EXT] Re: [PATCH] examples/ipsec-secgw: add support of NEON with poll mode

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

2022-05-25 Thread Rahul Bhansali
> -Original Message- > From: Konstantin Ananyev > Sent: Wednesday, May 25, 2022 4:30 AM > To: Rahul Bhansali ; dev@dpdk.org; Radu Nicolau > ; Akhil Goyal ; Ruifeng Wang > > Cc: Jerin Jacob Kollanukkaran > Subject: [EXT] Re: [PATCH] examples/ipsec-secgw: add sup

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

2022-05-24 Thread Konstantin Ananyev
24/05/2022 10:57, 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

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

2022-05-24 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