From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <dev-bounces@dpdk.org>
Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124])
	by inbox.dpdk.org (Postfix) with ESMTP id EC128455E7;
	Tue,  9 Jul 2024 19:53:47 +0200 (CEST)
Received: from mails.dpdk.org (localhost [127.0.0.1])
	by mails.dpdk.org (Postfix) with ESMTP id DA633402A9;
	Tue,  9 Jul 2024 19:53:47 +0200 (CEST)
Received: from mail-ot1-f98.google.com (mail-ot1-f98.google.com
 [209.85.210.98]) by mails.dpdk.org (Postfix) with ESMTP id 37DA14025C
 for <dev@dpdk.org>; Tue,  9 Jul 2024 19:53:46 +0200 (CEST)
Received: by mail-ot1-f98.google.com with SMTP id
 46e09a7af769-7035b2947a4so2376599a34.3
 for <dev@dpdk.org>; Tue, 09 Jul 2024 10:53:46 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=iol.unh.edu; s=unh-iol; t=1720547625; x=1721152425; 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=tNpatXdaS9JS/H8EO74fMjr9Z+WEaRLNKps/rIBK6lI=;
 b=jAUl2kucE42eSGe8GkKb6l7DcG+pTRAEYPfcBb/tg9bmMiWRF/6fqZBJDNI2AeNDsr
 qN64fQSlCq064B00Wy3E/2ZkIj6cu/We4vNROcfmHCqAZmyJcaSMidrPWP4rMy0NhBU/
 tgKXG3Tj2+Itf0+5XskK0FnYLQsWAbWuLLSfM=
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20230601; t=1720547625; x=1721152425;
 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=tNpatXdaS9JS/H8EO74fMjr9Z+WEaRLNKps/rIBK6lI=;
 b=WMD4WAoI36UWZsO4i3HQB+No+Sofo2l+lEwWPeL0neY43/amDNOAy1F4M48jU97MpG
 xjUKCdyMgG0F49TDkXLSXnFBUYnuAQBwD2Opxf2vVVfVlayvjMJmtweqfbG7ITeNQFHT
 JId1VnvNP285lXcjPZ9JTK02fXt4CwCGRVKIfrS+6YhQN0rLMtpUB/6+EeEGJ+jL3nP+
 qQMIA3N+9YTl1eP4QS25otjrBH3lCIGn7jj/rvnfIE9AaphsJ4HF8QcvrGg5cLg0qFEj
 w8owDAIVA9Slgn9MqWE//Xf+ahCI86uHYEQmGa4ckrd59R+lCsncp56A/cDq1rgx11lp
 8ZFg==
X-Gm-Message-State: AOJu0YxyERrU/7wR+eN9JaoEPBO29MKqWFYVKoQlj+2HAsDCDUH6UW7j
 Y17TC/oyRz0yXvPAmgiFpfyLF0nlivofOglNGfRSsMeeGnbslJ4CDzAEcIEu8iCa9gqThEZ+Gan
 xvuoVQjAlXIb34rvjQloLa7a6vfUxvcIL
X-Google-Smtp-Source: AGHT+IEts7ZAO0xQ8l+6qQ5FkMHtNiZ0i1bmtDuFnz6bILIRGty5/Yxc7WbUOfL5ONiAB6QTF61V4XuUJscL
X-Received: by 2002:a05:6870:961d:b0:25e:b865:b30c with SMTP id
 586e51a60fabf-25eb865bbeemr1621267fac.7.1720547625287; 
 Tue, 09 Jul 2024 10:53:45 -0700 (PDT)
Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84])
 by smtp-relay.gmail.com with ESMTPS id
 586e51a60fabf-25eaa239e88sm67691fac.33.2024.07.09.10.53.45
 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128);
 Tue, 09 Jul 2024 10:53:45 -0700 (PDT)
X-Relaying-Domain: iol.unh.edu
Received: from iol.unh.edu (unknown [IPv6:2606:4100:3880:1257::1083])
 by postal.iol.unh.edu (Postfix) with ESMTP id 4CDBB605C351;
 Tue,  9 Jul 2024 13:53:44 -0400 (EDT)
From: jspewock@iol.unh.edu
To: thomas@monjalon.net, Honnappa.Nagarahalli@arm.com,
 yoan.picchi@foss.arm.com, paul.szczepanek@arm.com, probb@iol.unh.edu,
 juraj.linkes@pantheon.tech, Luca.Vizzarro@arm.com, npratte@iol.unh.edu,
 wathsala.vithanage@arm.com
Cc: dev@dpdk.org,
	Jeremy Spewock <jspewock@iol.unh.edu>
Subject: [PATCH v7 0/2] Add second scatter test case
Date: Tue,  9 Jul 2024 13:53:39 -0400
Message-ID: <20240709175341.183888-1-jspewock@iol.unh.edu>
X-Mailer: git-send-email 2.45.2
In-Reply-To: <20240514201436.2496-1-jspewock@iol.unh.edu>
References: <20240514201436.2496-1-jspewock@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 <dev.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
Errors-To: dev-bounces@dpdk.org

From: Jeremy Spewock <jspewock@iol.unh.edu>

The decision was made to break this series in half meaning that this new
version no longer contains the context manager or the change that uses a
weakref finalize class for cleaning up interactive shells. Instead this
new version only contains the changes to the testpmd shell that add the
necessary methods and the addition of a new scatter test suite.

Jeremy Spewock (2):
  dts: add methods for modifying MTU to testpmd shell
  dts: add test case that utilizes offload to pmd_buffer_scatter

 dts/framework/remote_session/testpmd_shell.py | 131 +++++++++++++++++-
 dts/framework/testbed_model/sut_node.py       |   4 +-
 dts/tests/TestSuite_pmd_buffer_scatter.py     |  88 ++++++++----
 3 files changed, 196 insertions(+), 27 deletions(-)

-- 
2.45.2