From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 6C3AE462AB; Mon, 24 Feb 2025 14:30:09 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7549240E7C; Mon, 24 Feb 2025 14:30:08 +0100 (CET) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mails.dpdk.org (Postfix) with ESMTP id 9316340E44 for ; Mon, 24 Feb 2025 14:30:07 +0100 (CET) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 5C5101477; Mon, 24 Feb 2025 05:30:23 -0800 (PST) Received: from localhost.localdomain (JR4XG4HTQC.cambridge.arm.com [10.1.32.39]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 0CA1C3F5A1; Mon, 24 Feb 2025 05:30:05 -0800 (PST) From: Luca Vizzarro To: dev@dpdk.org Cc: Luca Vizzarro , Patrick Robb , Paul Szczepanek Subject: [PATCH 0/6] dts: add build-less driver binding Date: Mon, 24 Feb 2025 13:28:17 +0000 Message-ID: <20250224132823.196509-1-luca.vizzarro@arm.com> X-Mailer: git-send-email 2.43.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org 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