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 DD60645A3B; Thu, 26 Sep 2024 20:09:24 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CE7F340B94; Thu, 26 Sep 2024 20:09:24 +0200 (CEST) Received: from mail-pj1-f42.google.com (mail-pj1-f42.google.com [209.85.216.42]) by mails.dpdk.org (Postfix) with ESMTP id E28AE40672 for ; Thu, 26 Sep 2024 20:09:23 +0200 (CEST) Received: by mail-pj1-f42.google.com with SMTP id 98e67ed59e1d1-2e0b93157caso158521a91.0 for ; Thu, 26 Sep 2024 11:09:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1727374163; x=1727978963; 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=ab4QmVg/FdpJozx7RYRUCgm88BMOwkD97KcYaBvo6Bk=; b=AElKTjD3OkOb3qeTxA1F9WpasRjfEU8vX4AgdNUKjb84Wwf01Kxzn6WtHZgKmVc/FG tz/YH9eQOWUnSysIO2yBVOH9Pfhf2sRRxyMzFeGTmjYN+KlhFQCYQUmKuYlwplI9GL6h AJLgJgRgAx9Y2hCVpMHwB2pXon31i/jGRp7/Y= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1727374163; x=1727978963; 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=ab4QmVg/FdpJozx7RYRUCgm88BMOwkD97KcYaBvo6Bk=; b=ndYeOroiIgmQ35CdBdoI6ZFgUd4xemp58H/2Zn4fq8ZvPvBx0ZIAXv7AT3DS7tszEY NkxsI65lrQUp4QpexzOFX5coXSMwNyrIi33yl72JWbc9bnaGAcT9AV/cwgudMwB5D4Co Z7wTTtC27uxD/pEmIPKq6r5EQUI5V1y0wGBXGg2HoPcRB8IU8w6lPbOWbYd+K+eNDoRQ zPxSDkn8vVh7poClRask9S4hqCz4r3BuCgpgaVheB2a3a6F6qOyVDybwa1MYu/araV/D Z3iR/IUBYjzhvGfyJGjt2W9y3ycWHptAxFynHLYuM9cHKKunjgzxs4ASv8WU4flFrk5O 1ySg== X-Forwarded-Encrypted: i=1; AJvYcCWkza0OCn9iSXexR8jTE75OboZ3zNj8IlxwVlKRe9IUGSM4zHBbNbHn17Q/Si8Y4pI4kvo=@dpdk.org X-Gm-Message-State: AOJu0YxNFVESKW4bY+fI2eva2pvnSAN4aZpbvK3TrtDPRqotJJkWiPEp zsEpfHthYy/pN0KPsIVU45hTBySY/Ql/vi3OPnx8Z4vmOq3SggaaUqXczxCiDlHBYzLrRErQbMX iZFHySgFnRsi7utedkYvolGVE6K8OWkOndun5pw== X-Google-Smtp-Source: AGHT+IFelcq8XdmggMn5ruEuIuIo1z9pwRBa9emEseIHcA6kTieHwMd6aZ+Hm19ZmRS3jTWeRjZVf9B+up49V1WpfRw= X-Received: by 2002:a17:90a:8d0c:b0:2d8:73ba:9444 with SMTP id 98e67ed59e1d1-2e0b716e356mr1171833a91.5.1727374163071; Thu, 26 Sep 2024 11:09:23 -0700 (PDT) MIME-Version: 1.0 References: <20240925183625.15930-1-jspewock@iol.unh.edu> <856c8b97-a658-4ee9-a14b-d91a171c88a3@pantheon.tech> In-Reply-To: <856c8b97-a658-4ee9-a14b-d91a171c88a3@pantheon.tech> From: Jeremy Spewock Date: Thu, 26 Sep 2024 14:09:11 -0400 Message-ID: Subject: Re: [PATCH v1] dts: add send_packets to test_suite To: =?UTF-8?Q?Juraj_Linke=C5=A1?= Cc: probb@iol.unh.edu, paul.szczepanek@arm.com, yoan.picchi@foss.arm.com, thomas@monjalon.net, wathsala.vithanage@arm.com, Honnappa.Nagarahalli@arm.com, alex.chapman@arm.com, Luca.Vizzarro@arm.com, npratte@iol.unh.edu, 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 Thu, Sep 26, 2024 at 5:56=E2=80=AFAM Juraj Linke=C5=A1 wrote: > > > > On 25. 9. 2024 20:36, jspewock@iol.unh.edu wrote: > > From: Jeremy Spewock > > > > Currently the only methods provided in the test suite class for sending > > packets capture the resulting received traffic after sending. There is, > > in some cases, a need to send multiple packets at once while not really > > needing to capture any of said received traffic. It is favorable to > > avoid capturing received traffic when you don't need it since not all > > traffic generators will necessarily be capturing traffic generators. > > The method to fulfill this need exists in the traffic generator > > already, but this patch exposes the method to test suites. > > > > Depends-on: patch-144440 ("dts: rework packet addressing") > > This could be in the same series. I wanted this to be in a different > patch, but both patches could (and should) be in the same series. > Oops, I just submitted a new version of the other series before seeing this, I will add this back into that series and resubmit. > > > > Signed-off-by: Jeremy Spewock > > --- > > The Depends-on: tag should be here, below the three hyphens. [0] > > [0] https://doc.dpdk.org/guides/contributing/patches.html#patch-dependenc= ies > Ack, sorry, I always forget this. > Other than that, > Reviewed-by: Juraj Linke=C5=A1 > >