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 E039F45552; Tue, 2 Jul 2024 21:09:05 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D015840685; Tue, 2 Jul 2024 21:09:05 +0200 (CEST) Received: from mail-qv1-f51.google.com (mail-qv1-f51.google.com [209.85.219.51]) by mails.dpdk.org (Postfix) with ESMTP id C227C402D8 for ; Tue, 2 Jul 2024 21:09:04 +0200 (CEST) Received: by mail-qv1-f51.google.com with SMTP id 6a1803df08f44-6b5dfa18db1so77756d6.0 for ; Tue, 02 Jul 2024 12:09:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1719947344; x=1720552144; 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=JbU4s4kNgliYoouLjfPdiBNL4C6S2gX1d0uo/AlcVRqlblAo4lOSVbo959cJVUXkY6 YmfD0pLuyHgV7883seYCuSFqgR10YOjO/nQcFyUjwIDSOGxX68KblB/WHOQ+Cdf/A62J lw11qnm3ZhT0Q8ZC7/f3OdtGadMDVwPzZOzFc= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1719947344; x=1720552144; 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=ns5gDp6roo3UEjgnQddGBq3AwFQScuGB5lqWVV7rLdF/LwBMmoUXG9BivJAfMPgEGK AXNIaxRgr4k3Sfs/tADA32a96P0MCM6kMOpRD4lItTuvzkRq9rUoHDDH/QrlCTYorcaW 01XhKCnDidx49vUTMsk+Sz5G2bZCnzSxGgJIwdc1ezWfvvhnr5OuvVx2lN68cf4UvHL1 vqlQbwDhNKUp9708I8roEn6CjLvLhR68sCsbCLq3R2cO/jz4eJBzGDZb5CBfA0hifKcG /1Jf2VrwvaQq6fPmiv41hZ9Q3QHLmmMXlrLnFIH3cR9q/jcjp2FjNHTLI7gJ//iJCw49 zsog== X-Gm-Message-State: AOJu0YymV1aFaHLpkw/dQoWXhuUjZikdnieH6cO27TWJd81cuyO6/c8O 8VRn0d9Y14Qc2xA1L78cgEh4+APPsMIvkHdNeNlpp1IdqZp/Ub4d/QOp3oAXOkM= X-Google-Smtp-Source: AGHT+IFAmfQxN2aVfFuFPTEWj8YrjLCeobFU8uIlV12fRr0q8A5PgXr+/25D41uO0h+vCFyyT6onag== X-Received: by 2002:a05:622a:14d2:b0:446:3ef3:73f3 with SMTP id d75a77b69052e-44662e4046emr109015101cf.4.1719947344021; Tue, 02 Jul 2024 12:09:04 -0700 (PDT) Received: from localhost.unh.edu ([2606:4100:3880:1271:e2f8:4ec3:8bf3:864c]) by smtp.gmail.com with ESMTPSA id d75a77b69052e-446514b9d41sm43853411cf.88.2024.07.02.12.09.03 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 02 Jul 2024 12:09:03 -0700 (PDT) From: Nicholas Pratte To: luca.vizzarro@arm.com, jspewock@iol.unh.edu, probb@iol.unh.edu, yoan.picchi@foss.arm.com, dmarx@iol.unh.edu, Honnappa.Nagarahalli@arm.com, juraj.linkes@pantheon.tech, paul.szczepanek@arm.com Cc: dev@dpdk.org, Nicholas Pratte Subject: [PATCH v2 0/3] Mac Filter Port to New DTS Date: Tue, 2 Jul 2024 15:04:14 -0400 Message-ID: <20240702190415.27886-3-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