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 E0ECE45550; Tue, 2 Jul 2024 21:00:04 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D4B9740BA0; Tue, 2 Jul 2024 21:00:04 +0200 (CEST) Received: from mail-qv1-f46.google.com (mail-qv1-f46.google.com [209.85.219.46]) by mails.dpdk.org (Postfix) with ESMTP id 0ED0240685 for ; Tue, 2 Jul 2024 21:00:04 +0200 (CEST) Received: by mail-qv1-f46.google.com with SMTP id 6a1803df08f44-6b5dfa18db1so66386d6.0 for ; Tue, 02 Jul 2024 12:00:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1719946803; x=1720551603; 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=e4p8kiYsX4WlOhekFph91AXSERSV2Qn1DhY8UU4VSzv/7LzuZ/DEId93yHDyB73SKH VuDNPfOBJi4bHRTW/T9NwnooALiFKCUIrAH3ZJ143LEWHriSqOt/VlJ3nTzdDOlyiCDX YphaZwTxtBefQXvzSKawzmLdEqbpiyd5G8xUI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1719946803; x=1720551603; 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=AToWOomlHug+AR3Hu2l6RoM7XX3h8tN9ThwkhVYUMxM1hKyJhm6xmUJm44Oo+frUeu q53adHeIP0r9CP36T3eXH0VfczfAeiZA2CaPD1kKA+lM1f1kHcJan1TVXPZghCPq/EbN Md/e6QcpCL4u5WttG7P7anThfoZz50zC4yLVkXqJoBfoVkJgdMjWiCKH3yMkk53vCShL xHmqo9j9fhQu6zU6aoDR3pHY98fzPOkJarohcz2R7hygQZfAwGdxsTBwWXuTvUx1j5oo VluacZzCiHWYiytVCeXXQbKQYR99eeF3O4Eb6yFNZB7aoYqJXgmQPmLhMeNzEJZQxMbx 6cEg== X-Gm-Message-State: AOJu0Yw/LU6aUr+uLn5RKGgN/EBE9YR0UdX17C5WTrf2+Af/5wBxM8uZ B14DGWCGXvFp237hc691AYD4mHQfklbvJ4ietB8iXn4RsKDWWhpdc+s2Tqrxz2SyE5J66oOkw78 5 X-Google-Smtp-Source: AGHT+IHpUCJBoCEbNu1Nd5EXw6EwyW9k8Ox0+rbNKnmF5ZUO61kL9teA7XdoB7N3E4hxkOvn3OTF8Q== X-Received: by 2002:a05:620a:4ac7:b0:79c:7236:a56b with SMTP id af79cd13be357-79d7baef8f2mr954056185a.5.1719946803444; Tue, 02 Jul 2024 12:00:03 -0700 (PDT) Received: from localhost.unh.edu ([2606:4100:3880:1271:e2f8:4ec3:8bf3:864c]) by smtp.gmail.com with ESMTPSA id af79cd13be357-79d69260561sm487031785a.25.2024.07.02.12.00.02 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 02 Jul 2024 12:00:03 -0700 (PDT) From: Nicholas Pratte To: dmarx@iol.unh.edu, paul.szczepanek@arm.com, luca.vizzarro@arm.com, juraj.linkes@pantheon.tech, probb@iol.unh.edu, Honnappa.Nagarahalli@arm.com, jspewock@iol.unh.edu, yoan.picchi@foss.arm.com, bruce.richardson@intel.com Cc: dev@dpdk.org, Nicholas Pratte Subject: [PATCH v2 0/3] dts: mac filter port to new dts Date: Tue, 2 Jul 2024 14:59:53 -0400 Message-ID: <20240702185956.26147-1-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