Bug 1371

Summary: Add function to start "simple" testpmd with default params for DTS
Product: DPDK Reporter: Patrick Robb (probb)
Component: DTSAssignee: Luca Vizzarro (Luca.Vizzarro)
Status: IN_PROGRESS ---    
Severity: normal CC: juraj.linkes, paul.szczepanek, probb
Priority: High    
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   

Description Patrick Robb 2024-01-25 20:44:57 CET
eal args are already gathered from conf.yaml. It may make sense to have some "default" testpmd start function for the sut_node. Another related ask is abstracting away the testpmd.start() and testpmd.stop() from the code which needs to be written by devs writing a new testsuite. Anything we can do to make writing a testsuite less burdensome.
Comment 1 Patrick Robb 2024-02-15 15:26:31 CET
Basically have a struct with the default parameters (but which can be overridden). Should be a little more programmer friendly.
Comment 2 paul.szczepanek 2024-02-15 15:31:39 CET
*** Bug 1380 has been marked as a duplicate of this bug. ***
Comment 3 Luca Vizzarro 2024-04-03 16:37:30 CEST
Just an update that this is available for review:
https://patches.dpdk.org/project/dpdk/list/?series=31622