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 4BD4C45552; Tue, 2 Jul 2024 21:11:54 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2E4F440E1C; Tue, 2 Jul 2024 21:11:54 +0200 (CEST) Received: from mail-qv1-f41.google.com (mail-qv1-f41.google.com [209.85.219.41]) by mails.dpdk.org (Postfix) with ESMTP id 64F7A40685 for ; Tue, 2 Jul 2024 21:11:53 +0200 (CEST) Received: by mail-qv1-f41.google.com with SMTP id 6a1803df08f44-6b5dedc59bdso307186d6.2 for ; Tue, 02 Jul 2024 12:11:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1719947513; x=1720552313; darn=dpdk.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=uL0cRYXjskmFU+np7WNDG1kCBOAemLCqZqwaq/EQOHA=; b=S8IQRxbxxfpD0YKO9zdFBd04xY2Nl88EetR4g72Ab1L4d8nvktqJmzgP0zD+BB8hJr Xqik9f9UyZp5l85Oo3JCe8WDbZ11bLcAdMEpa0hVNnQD+WruCuCrNalhcZQpbjAWfCA3 uo/BXUzWrrkvGhzJceE572HbvrxJU5g5T562s= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1719947513; x=1720552313; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=uL0cRYXjskmFU+np7WNDG1kCBOAemLCqZqwaq/EQOHA=; b=vut9c47BBZOLofVimV9jHokRH9AfDSV8iZJIyaIAZnwUO0UzRIeS1TLSJk98M4fc/F NW3epAn501qt+DLajmiawaQ7ncsrtiIkhJD0EQwzgWy79ID8o1NdhPK0kiUxpo5bi2CD WoGWi80yBogMnLlga5gWa6jyWMDo0bQrsDzNZiT0Q1rMdua/dDKI6wNpBy2HsOSCgABY j4/Qsgb62uiEwUw7IuTis9KmOMrPEcp9863J8Rg5xa45VOa1qMr4Ad4IacAt6Sp+O2MX gUGspre67XXj7pLsaL9C5b5djquB0AeX+uBt2JZ3NRKRKLr4zYLv0hpFiH6qz/CEWQ5w WTrg== X-Gm-Message-State: AOJu0Yyib7mnMFdrYgQ60hGFxKxxn0kkP4AmtqHlIqgD4Yi3UrClWbxD Ar1u+Q9tx354DVO60T5FLbP2KAinD30i59UodawtvqCUPgK2Ph3Mg//LhXmrFCs= X-Google-Smtp-Source: AGHT+IGNEUoBCkcmPYWBwvdxctFz4wNsy3r/5GltMSyvf6xbvxqRh9mRGZr80EzGFdcAUiNdNVIkgQ== X-Received: by 2002:ad4:5c63:0:b0:6b5:3c38:5238 with SMTP id 6a1803df08f44-6b5b71bd0aemr104122036d6.5.1719947512613; Tue, 02 Jul 2024 12:11:52 -0700 (PDT) Received: from localhost.unh.edu ([2606:4100:3880:1271:e2f8:4ec3:8bf3:864c]) by smtp.gmail.com with ESMTPSA id 6a1803df08f44-6b59e5f2123sm46524486d6.99.2024.07.02.12.11.51 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 02 Jul 2024 12:11:52 -0700 (PDT) From: Nicholas Pratte To: luca.vizzarro@arm.com, dmarx@iol.unh.edu, yoan.picchi@foss.arm.com, paul.szczepanek@arm.com, juraj.linkes@pantheon.tech, Honnappa.Nagarahalli@arm.com, jspewock@iol.unh.edu, probb@iol.unh.edu Cc: dev@dpdk.org, Nicholas Pratte Subject: [PATCH v2 0/3] Mac Filter Port to New DTS Date: Tue, 2 Jul 2024 15:11:20 -0400 Message-ID: <20240702191122.30699-2-npratte@iol.unh.edu> X-Mailer: git-send-email 2.44.0 In-Reply-To: <20240621172059.8194-2-npratte@iol.unh.edu> References: <20240621172059.8194-2-npratte@iol.unh.edu> 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 v2: - refactored mac filter suite and cleared out hidden bugs. - add/remove mac and multicast addresses code semantics improvements. - minor documentation changes based on suggestions. Nicholas Pratte (3): dts: add boolean to adjust addresses dts: add methods for setting mac and multicast addresses dts: mac filter test suite refactored for new dts dts/framework/config/conf_yaml_schema.json | 3 +- dts/framework/remote_session/testpmd_shell.py | 177 ++++++++++++++ dts/framework/test_suite.py | 7 +- dts/tests/TestSuite_mac_filter.py | 220 ++++++++++++++++++ 4 files changed, 405 insertions(+), 2 deletions(-) create mode 100644 dts/tests/TestSuite_mac_filter.py -- 2.44.0