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

2024-10-04 Thread Stephen Hemminger
On Fri, 15 Dec 2023 17:26:32 + 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. > > Sign

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

2023-12-17 Thread Tummala, Sivaprasad
[AMD Official Use Only - General] > -Original Message- > From: Euan Bourke > Sent: Friday, December 15, 2023 10:57 PM > To: dev@dpdk.org > Cc: Euan Bourke ; David Hunt ; > Anatoly Burakov ; Tummala, Sivaprasad > > Subject: [PATCH v4 8/8] examples/l3fwd-power: u

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

2023-12-15 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 Acked-by: David Hunt --- examples/l3fwd-po