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 A8C0245721; Fri, 2 Aug 2024 22:02:50 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B5403427D5; Fri, 2 Aug 2024 22:02:49 +0200 (CEST) Received: from mail-pg1-f182.google.com (mail-pg1-f182.google.com [209.85.215.182]) by mails.dpdk.org (Postfix) with ESMTP id F104A40E0B for ; Fri, 2 Aug 2024 22:02:48 +0200 (CEST) Received: by mail-pg1-f182.google.com with SMTP id 41be03b00d2f7-7a103ac7be3so5339869a12.3 for ; Fri, 02 Aug 2024 13:02:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1722628968; x=1723233768; darn=dpdk.org; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=nTrIQFEOokr0q4a480aTfyYU5QNEBwvQiRkLu5kWE0o=; b=RsoOL51YP1E2CC8q3sAK9Tze+BZIVcjGMSNmMyI7ffvDOCKHDPwhCzS886Dx0yXRq6 XXyx6MwMvmOASgXDi0XgSkMIr0+UHYXKDSHqPdJM/g4FNOhEVPkjVmhFmRGY1cxxxt/Q URzlkQLKCCcjqA5Np6GUU1Wq8GzHHHeFPKuco= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1722628968; x=1723233768; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=nTrIQFEOokr0q4a480aTfyYU5QNEBwvQiRkLu5kWE0o=; b=VFpFGp7x9j7INxkVRoQ5nSllYXBZ53veviV24KJlcR0vKAhxeMcn4fYwPbz4NUh+u+ a6DwFA4nP8nFzWPoUcRCA+WD/FcEwlf2GFEDHnUzAQn7yqzLU3NmHnFlnu43DTiQxeiE O5q2AHFZg9NmoOD5sa+sfhqpCZbY6NZ6ZczGFmEyFNc0jYUgwZuyiKR+HqDUp/I0Wfyp JRIxdEk9RQbztO6iQWkew8dYVD3BXYOenrIscMfMMOJF/bW7LgeIKLZ+4VEiyEYFVltY A0JdoCzEATu0IKJ2hrQvPG718jzfamui0ETRtKTGNQvqhHit0KmiKGxedROmEZEapWtg 1+Sg== X-Forwarded-Encrypted: i=1; AJvYcCVR+gN46zkOAs4vpeokzoTZapmls9ExapZ3CAguJ/iLDolgd5VjXMqSpLsj7gp64rzIE5rB29woj3kAHHI= X-Gm-Message-State: AOJu0YxCJ6Nos9No8VE0sowtiuxzRxxJ8Q4MrtplWqlRyEjkO54JkstQ SgxNtC0n1reZjTXChUNJkor+OeVQOgWwDIl321jLH60JKmz3ysaXyA3tE4aeGlujmxuAHEtLk/e g4dcjAWjMl+ZqQH+YETDQ2LLak4Q6AopTBB+ahw== X-Google-Smtp-Source: AGHT+IG0YVdXaMpTWVjAv+T6RSr6DZr1/f5lb9NZS3SehuWkdMpLqL1wGBO9Ta/bOPSYJQlbE/xMMFirIXtKq6GkGvQ= X-Received: by 2002:a17:90b:1893:b0:2c3:2557:3de8 with SMTP id 98e67ed59e1d1-2cff95146f8mr5567183a91.33.1722628967925; Fri, 02 Aug 2024 13:02:47 -0700 (PDT) MIME-Version: 1.0 References: <20240702192422.2480-2-npratte@iol.unh.edu> <20240726163915.19277-4-npratte@iol.unh.edu> In-Reply-To: <20240726163915.19277-4-npratte@iol.unh.edu> From: Jeremy Spewock Date: Fri, 2 Aug 2024 16:02:36 -0400 Message-ID: Subject: Re: [PATCH v4 2/2] dts: mac filter test suite refactored for new dts To: Nicholas Pratte Cc: probb@iol.unh.edu, dmarx@iol.unh.edu, luca.vizzarro@arm.com, yoan.picchi@foss.arm.com, Honnappa.Nagarahalli@arm.com, paul.szczepanek@arm.com, juraj.linkes@pantheon.tech, dev@dpdk.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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 On Fri, Jul 26, 2024 at 12:39=E2=80=AFPM Nicholas Pratte wrote: > > The mac address filter test suite, whose test cases are based on old > DTS's test cases, has been refactored to interface with the new DTS > framework. > > In porting over this test suite into the new framework, some > adjustments were made, namely in the EAL and TestPMD parameter provided > before executing the application. While the original test plan was > referenced, by and large, only for the individual test cases, I'll leave > the parameters the original test plan was asking for below for the sake > of discussion: > > --burst=3D1 --rxpt=3D0 --rxht=3D0 --rxwt=3D0 --txpt=3D36 --txht=3D0 --txw= t=3D0 > --txfreet=3D32 --rxfreet=3D64 --mbcache=3D250 --portmask=3D0x3 > > depends-on: patch-142691 ("dts: add send_packets to test suites and > rework packet addressing") > depends-on: patch-142696 ("dts: add VLAN methods to testpmd shell") > > Bugzilla ID: 1454 > Signed-off-by: Nicholas Pratte > Reviewed-by: Jeremy Spewock