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 8B03A456A3; Fri, 26 Jul 2024 18:39:30 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6A72A410F6; Fri, 26 Jul 2024 18:39:30 +0200 (CEST) Received: from mail-qt1-f176.google.com (mail-qt1-f176.google.com [209.85.160.176]) by mails.dpdk.org (Postfix) with ESMTP id 35F074064F for ; Fri, 26 Jul 2024 18:39:29 +0200 (CEST) Received: by mail-qt1-f176.google.com with SMTP id d75a77b69052e-44ff82db139so334841cf.3 for ; Fri, 26 Jul 2024 09:39:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1722011968; x=1722616768; 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=A93aijMnhr0LUyUYWc7QcUO5U44tyBVsssWcm1cLKqo=; b=hBfixj5ecjhX5S9y99VYHQU5GJXzrpKnsEi+TjVdkTGOtLZoWbQGIi3PW6Z0s8TuFe haHFnrXHUkYu/ZqUSJfwSnpCkgbp0853m01vrULJeLGWrd9NxbjcWGvg0uj6DOqfQtoc WrHNDbTVsorZlhBkgTVjECTO1pF/PP+rtPJ6g= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1722011968; x=1722616768; 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=A93aijMnhr0LUyUYWc7QcUO5U44tyBVsssWcm1cLKqo=; b=KCLwIbvMH4OEtw8nFjyuwPabdNlW+pr9esFL7+I8Uts2C5Ucj0VgJ89RMsMFvlz3OC CuklAH1GRrE+5KOz5vkMbP1qwx/tM2ZeshHSBszReQtqMDxj52cMJL1XC+n4MAwx615Q qU30izNHdiXCOOVFjBJYtVi2Jh/6AwF66o645k5VBzosADX7cb54B/pZG96O+44bGFrp 0dl+Q0mnI7ubLkfZqncl7jiMoyqRwA4Wj9x5pH1CO80k/N5BILlQtBf1iO/9DEft9xka dLwHCES8aSSWiVSBFemiVzPAIzcqB5WP6EaIxUF243NFmgyFCq6EQYf9VPExWY4EokUz RFTw== X-Gm-Message-State: AOJu0YzWVISCqf0gaZT+w5IsSHkf77QjnlyytEQaagGqB0Tc3blAfUoq ScUmTNEgyOLAWlhfyT7Pgbjkxedc6dyCBM6ujw2uU7V0wOj4couHr9aqh0Jwvvk= X-Google-Smtp-Source: AGHT+IFOkL4lNzNxxsJZL3YC3ojuL8d2/ixy7b8cYZuw+CcPrScqOzTwzbdguXv7lLlQX1OpvGa7Rw== X-Received: by 2002:a05:620a:d96:b0:79e:fbbd:6631 with SMTP id af79cd13be357-7a1d6961716mr411538485a.5.1722011968427; Fri, 26 Jul 2024 09:39:28 -0700 (PDT) Received: from localhost.unh.edu ([2606:4100:3880:1257::1003]) by smtp.gmail.com with ESMTPSA id af79cd13be357-7a1d7398d3asm191961685a.7.2024.07.26.09.39.27 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 26 Jul 2024 09:39:27 -0700 (PDT) From: Nicholas Pratte To: probb@iol.unh.edu, dmarx@iol.unh.edu, jspewock@iol.unh.edu, luca.vizzarro@arm.com, yoan.picchi@foss.arm.com, Honnappa.Nagarahalli@arm.com, paul.szczepanek@arm.com, juraj.linkes@pantheon.tech Cc: dev@dpdk.org, Nicholas Pratte Subject: [PATCH v4 0/2] Mac Filter Port to New DTS Date: Fri, 26 Jul 2024 12:39:14 -0400 Message-ID: <20240726163915.19277-2-npratte@iol.unh.edu> X-Mailer: git-send-email 2.44.0 In-Reply-To: <20240702192422.2480-2-npratte@iol.unh.edu> References: <20240702192422.2480-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 v4: * Refactored test suite to use context manager. * Added dependencies for vlan testpmd methods and adjust addresses. Nicholas Pratte (2): 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 | 59 +++++ dts/tests/TestSuite_mac_filter.py | 217 ++++++++++++++++++ 3 files changed, 278 insertions(+), 1 deletion(-) create mode 100644 dts/tests/TestSuite_mac_filter.py -- 2.44.0