RE: [PATCH v3 8/8] examples/l3fwd-power: update to call arg parser API

2023-12-11 Thread Tummala, Sivaprasad
[AMD Official Use Only - General] Hi Euan, > -Original Message- > From: Euan Bourke > Sent: Thursday, December 7, 2023 9:48 PM > To: dev@dpdk.org > Cc: Euan Bourke ; Anatoly Burakov > ; David Hunt ; Tummala, > Sivaprasad > Subject: [PATCH v3 8/8] examples/l3f

Re: [PATCH v3 8/8] examples/l3fwd-power: update to call arg parser API

2023-12-11 Thread Hunt, David
Hi Euan, On 07/12/2023 16:18, Euan Bourke wrote: Update to the l3fwd-power example application to call the arg parser library for its 'combined core string parser' instead of implementing its own corelist parser. The default_type passed into the function call is a corelist. Signed-off-by: Euan

[PATCH v3 8/8] examples/l3fwd-power: update to call arg parser API

2023-12-07 Thread Euan Bourke
Update to the l3fwd-power example application to call the arg parser library for its 'combined core string parser' instead of implementing its own corelist parser. The default_type passed into the function call is a corelist. Signed-off-by: Euan Bourke --- examples/l3fwd-power/perf_core.c | 51 +