Re: [PATCH v2 2/7] dts: add blocking dpdk app class

2025-04-25 Thread Nicholas Pratte
This is perfect for my TREX implementation! Reviewed-by: Nicholas Pratte On Fri, Mar 14, 2025 at 9:19 AM Luca Vizzarro wrote: > > Add BlockingDPDKApp class. Some non-interactive applications are > blocking and run until the user interrupts them. As their main intended > usage is to be kept runn

Re: [PATCH v2 2/7] dts: add blocking dpdk app class

2025-04-24 Thread Patrick Robb
Reviewed-by: Patrick Robb

Re: [PATCH v2 2/7] dts: add blocking dpdk app class

2025-04-24 Thread Dean Marx
Reviewed-by: Dean Marx

[PATCH v2 2/7] dts: add blocking dpdk app class

2025-03-14 Thread Luca Vizzarro
Add BlockingDPDKApp class. Some non-interactive applications are blocking and run until the user interrupts them. As their main intended usage is to be kept running in the background, this class exploits InteractiveShell to spawn a dedicated shell to keep the blocking application running, while det