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 529D245550; Tue, 2 Jul 2024 20:57:49 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2F85640685; Tue, 2 Jul 2024 20:57:49 +0200 (CEST) Received: from mail-qv1-f44.google.com (mail-qv1-f44.google.com [209.85.219.44]) by mails.dpdk.org (Postfix) with ESMTP id 32963402E2 for ; Tue, 2 Jul 2024 20:57:48 +0200 (CEST) Received: by mail-qv1-f44.google.com with SMTP id 6a1803df08f44-6b5dc5f200cso705336d6.0 for ; Tue, 02 Jul 2024 11:57:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1719946667; x=1720551467; 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=Q7t0rRNiRHeiSr66xTO6mbqrSLAEkfnmt8rO+y4p5j7+h7tWH77F4aIOdP5GJq9wrG 927NTsYtxkB3Q6miYhtSi/r2G6MppslOMsunW0HucmZJGsLIHtrDLHIfiYih9yP+Jys8 geDH+BzKIDAP6mjghLxRX8zs4O+SFLz6ju26M= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1719946667; x=1720551467; 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=RhgLsyyUfYIgoTXouRnrIkKvy9/1IJACYnPnB5XMMGwyEWGtvnwe1Vi0tHGVBC4Spj cTwKEkF3mwUBLMq030FGY8P9Co+kFVU4tlaTWXF0NsEfsNkQNs0Yu1NbWAlynhfaf+B+ Jm8Q7nChkbte9UwWU42f6DkdMnKK9PDqtbwJYjsG3UF30t+QbE5VM/VEqcpeT8WkDPuS yvpYVMpzfM22DLS5wlEhtC43gP/kgoQK3/cDcED6s7ngHNNuiIMWF9Iz67znEy3JHUNw jdFmItvG+n89mhy7Ed8R7DuOtD5WkbUAGUapumlvvA2XDXry5Qv3Jxh2zElLMfAKK8OR HpnA== X-Gm-Message-State: AOJu0YxX+7rixXhHvv0bRbJOw67Iv6yQRtCRq2/w64o7P8ndISVgm2a0 +WpMNs5FEhJ0z7S3H2Qo+vQPwMebT522H9IV6adZbA1wz2HK7SNvTP4SEgY6vcM= X-Google-Smtp-Source: AGHT+IH7LaLezXnrGFb92Vn08W0a7uATsZso7Qp527kQ9j2yX0DND3iGYHtqeVvU4eRSZaehejsXEw== X-Received: by 2002:a05:620a:470c:b0:79d:8ea3:9d24 with SMTP id af79cd13be357-79d8ea39f72mr662450785a.2.1719946667339; Tue, 02 Jul 2024 11:57:47 -0700 (PDT) Received: from localhost.unh.edu ([2606:4100:3880:1271:e2f8:4ec3:8bf3:864c]) by smtp.gmail.com with ESMTPSA id af79cd13be357-79d692611c0sm485295185a.19.2024.07.02.11.57.46 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 02 Jul 2024 11:57:46 -0700 (PDT) From: Nicholas Pratte To: dmarx@iol.unh.edu, juraj.linkes@pantheon.tech, Honnappa.Nagarahalli@arm.com, yoan.picchi@foss.arm.com, bruce.richardson@intel.com, luca.vizzarro@arm.com, jspewock@iol.unh.edu, probb@iol.unh.edu, paul.szczepanek@arm.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:56:46 -0400 Message-ID: <20240702185648.24741-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