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 50A6D45B09; Thu, 10 Oct 2024 22:12:05 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1BE964028E; Thu, 10 Oct 2024 22:12:05 +0200 (CEST) Received: from mail-qt1-f175.google.com (mail-qt1-f175.google.com [209.85.160.175]) by mails.dpdk.org (Postfix) with ESMTP id 7058B40279 for ; Thu, 10 Oct 2024 22:12:04 +0200 (CEST) Received: by mail-qt1-f175.google.com with SMTP id d75a77b69052e-46036ff9ab2so1915471cf.1 for ; Thu, 10 Oct 2024 13:12:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1728591124; x=1729195924; 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=3FBE176Wu2FSNwBGeLW/6f0iIPmZtqcxcc4SYBqkQjc=; b=FE1Jhlb0H6bey72qjZSy7qbT2OtPm4h0Rtc/P3UtwhM6qcpBo5ylULzb1vDncaEO8D Vepp7n5oQO6IrYA98tQgQZIikFsY0o9uWwFhSumN7d8fDqP9gZai15l+TbylqptG1pmZ 6vBj//PeXYGl+v1iz646QVnf6hLPnXAk56uFg= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1728591124; x=1729195924; 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=3FBE176Wu2FSNwBGeLW/6f0iIPmZtqcxcc4SYBqkQjc=; b=H6w11c13Ho+h7YYmQJUmMSYf2usFCxKD+npHcwpU0uh0FV2ymu07jsPNUf6J5CYTdW FOLyVsK/L+D1iK3TeFpRh+XqSguMY66virq79Awjp0nzAM4BxYG4rpuCaednm2JPz1ou YXIme+rTSppuhagIFn+A+3BhCYvwxf9BT7ctVcc6ArK5uh2waVTx2t7ZOY3eYyZr0uHJ g0OhxGV6PakJEpkDaTd+yJQqGgYwGcCSeSAjVudtsWVgxbHpl/FJPrmQw7BTM66uBDJ5 K5Ve6QQ/Ghte/4dp7r5rBLWxkOtUnJ1kHamuQBkgwbr4eF2u6eWJrbYPx+pGgErIhuJA ElNg== X-Gm-Message-State: AOJu0Yz+km9IE4mj0OdJxq3xRXZCPzZehIwoYADpt50kH6WQ2EaldM3t zaCkl53+nI0/UYq+AhouXvp3ibwHVUiyYFrAlNpHi6PPVpJG3qI12kOV4f4Jykc= X-Google-Smtp-Source: AGHT+IH5IVgAxb6pqDLUD9d9uZye+Mvk05WpRSgFiV4w40DLbvCbXspOSPvHbz+yWElSFGwj/jCxKg== X-Received: by 2002:a05:620a:46a5:b0:7a9:b52a:a6f2 with SMTP id af79cd13be357-7b11a372a20mr27871685a.8.1728591123673; Thu, 10 Oct 2024 13:12:03 -0700 (PDT) Received: from localhost.unh.edu ([2606:4100:3880:1271:e2f8:4ec3:8bf3:864c]) by smtp.gmail.com with ESMTPSA id af79cd13be357-7b11498a1bdsm73048885a.127.2024.10.10.13.12.02 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 10 Oct 2024 13:12:02 -0700 (PDT) From: Nicholas Pratte To: dmarx@iol.unh.edu, luca.vizzarro@arm.com, probb@iol.unh.edu, yoan.picchi@foss.arm.com, Honnappa.Nagarahalli@arm.com, paul.szczepanek@arm.com Cc: dev@dpdk.org, Nicholas Pratte Subject: [PATCH v8 0/2] dts: mac filter port to new dts Date: Thu, 10 Oct 2024 16:11:57 -0400 Message-ID: <20241010201159.2568-1-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 v8: * final adjustments made for the merged version of vlan testpmd methods. 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 | 226 ++++++++++++++++++ 3 files changed, 287 insertions(+), 1 deletion(-) create mode 100644 dts/tests/TestSuite_mac_filter.py -- 2.44.0