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 B7EDD4609E; Thu, 16 Jan 2025 14:16:25 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4FF914066A; Thu, 16 Jan 2025 14:16:25 +0100 (CET) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mails.dpdk.org (Postfix) with ESMTP id EF71740668 for ; Thu, 16 Jan 2025 14:16:23 +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 91BC7106F; Thu, 16 Jan 2025 05:16:51 -0800 (PST) Received: from e132991.cambridge.arm.com (unknown [10.1.195.55]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 4B9A23F673; Thu, 16 Jan 2025 05:16:22 -0800 (PST) From: Thomas Wilks To: dev@dpdk.org Cc: Paul Szczepanek , Luca Vizzarro , Patrick Robb , Thomas Wilks Subject: [PATCH v1 0/2] dts: add promiscuous mode verification test Date: Thu, 16 Jan 2025 13:16:13 +0000 Message-ID: <20250116131615.196053-1-thomas.wilks@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 v1: - Added testsuite that verifies promiscuous mode. - Added verify to match_all_packets function. Depends-on: patch-149773 ("dts: allow expected packets to come from the TG") Thomas Wilks (2): dts: add promiscuous mode verification test dts: add verify to match all packets dts/framework/test_suite.py | 23 +++++++--- dts/tests/TestSuite_promisc_support.py | 63 ++++++++++++++++++++++++++ 2 files changed, 80 insertions(+), 6 deletions(-) create mode 100644 dts/tests/TestSuite_promisc_support.py -- 2.43.0