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

2022-07-05 Thread Rahul Bhansali
> -Original Message- > From: Thomas Monjalon > Sent: Monday, July 4, 2022 8:18 PM > To: Rahul Bhansali > Cc: dev@dpdk.org; David Christensen ; Ruifeng Wang > ; Bruce Richardson ; > Konstantin Ananyev ; Jerin Jacob > Kollanukkaran ; Akhil Goyal > Subje

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

2022-07-04 Thread Thomas Monjalon
04/07/2022 14:49, Rahul Bhansali: > From: Thomas Monjalon > > 23/06/2022 11:38, Rahul Bhansali: > > > This will make the packet grouping function common, so that other > > > examples can utilize as per need. > > > > > > For each architecture sse/neon/altivec, port group headers will be > > > creat

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

2022-07-04 Thread Rahul Bhansali
rch...@redhat.com > Subject: [EXT] Re: [PATCH v3 1/2] examples/l3fwd: common packet group > functionality > > External Email > > -- > 23/06/2022 11:38, Rahul Bhansali: > > This will make the packet gr

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

2022-06-28 Thread Akhil Goyal
> 23/06/2022 10:38, Rahul Bhansali пишет: > > This will make the packet grouping function common, so > > that other examples can utilize as per need. > > > > For each architecture sse/neon/altivec, port group > > headers will be created under examples/common/. > > > > Signed-off-by: Rahul Bhansali