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 0C23A45B54; Wed, 16 Oct 2024 19:13:57 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8DBEE402B5; Wed, 16 Oct 2024 19:13:56 +0200 (CEST) Received: from mail-qv1-f54.google.com (mail-qv1-f54.google.com [209.85.219.54]) by mails.dpdk.org (Postfix) with ESMTP id 478A340150 for ; Wed, 16 Oct 2024 19:13:55 +0200 (CEST) Received: by mail-qv1-f54.google.com with SMTP id 6a1803df08f44-6cbc46f8b3bso56596d6.0 for ; Wed, 16 Oct 2024 10:13:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1729098834; x=1729703634; 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=mJWl7nMNuPS87dik1remOk9RiA8g8eWymenYLt/AObE=; b=NwaFIxWs4Fej5v3gVNg9wud/8RYMMUt88sm2MMiQl/05Mpgfb0T0usmMTeTA8/aW5i YMS5VQM+fSDbON12Cg9i0CZmpUoh2oo2Jyr+zqj2l8GgEypGDxQE+GsBfe83nXVAV0iZ HVZMgarJ9aRGgvKzBYZ+C/K33pz8BphsCQ7z0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1729098834; x=1729703634; 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=mJWl7nMNuPS87dik1remOk9RiA8g8eWymenYLt/AObE=; b=gBRkhyA+XouSCmSUVFjz7vPm+o1wMy6CMyBVK4MF5tIbaKjImwDyuxMqR1qJhH+xMU bSrkbs2jcReck5SjEC3AiEtD4D2fV0ASS1QwjAtKtqciFQLdQXuXpoVyd3vOSMp8qetw mJaEMI1h5HCd+2swFRig3JBfbnVhcVL7y7AX0O68sC2QduVrx1ZMFyjFmN7G9XsZnkY3 5nkknij5E0wrIsT22clXepdvDmtlgZxh9KIoXdhwyidhdH+E6QIaUc+vgPqsgbSaxw05 aknwXjeqFUtiJctB4hJyk2nHmufO4jkddfKrEjX39s6vKU/o3GsjGFk8hO8tyi+Xq/i6 +oAA== X-Gm-Message-State: AOJu0YxsxbYPvskQF202wwmKqnjfog20Kfvp/0KSfAhbCrPHGlHBtgiH YcOk3okAzo4pOjcqkdEGW2Fth996to3fQTni1kAiIWPZUZWEQ2nigI/Dq1T4urA= X-Google-Smtp-Source: AGHT+IHJKKf/QUPaxAKrY0wEMwyriC42NvT0zZ8/hQW5Ahl9gQYlfn2LcdBxisgyqL4SqX1ow9vTsQ== X-Received: by 2002:a05:6214:f0f:b0:6c5:1267:a821 with SMTP id 6a1803df08f44-6cc37a6bbe1mr1428446d6.4.1729098834477; Wed, 16 Oct 2024 10:13:54 -0700 (PDT) Received: from localhost.unh.edu ([2606:4100:3880:1271:e2f8:4ec3:8bf3:864c]) by smtp.gmail.com with ESMTPSA id 6a1803df08f44-6cc2291dbbbsm19738756d6.38.2024.10.16.10.13.53 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 16 Oct 2024 10:13:53 -0700 (PDT) From: Nicholas Pratte To: dmarx@iol.unh.edu, probb@iol.unh.edu, luca.vizzarro@arm.com, Honnappa.Nagarahalli@arm.com, yoan.picchi@foss.arm.com, paul.szczepanek@arm.com Cc: dev@dpdk.org, Nicholas Pratte Subject: [PATCH v9 0/3] dts: mac filter port to new dts Date: Wed, 16 Oct 2024 13:13:04 -0400 Message-ID: <20241016171307.18635-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 v9: * Removed the vlan component of the multicast filter test as there is an ongoing bug with this functionality across many NICs. * Added a multicast address capability check since some NICs do not support this feature. Nicholas Pratte (3): dts: add methods for setting mac and multicast addresses dts: add capability check for multicast filtering dts: mac filter test suite refactored for new dts dts/framework/config/conf_yaml_schema.json | 3 +- dts/framework/remote_session/testpmd_shell.py | 84 ++++++++ dts/tests/TestSuite_mac_filter.py | 204 ++++++++++++++++++ 3 files changed, 290 insertions(+), 1 deletion(-) create mode 100644 dts/tests/TestSuite_mac_filter.py -- 2.44.0