Bug 1371 - Add function to start "simple" testpmd with default params for DTS
Summary: Add function to start "simple" testpmd with default params for DTS
Status: IN_PROGRESS
Alias: None
Product: DPDK
Classification: Unclassified
Component: DTS (show other bugs)
Version: unspecified
Hardware: All All
: High normal
Target Milestone: ---
Assignee: Luca Vizzarro
URL:
: 1380 (view as bug list)
Depends on:
Blocks:
 
Reported: 2024-01-25 20:44 CET by Patrick Robb
Modified: 2024-04-03 16:37 CEST (History)
3 users (show)



Attachments

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

Note You need to log in before you can comment on or make changes to this bug.