Re: [PATCH] eal: remove panic on remote launch failure

2022-10-03 Thread David Marchand
On Fri, Sep 30, 2022 at 9:17 AM David Marchand wrote: > > On Thu, Sep 29, 2022 at 12:51 PM Bruce Richardson > wrote: > > > > Library functions should not cause the app to exit or panic. Replace the > > existing panic call in the EAL remote launch functions with an error > > code return instead. >

Re: [PATCH] eal: remove panic on remote launch failure

2022-09-30 Thread David Marchand
On Thu, Sep 29, 2022 at 12:51 PM Bruce Richardson wrote: > > Library functions should not cause the app to exit or panic. Replace the > existing panic call in the EAL remote launch functions with an error > code return instead. > > Signed-off-by: Bruce Richardson LGTM with an update of the relea

[PATCH] eal: remove panic on remote launch failure

2022-09-29 Thread Bruce Richardson
Library functions should not cause the app to exit or panic. Replace the existing panic call in the EAL remote launch functions with an error code return instead. Signed-off-by: Bruce Richardson --- doc/guides/rel_notes/deprecation.rst | 3 --- lib/eal/common/eal_common_launch.c | 3 +-- lib/e