Re: [PATCH v6 2/7] dts: limit EAL parameters to DPDK apps and add parameters to all apps

2024-01-08 Thread Jeremy Spewock
On Mon, Jan 8, 2024 at 6:52 AM Juraj Linkeš wrote: > On Wed, Jan 3, 2024 at 11:33 PM wrote: > > > > From: Jeremy Spewock > > > > Changed the factory method for creating interactive apps in the SUT Node > > so that EAL parameters would only be passed into DPDK apps since > > non-DPDK apps wouldn

Re: [PATCH v6 2/7] dts: limit EAL parameters to DPDK apps and add parameters to all apps

2024-01-08 Thread Juraj Linkeš
On Wed, Jan 3, 2024 at 11:33 PM wrote: > > From: Jeremy Spewock > > Changed the factory method for creating interactive apps in the SUT Node > so that EAL parameters would only be passed into DPDK apps since > non-DPDK apps wouldn't be able to process them. Also modified > interactive apps to all

[PATCH v6 2/7] dts: limit EAL parameters to DPDK apps and add parameters to all apps

2024-01-03 Thread jspewock
From: Jeremy Spewock Changed the factory method for creating interactive apps in the SUT Node so that EAL parameters would only be passed into DPDK apps since non-DPDK apps wouldn't be able to process them. Also modified interactive apps to allow for the ability to pass parameters into the app on