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 B5FB445B09; Thu, 10 Oct 2024 21:21:33 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5A453402BB; Thu, 10 Oct 2024 21:21:33 +0200 (CEST) Received: from mail-qv1-f48.google.com (mail-qv1-f48.google.com [209.85.219.48]) by mails.dpdk.org (Postfix) with ESMTP id 965D24025D for ; Thu, 10 Oct 2024 21:21:31 +0200 (CEST) Received: by mail-qv1-f48.google.com with SMTP id 6a1803df08f44-6cbe53e370eso1093216d6.2 for ; Thu, 10 Oct 2024 12:21:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1728588091; x=1729192891; 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=U2qkx2Y9YjRtRG03W3Av+ER2wvmcmJQZFiFsZvfkUaI=; b=RGlCspIjaCyxiZQthkQ2mQVaK+CPmO3jdxQ9cXwk7dWZRrvVNgBEOewIkEiZnnfYey nYJmzTxhVZZpWA8LMw69wCOzUw0cphGc5kfNP9L26GtbFzrRNOXjryb6mFy2Jxg4OpRe IB6sS1uLtpdDY96RL5IEvUsqmlo2MVRZujZAo= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1728588091; x=1729192891; 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=U2qkx2Y9YjRtRG03W3Av+ER2wvmcmJQZFiFsZvfkUaI=; b=VdWbmHTp2BfynqSnvKzUhtm7vgxA2IiUUVXNTTLGznOSwMMWxS/RR1qXH43UHeX94x j8HtyZm/Q8WIKar2paYUa/3A1zZ67XcC33B81JoceaxfUMr1ljRncJzQihobn92IYYyc prNM5tg4b0qWCXIctlRth/g8MGZUnAKWKHOEcIuYtOPIPbP/OeX1rSl1VCZelkPqug24 hzjDqs5P69E23D4R9ZjrHDruT92MO0hI8ck7iOByplWte020DwaHtm5SMsI3CLnS+JrT g3EOJHsob6CN2OYrBuP00nFTbnac2PhOwnEgkihZUR2wWnxqfMU6yXuBqEnV45YCWYPu +nWQ== X-Gm-Message-State: AOJu0Yzav9JfbM6bYfTiIc4BFwqqP0IgdLJ0OXn1AWkC+ZO/yGW6Zf0w 8LVzoc7lvD1EsZ61ErptgbVU2NTTdNHI6LcCb/Ufc4Cx5ohZ9A1SMjByF8Fqm7Y= X-Google-Smtp-Source: AGHT+IHF8Lh7q0MoTSItAW0FaTWqvO+KIHA49xzrpW9kusXAq7ijB9ZXtjuELWXyugFtPoQPLfzCeA== X-Received: by 2002:a05:620a:1725:b0:7af:ce93:1fa3 with SMTP id af79cd13be357-7b11a3537b8mr17113885a.3.1728588090872; Thu, 10 Oct 2024 12:21:30 -0700 (PDT) Received: from localhost.unh.edu ([2606:4100:3880:1271:e2f8:4ec3:8bf3:864c]) by smtp.gmail.com with ESMTPSA id af79cd13be357-7b1148de0acsm70379785a.39.2024.10.10.12.21.29 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 10 Oct 2024 12:21:30 -0700 (PDT) From: Nicholas Pratte To: yoan.picchi@foss.arm.com, probb@iol.unh.edu, paul.szczepanek@arm.com, dmarx@iol.unh.edu, Honnappa.Nagarahalli@arm.com, luca.vizzarro@arm.com Cc: dev@dpdk.org, Nicholas Pratte Subject: [PATCH v7 0/2] dts: mac filter port to new dts Date: Thu, 10 Oct 2024 15:21:24 -0400 Message-ID: <20241010192126.31062-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 v7: * adjusted commit messages to be more associative with the main branch 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