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 E2841456B8; Fri, 26 Jul 2024 16:09:41 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8976042EB0; Fri, 26 Jul 2024 16:09:41 +0200 (CEST) Received: from mail-qk1-f179.google.com (mail-qk1-f179.google.com [209.85.222.179]) by mails.dpdk.org (Postfix) with ESMTP id 34FED40281 for ; Fri, 26 Jul 2024 16:09:39 +0200 (CEST) Received: by mail-qk1-f179.google.com with SMTP id af79cd13be357-7a1e23baecbso4472185a.1 for ; Fri, 26 Jul 2024 07:09:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1722002978; x=1722607778; 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=HlFUl9xh0PwogXkXW9Dlm7xOc5IDoe3Jam7yYhaG39M=; b=L6XDq3GqY3NIYti1FZDtNbRd2+sLT+PCa1xowRiVkvc54DXCmkXtmx1DihgUrVqCT9 QxfA+N1nFSinH1OWoLciSzzPE0smAeai3Ph+BFKpo80tvvtX3MoBEYjvUBjPGfIASx91 aXcPHBfB/EgsiDSkTKwuLbeuvJ2RthHLS4F0c= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1722002978; x=1722607778; 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=HlFUl9xh0PwogXkXW9Dlm7xOc5IDoe3Jam7yYhaG39M=; b=SwkwwKpLXcoY7pox+15U2//yC/lGaYw0yrOWQBPvko5plEqp63KUkTeZl3e2YlgEwo jpJSA/sF5/pKV7FB6naUljPDKpfNeVaSU2QboYau3IFDogeKBb+0JwvGdV61B8bqP3af xIbuEOPHlUlEkUIWEe2yn/KDPAk801igRiivV7ip6lDVGN1H4/2XJdxyDlEB9TX/DvWv wEA7GhYy4E/gveIgocTnQXJUwzVPsZbnyyyW5ocVIQrXBctYXAVSWtJw/VkBwfPmyewJ zfS/gmCEmrxIWpEWPLArBkPDL2eBavd6tWbAL4LE64IGHRolKvLcRfDHwPdkHP7Y4EnJ eiiw== X-Gm-Message-State: AOJu0YzAK/a04byUeg8cfBibkUwTpSyVtj0r5AUh/Q9gmkEtjKA9mRpr FgXJgZjzq/b8bAoyEurbz/kWV2LVwJ9tIb0eqRfaS4TJXK2XBOjdsY4iEXquenE= X-Google-Smtp-Source: AGHT+IHIBB4QQAT2acU4aX/LvMC18FjOxBvKIQxmc0v6Ppjs5+5Cb8td25d7VF6j8NRAsWHnmEhqRA== X-Received: by 2002:a05:620a:2886:b0:79f:b3c:8fc3 with SMTP id af79cd13be357-7a1d696514amr406839085a.6.1722002978332; Fri, 26 Jul 2024 07:09:38 -0700 (PDT) Received: from localhost.unh.edu ([2606:4100:3880:1257::1003]) by smtp.gmail.com with ESMTPSA id af79cd13be357-7a1d745f941sm176570185a.136.2024.07.26.07.09.37 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 26 Jul 2024 07:09:37 -0700 (PDT) From: Nicholas Pratte To: probb@iol.unh.edu, dmarx@iol.unh.edu, jspewock@iol.unh.edu, luca.vizzarro@arm.com, yoan.picchi@foss.arm.com, Honnappa.Nagarahalli@arm.com, paul.szczepanek@arm.com, juraj.linkes@pantheon.tech Cc: dev@dpdk.org, Nicholas Pratte Subject: [RFC PATCH v3 0/2] Initial Implementation For Jumbo Frames Date: Fri, 26 Jul 2024 10:09:28 -0400 Message-ID: <20240726140930.12220-1-npratte@iol.unh.edu> X-Mailer: git-send-email 2.44.0 In-Reply-To: <20240524183604.6925-2-npratte@iol.unh.edu> References: <20240524183604.6925-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 v3: * Refactored to use TestPMDShell context manager. NOTE: Assessing the boundaries and discern the correct assumption for ethernet overhead is still to be discussed. Thus, while each individual test case may pass, the test cases may not yet be precise. Nicholas Pratte (2): dts: add port config mtu options to testpmd shell dts: Initial Implementation For Jumbo Frames Test Suite dts/framework/config/conf_yaml_schema.json | 3 +- dts/framework/remote_session/testpmd_shell.py | 20 +- dts/tests/TestSuite_jumboframes.py | 182 ++++++++++++++++++ 3 files changed, 203 insertions(+), 2 deletions(-) create mode 100644 dts/tests/TestSuite_jumboframes.py -- 2.44.0