DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH v1 0/1] dts: Add the ability to bind ports to drivers
@ 2023-10-26 21:58 jspewock
  2023-10-26 21:58 ` [PATCH v1 1/1] dts: bind to DPDK driver before running test suites jspewock
  0 siblings, 1 reply; 5+ messages in thread
From: jspewock @ 2023-10-26 21:58 UTC (permalink / raw)
  To: Honnappa.Nagarahalli, juraj.linkes, thomas, wathsala.vithanage,
	probb, paul.szczepanek
  Cc: dev, Jeremy Spewock

From: Jeremy Spewock <jspewock@iol.unh.edu>

Currently in the DTS framework there is nothing that allows you to bind
ports on the SUT to different drivers, but the ability to do so is
necessary in the case of many different test suites. This change allows
developers to bind to either os_driver or os_driver_for_dpdk which they
define in conf.yaml.

This patch additionally binds to the driver for DPDK at the
start of each build target setup which means that test suites will be
run on the driver for DPDK unless otherwise specified.

Jeremy Spewock (1):
  dts: bind to DPDK driver before running test suites

 dts/framework/remote_session/linux_session.py |  3 ++
 dts/framework/remote_session/os_session.py    |  6 ++++
 dts/framework/testbed_model/sut_node.py       | 34 +++++++++++++++++++
 dts/tests/TestSuite_os_udp.py                 |  4 +++
 dts/tests/TestSuite_smoke_tests.py            |  6 ++--
 5 files changed, 49 insertions(+), 4 deletions(-)

-- 
2.42.0


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-11-08 16:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-26 21:58 [PATCH v1 0/1] dts: Add the ability to bind ports to drivers jspewock
2023-10-26 21:58 ` [PATCH v1 1/1] dts: bind to DPDK driver before running test suites jspewock
2023-11-08 11:03   ` Juraj Linkeš
2023-11-08 16:38     ` Jeremy Spewock
2023-11-08 16:44     ` Patrick Robb

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).