####################################################################
September 25, 2025
Attendees
* Patrick Robb
* Luca Vizzarro
* Andrew Bailey
* Paul Szczepanek
* Indira K

####################################################################
Minutes

=====================================================================
General Discussion
* DTS Videos links:
   * How to set up and run DTS: https://www.youtube.com/watch?v=vxii8pboNAI&pp=ygUHdW5oIGlvbA%3D%3D
   * How to write a testsuite: https://www.youtube.com/watch?v=3w9XrYtTvqE&pp=ygUHdW5oIGlvbA%3D%3D

=====================================================================
Patch discussions
* Recently merged:
   * DTS API
   * Testsuite Docstrings update
   * TG Driver Bind
* RSS:
   * Dean is currently testing/reviewing
* Mbuf fast release testcase / tx_offload:        
   * Framework changes look to be almost done.
* Virtio:
   * V1 is sent
   * Patrick Robb to do a test/review
* Single_core_fwd_perf:
   * Need to rebase on main before submitting the next version because of the DTS API patch
   * Need to ensure the docstrings are compliant with the current testsuites docstring structure
* Move testsuite methods to API modules
   * Patrick to do a review

=====================================================================
Bugzilla discussions
* None

=====================================================================
Any other business
* Roadmap status review:
   * https://docs.google.com/document/d/1doTZOOpkv4D5P2w6K7fEJpa_CjzrlMl3mCeDBWtxnko/edit?tab=t.0
   * Paul notes for next release we should implement an API freeze for DTS
* Next meeting is Oct 9, 2025
* We are still inheriting from TestSuite, which is an internal framework object which should not be imported. Maybe the most reasonable thing would be for the API to have a class/interface
   * Add a TestSuite class to API which inherits from protocol, with set up test suite, set up test case methods etc.