DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH 0/6] dts: add build-less driver binding
@ 2025-02-24 13:28 Luca Vizzarro
  2025-02-24 13:28 ` [PATCH 1/6] dts: ensure runtime working directory Luca Vizzarro
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Luca Vizzarro @ 2025-02-24 13:28 UTC (permalink / raw)
  To: dev; +Cc: Luca Vizzarro, Patrick Robb, Paul Szczepanek

Hi there,

sending in a solution that could enable DTS to bind drivers for
DPDK-based apps, like traffic generators, that lack the DPDK build to
gather dpdk-devbind.py from.

Best,
Luca

Luca Vizzarro (6):
  dts: ensure runtime working directory
  dts: use topology in smoke tests
  dts: add tmp directory facility
  dts: decouple DPDK runtime from build
  dts: enable build-less DPDK driver binding
  dts: restore TG setup and teardown

 dts/framework/context.py                      |  3 +-
 dts/framework/remote_session/dpdk.py          | 49 +++++++++++++++----
 dts/framework/remote_session/dpdk_shell.py    |  2 +-
 dts/framework/test_run.py                     | 12 ++++-
 dts/framework/testbed_model/node.py           | 31 +++++++++++-
 dts/framework/testbed_model/os_session.py     | 12 +++++
 dts/framework/testbed_model/posix_session.py  |  5 ++
 .../traffic_generator/traffic_generator.py    |  2 +-
 dts/main.py                                   |  6 +++
 dts/tests/TestSuite_smoke_tests.py            |  4 +-
 dts/tests/TestSuite_softnic.py                |  2 +-
 11 files changed, 109 insertions(+), 19 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2025-02-24 13:30 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-02-24 13:28 [PATCH 0/6] dts: add build-less driver binding Luca Vizzarro
2025-02-24 13:28 ` [PATCH 1/6] dts: ensure runtime working directory Luca Vizzarro
2025-02-24 13:28 ` [PATCH 2/6] dts: use topology in smoke tests Luca Vizzarro
2025-02-24 13:28 ` [PATCH 3/6] dts: add tmp directory facility Luca Vizzarro
2025-02-24 13:28 ` [PATCH 4/6] dts: decouple DPDK runtime from build Luca Vizzarro
2025-02-24 13:28 ` [PATCH 5/6] dts: enable build-less DPDK driver binding Luca Vizzarro
2025-02-24 13:28 ` [PATCH 6/6] dts: restore TG setup and teardown Luca Vizzarro

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).