Re: [PATCH v4 2/7] dts: allow passing parameters into interactive apps

2023-12-19 Thread Juraj Linkeš
We should also update the subject and the body based on our previous discussion. I don't think they properly describe the change, as we're also updating the method's behavior of DPDK apps. On Mon, Dec 18, 2023 at 7:13 PM wrote: > > From: Jeremy Spewock > > Modified interactive applications to al

[PATCH v4 2/7] dts: allow passing parameters into interactive apps

2023-12-18 Thread jspewock
From: Jeremy Spewock Modified interactive applications to allow for the ability to pass parameters into the app on start up. Also modified the way EAL parameters are handled so that the trailing "--" separator is added be default after all EAL parameters. Signed-off-by: Jeremy Spewock --- .../

[PATCH v4 2/7] dts: allow passing parameters into interactive apps

2023-12-18 Thread jspewock
From: Jeremy Spewock Modified interactive applications to allow for the ability to pass parameters into the app on start up. Also modified the way EAL parameters are handled so that the trailing "--" separator is added be default after all EAL parameters. Signed-off-by: Jeremy Spewock --- .../

[PATCH v4 2/7] dts: allow passing parameters into interactive apps

2023-12-14 Thread jspewock
From: Jeremy Spewock Modified interactive applications to allow for the ability to pass parameters into the app on start up. Also modified the way EAL parameters are handled so that the trailing "--" separator is added be default after all EAL parameters. Signed-off-by: Jeremy Spewock --- .../