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 B1FA745971; Thu, 12 Sep 2024 21:00:16 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5912E4029B; Thu, 12 Sep 2024 21:00:16 +0200 (CEST) Received: from mail-qk1-f178.google.com (mail-qk1-f178.google.com [209.85.222.178]) by mails.dpdk.org (Postfix) with ESMTP id DE7C84028F for ; Thu, 12 Sep 2024 21:00:14 +0200 (CEST) Received: by mail-qk1-f178.google.com with SMTP id af79cd13be357-7a9a66be37bso12043685a.1 for ; Thu, 12 Sep 2024 12:00:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1726167614; x=1726772414; 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=b2p0FmszPOdooQRn1Esf9B1MQJvxvtE0eCoYXHnKAlk=; b=AqXK+V6IYa/2IVw/tRC4Yt+Er3QBQR+qohTbwdeVAzeX5zJHzJ3nFo7KSAFanIdh8m 5KYLIzBlc/v1x0cgIcobPTWmFv4gAdVt7lMwCINVkPZzvw00XR5vQw4SnXFuKdeU3Lyw dAD777X1zK6z0C0rOkniYUSj6uvHcM3QlS1P8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1726167614; x=1726772414; 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=b2p0FmszPOdooQRn1Esf9B1MQJvxvtE0eCoYXHnKAlk=; b=ry9wvcAu7Bh3YcEbDT9dhg4YM73nLrgbAU9Ht62nWaRF80VUr2vb6iEMutLcay8Ydb mHVq448YkyqfQRm0t24eIQePtQZBMvThm651vPkqPXIgOvPx8xkfeeAQfPgTeh92QI71 P1c5KerTI0IimPwxa506hnXOBc4tllgH/uqeQyYvIOfiHY9l+UPAKIG7dyZn/Tf1rVky ZByJEX0T+HmMbI5wW5u13OtTmiuYskXeN3bDhntYLGEu4nk1Le7N+rWoLyukrzNAOqOr zzDBo2IrKpxKJ9MZL5ZwqCtQkQ/bLllz/t+TfETzswA4xw/x4JnL1R4Q3Y/VCPbpXbG4 OVpQ== X-Gm-Message-State: AOJu0YwiABvszp7NtKLtNRCogbd8Wcgz9zoqV2IGYMqxG+R/nQH6TW3x fKBNM8OEsTSBA6vwAPJuR/Hs5ZVDRpP1SYxLWkX+0PuiYZm7et0wFGckS+1wPrY= X-Google-Smtp-Source: AGHT+IHHh3r9h+/Mbg5duE1ygOoCMOMXpm9/pxlhHHY2rmwhK/Ia2Rj7SVEV19qrxWHkBTE4g1tDPw== X-Received: by 2002:ac8:5782:0:b0:458:5f3d:6c7f with SMTP id d75a77b69052e-458603f428bmr26769341cf.12.1726167614069; Thu, 12 Sep 2024 12:00:14 -0700 (PDT) Received: from localhost.unh.edu ([2606:4100:3880:1271:e2f8:4ec3:8bf3:864c]) by smtp.gmail.com with ESMTPSA id d75a77b69052e-4582b63fde9sm49119201cf.75.2024.09.12.12.00.13 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 12 Sep 2024 12:00:13 -0700 (PDT) From: Nicholas Pratte To: jspewock@iol.unh.edu, probb@iol.unh.edu, paul.szczepanek@arm.com, luca.vizzarro@arm.com, juraj.linkes@pantheon.tech, dmarx@iol.unh.edu, yoan.picchi@foss.arm.com, Honnappa.Nagarahalli@arm.com Cc: dev@dpdk.org, Nicholas Pratte Subject: [PATCH v5 0/2] Mac Filter Port to New DTS Date: Thu, 12 Sep 2024 15:00:03 -0400 Message-ID: <20240912190005.17932-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 v5: * Addressed some concerns on docstrings based on previous reviews. 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 | 221 ++++++++++++++++++ 3 files changed, 282 insertions(+), 1 deletion(-) create mode 100644 dts/tests/TestSuite_mac_filter.py -- 2.44.0