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 AA7CC45648; Thu, 18 Jul 2024 21:08:50 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 990784069D; Thu, 18 Jul 2024 21:08:50 +0200 (CEST) Received: from mail-qk1-f169.google.com (mail-qk1-f169.google.com [209.85.222.169]) by mails.dpdk.org (Postfix) with ESMTP id 3C4974029B for ; Thu, 18 Jul 2024 21:08:49 +0200 (CEST) Received: by mail-qk1-f169.google.com with SMTP id af79cd13be357-7a05c23970fso1944985a.0 for ; Thu, 18 Jul 2024 12:08:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1721329728; x=1721934528; 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=Ymx7uiRTGevDsp+Tfkwcos9fmeikDg1aliJrF/fXzww=; b=YUXCLNuixAhX21FZ9QwTeIZvw3UpAfUNJUeyAB3gawKQcstLirHjYgad5jse7FRsBD zavp7KaM3ttOx14Y8QmSujJ14QFdKrGFR5dnfjpi7ie3N/F6yGnMp7oViaL8cE9+Utsw uLuFLag4aAlet3v0OruMCStXwtRAA1RlLCyO0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1721329728; x=1721934528; 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=Ymx7uiRTGevDsp+Tfkwcos9fmeikDg1aliJrF/fXzww=; b=hn7spUNEqe7ReNvOWPNmgltcBgDAFasjl+Xc/awx4pSPpoqAq4m4Gr1H3Yi1/OJo3f UWiVy1IeVHCYCHnc2rPXxDadMj9iOUrZFlZAeyEhdGjW/vV6Ap/+P8zBl2PYBaC6NYhb 1d91f2oTsTNF6UbqXz9WQ7LOtCcC30DyGBr25TrgZBcfv2cdVmoZhQcNomvq1Fz8Jspo GbT4DkwH9AWbM9x6p3ixMUTABJeXWhTTocXyoiBzPJpL0QvjzC5WqglBlmM8M4yn34lL 5ulu8ns5niVuKAqTx9Q4GdGErz/FsBriR5ilSjV3m6ypfbf0TXJx6wrcz8YB9xctAnTJ wqvQ== X-Gm-Message-State: AOJu0YxRJ3Int4l5Dpq7bz7/qGFBbBqr0M4Ho2sgO1rwM61QoEdZTfvz UHXkMDCyIDT1uRloM0BY1KLXL71byAKj/fOuXpKK8L0DdFwcRxuSxJXE1PqIH5uOCjNXgWwQclW 8 X-Google-Smtp-Source: AGHT+IEyhpSgXiQlfEeQ/ew3NisSvp9Uo9g+3wnFrG3S3Jh2TVgNh7ALeFsDfBJ583P5fBD0Y8iwhA== X-Received: by 2002:a05:620a:258e:b0:79f:70f:ee0b with SMTP id af79cd13be357-7a196e25792mr38399585a.6.1721329728406; Thu, 18 Jul 2024 12:08:48 -0700 (PDT) Received: from localhost.unh.edu ([2606:4100:3880:1271:e2f8:4ec3:8bf3:864c]) by smtp.gmail.com with ESMTPSA id af79cd13be357-7a1938d95a2sm55639885a.39.2024.07.18.12.08.47 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 18 Jul 2024 12:08:47 -0700 (PDT) From: Nicholas Pratte To: probb@iol.unh.edu, paul.szczepanek@arm.com, luca.vizzarro@arm.com, jspewock@iol.unh.edu, Honnappa.Nagarahalli@arm.com, dmarx@iol.unh.edu, yoan.picchi@foss.arm.com, juraj.linkes@pantheon.tech Cc: dev@dpdk.org, Nicholas Pratte Subject: [PATCH v3 0/3] Mac Filter Port to New DTS Date: Thu, 18 Jul 2024 15:05:06 -0400 Message-ID: <20240718190509.4203-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 v3: * Minor adjustments to doc strings * Return labels added for testpmd methods 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 | 179 ++++++++++++++ dts/framework/test_suite.py | 7 +- dts/tests/TestSuite_mac_filter.py | 223 ++++++++++++++++++ 4 files changed, 410 insertions(+), 2 deletions(-) create mode 100644 dts/tests/TestSuite_mac_filter.py -- 2.44.0