Re: [EXT] Re: [PATCH v2 1/2] examples/l3fwd: common packet group functionality

2022-06-22 Thread Konstantin Ananyev
21/06/2022 17:50, Rahul Bhansali пишет: -Original Message- From: Konstantin Ananyev Sent: Tuesday, June 21, 2022 4:43 AM To: Rahul Bhansali ; dev@dpdk.org; Ruifeng Wang Cc: Jerin Jacob Kollanukkaran Subject: [EXT] Re: [PATCH v2 1/2] examples/l3fwd: common packet group functionality

RE: [EXT] Re: [PATCH v2 1/2] examples/l3fwd: common packet group functionality

2022-06-21 Thread Rahul Bhansali
> -Original Message- > From: Konstantin Ananyev > Sent: Tuesday, June 21, 2022 4:43 AM > To: Rahul Bhansali ; dev@dpdk.org; Ruifeng Wang > > Cc: Jerin Jacob Kollanukkaran > Subject: [EXT] Re: [PATCH v2 1/2] examples/l3fwd: common packet group > functiona

RE: [EXT] [PATCH v2 1/2] examples/l3fwd: common packet group functionality

2022-06-21 Thread Akhil Goyal
> > > This will make the packet grouping function common, so > > that other examples can utilize as per need. > > > > Signed-off-by: Rahul Bhansali > > --- Acked-by: Akhil Goyal

Re: [PATCH v2 1/2] examples/l3fwd: common packet group functionality

2022-06-20 Thread Konstantin Ananyev
17/06/2022 08:50, Rahul Bhansali пишет: CC: Konstantin Ananyev -Original Message- From: Rahul Bhansali Sent: Friday, June 17, 2022 1:13 PM To: dev@dpdk.org; Ruifeng Wang Cc: Jerin Jacob Kollanukkaran ; Rahul Bhansali Subject: [PATCH v2 1/2] examples/l3fwd: common packet group

Re: [EXT] [PATCH v2 1/2] examples/l3fwd: common packet group functionality

2022-06-20 Thread Thomas Monjalon
20/06/2022 09:49, Akhil Goyal: > @tho...@monjalon.net: Can this patch be taken in next-crypto as the patch is > primarily for ipsec-secgw? Yes that's fine.

RE: [EXT] [PATCH v2 1/2] examples/l3fwd: common packet group functionality

2022-06-20 Thread Akhil Goyal
> This will make the packet grouping function common, so > that other examples can utilize as per need. > > Signed-off-by: Rahul Bhansali > --- Adding more people for review. @tho...@monjalon.net: Can this patch be taken in next-crypto as the patch is primarily for ipsec-secgw? > Changes in

RE: [PATCH v2 1/2] examples/l3fwd: common packet group functionality

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; Ruifeng Wang > Cc: Jerin Jacob Kollanukkaran ; Rahul Bhansali > > Subject: [PATCH v2 1/2] examples/l3fwd: common packet group functionalit

[PATCH v2 1/2] examples/l3fwd: common packet group functionality

2022-06-17 Thread Rahul Bhansali
This will make the packet grouping function common, so that other examples can utilize as per need. Signed-off-by: Rahul Bhansali --- Changes in v2: New patch to address review comment. examples/common/neon_common.h | 50 examples/common/pkt_group.h | 139 +++