Message ID | 20240724150714.226970-1-jspewock@iol.unh.edu (mailing list archive) |
---|---|
Headers |
Return-Path: <dev-bounces@dpdk.org> X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 0EB99456A2; Wed, 24 Jul 2024 17:07:47 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id F180E42DA3; Wed, 24 Jul 2024 17:07:46 +0200 (CEST) Received: from mail-pl1-f227.google.com (mail-pl1-f227.google.com [209.85.214.227]) by mails.dpdk.org (Postfix) with ESMTP id 415E740B97 for <dev@dpdk.org>; Wed, 24 Jul 2024 17:07:46 +0200 (CEST) Received: by mail-pl1-f227.google.com with SMTP id d9443c01a7336-1fd9e70b592so17172095ad.3 for <dev@dpdk.org>; Wed, 24 Jul 2024 08:07:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1721833665; x=1722438465; 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=92L2AQWPcxJP1VZSAy+T85xbjAQW9XpOk0dZtiS702E=; b=fqM7aJi7v7qeGu36ogpSAJkasVvMZ6hKtdMNcvnpcHDd3gNK9lJvRejdWUfrFWfnLr Rg/z0ht/v269RXTdVavpRbfga3e3Cb4iPtZYo7dQAznujfqu8pjAEGqfQx9t06T8Bb87 H9DGXrbUvTuJBEGuh1zrLiq95Lh/JTaLchHJM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1721833665; x=1722438465; 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=92L2AQWPcxJP1VZSAy+T85xbjAQW9XpOk0dZtiS702E=; b=Yqxe5uv46kA5xEgMZHwV6WAt3qfba8tuQIMsuAVX8p0mMqIRiFw0LjFb3F0qR3MpAr SRqvJEY8wPuTGMdZBipfBm+8XrjReBaj5sFtqOKvIg94adIHiy/pUYFHKyEubjqCgFgp NMaJrPRYHH+ZEi5YFnghtxF58Sp0JN07JchKMU4fedHqAaXGGQqyDPHGoWRCC6SQk6a9 L8ky5rCqyCfdWqcyfVwdDdqwPdNrNiBxvRCVRVXDOHkmv1s2Gkw8P05To1THLmYQja0W niOscblscURT4zissQeDieBM0zQ/D4Ah/ctZpWGvVGq8feA5jzkvK4jombpKfzC21ZsA hrKw== X-Gm-Message-State: AOJu0Yxtc/0AgWxHQqEn5dZeY1FDGtVABpDU8ygYRTomx4KkxbkX9UnH 57FIYTC3NOlQnLTWbTC0zhs1t9FX8+xDZWJTow6tntF9Npve3z9ppA0+85Q7dDQGUJOHPbEFF1i IWRD84XfutVljzKg3OKJ99DxGmlVoJ2d9 X-Google-Smtp-Source: AGHT+IH4UPgQv7m+a9GZ1zEhjGVGdeIGlqS7RM7Wa0ttlHyxBfQ76w+qN3T7ejjtBBXRJsgAZ3MCkn/cqy7z X-Received: by 2002:a17:902:e84f:b0:1fc:4940:d3ad with SMTP id d9443c01a7336-1fdd5593e0fmr24217535ad.59.1721833665329; Wed, 24 Jul 2024 08:07: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 d9443c01a7336-1fd6f244d14sm4067275ad.30.2024.07.24.08.07.45 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 24 Jul 2024 08:07: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 5815E6050A6B; Wed, 24 Jul 2024 11:07:44 -0400 (EDT) From: jspewock@iol.unh.edu To: thomas@monjalon.net, Luca.Vizzarro@arm.com, Honnappa.Nagarahalli@arm.com, probb@iol.unh.edu, yoan.picchi@foss.arm.com, npratte@iol.unh.edu, wathsala.vithanage@arm.com, juraj.linkes@pantheon.tech, paul.szczepanek@arm.com Cc: dev@dpdk.org, Jeremy Spewock <jspewock@iol.unh.edu> Subject: [PATCH v3 0/4] dts: add dynamic queue configuration test suite Date: Wed, 24 Jul 2024 11:07:10 -0400 Message-ID: <20240724150714.226970-1-jspewock@iol.unh.edu> X-Mailer: git-send-email 2.45.2 In-Reply-To: <20240625155332.2400-1-jspewock@iol.unh.edu> References: <20240625155332.2400-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 |
Series |
dts: add dynamic queue configuration test suite
|
|
Message
Jeremy Spewock
July 24, 2024, 3:07 p.m. UTC
From: Jeremy Spewock <jspewock@iol.unh.edu>
v3:
* rebase on rc3
Jeremy Spewock (4):
dts: add send_packets to test suites and rework packet addressing
dts: add port queue modification and forwarding stats to testpmd
dts: add dynamic queue test suite
dts: add dynamic queue conf to the yaml schema
dts/framework/config/conf_yaml_schema.json | 3 +-
dts/framework/remote_session/testpmd_shell.py | 233 +++++++++++++-
dts/framework/test_suite.py | 74 +++--
dts/framework/testbed_model/tg_node.py | 9 +
dts/tests/TestSuite_dynamic_queue_conf.py | 286 ++++++++++++++++++
5 files changed, 581 insertions(+), 24 deletions(-)
create mode 100644 dts/tests/TestSuite_dynamic_queue_conf.py