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 84D6C454BF; Fri, 21 Jun 2024 23:14:19 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 63E4F4027D; Fri, 21 Jun 2024 23:14:19 +0200 (CEST) Received: from mail-ot1-f54.google.com (mail-ot1-f54.google.com [209.85.210.54]) by mails.dpdk.org (Postfix) with ESMTP id 1D76740041 for ; Fri, 21 Jun 2024 23:14:18 +0200 (CEST) Received: by mail-ot1-f54.google.com with SMTP id 46e09a7af769-6f9b0e8877eso113835a34.2 for ; Fri, 21 Jun 2024 14:14:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1719004457; x=1719609257; 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=VqZam5fEgl58g1WxRN9RW1Ei3x9Q6t2ySPQfP8jUtSQ=; b=LburpGq68qd7TncI13UCSn2KbUr/MXTl39I1KIhi1Iskc+FpE3+oTrCoxa8avYzjyy 0AoezfXMALcmKWZuZ2EmXWW7Ed3TPDCht0h72BftM2lZh8PAtq3wahCGc8D/V4eggIMf 7FsXBbMSJ3JXZkqy4lLGpO4HxgusZa8o6o0Xk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1719004457; x=1719609257; 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=VqZam5fEgl58g1WxRN9RW1Ei3x9Q6t2ySPQfP8jUtSQ=; b=YQdoq/9HH91cDH5oR3WzpPRYXnf8x6l3MiTm0fjbVoragbrKYKDFk+HO+pjDadDsmn Hz5X0grjWif7IEEIA+0s0EmUNIRgwtTBkPuUayTb3lAP9TymmpY5aK0BvFCIrleJJrMZ o11iMplus3WDzAjEP+H3Vn1gI/9yYkOztuG5na1OlUCxEm3ZE+MOq0LjZNYCwwKJlStw Qmm/cPHE3VecNBL7ToSgNVaNdhgvh4KPqrhZmel37rhJiYvK6DPTruGFJGxHE1X/Q5yh Yhm80/tZhQmr4s770w9SZ9pC2Tg311qO26B2U0Zcix+suRpzfMq816ARlmR94R5hXX1n w0ag== X-Gm-Message-State: AOJu0YzSqZ7j6HuPXwdU+t/tj8GjLTcvqv5tF7LiKy2jW1KIqK26b3B+ 7URAZzwc0RNlv3kOWuyJwe2fz/pfajVFay9Yo+qmLgJ07XLUO4UU6jgYqQVzZuw= X-Google-Smtp-Source: AGHT+IH5k/agjliKFgxDCH1ttC97t8WVlhCiRoLk4RntZR40xebEX3qayZol0aemzzvSxDKDmbZztw== X-Received: by 2002:a05:6808:15a0:b0:3d2:2512:5a5f with SMTP id 5614622812f47-3d51bb2b16bmr10557166b6e.4.1719004457222; Fri, 21 Jun 2024 14:14:17 -0700 (PDT) Received: from dhcp-10-21-154-140.unh.edu (nt-238-80.w4.unh.edu. [132.177.238.80]) by smtp.gmail.com with ESMTPSA id d75a77b69052e-444c2c429a3sm14907871cf.69.2024.06.21.14.14.16 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 21 Jun 2024 14:14:16 -0700 (PDT) From: Nicholas Pratte To: paul.szczepanek@arm.com, jspewock@iol.unh.edu, juraj.linkes@pantheon.tech, luca.vizzarro@arm.com, probb@iol.unh.edu, dmarx@iol.unh.edu, bruce.richardson@intel.com, Honnappa.Nagarahalli@arm.com, yoan.picchi@foss.arm.com Cc: dev@dpdk.org, Nicholas Pratte Subject: [RFC PATCH v2 0/1] Initial Implementation For Jumbo Frames Date: Fri, 21 Jun 2024 17:13:47 -0400 Message-ID: <20240621211347.10906-2-npratte@iol.unh.edu> X-Mailer: git-send-email 2.44.0 In-Reply-To: <20240524183604.6925-1-npratte@iol.unh.edu> References: <20240524183604.6925-1-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 v2: - Suite has been refactored to include latest DPDK merge. - Include a 6 second timer to ensure each test case passes (This is just temporary placement in lieu of the context manager) Nicholas Pratte (1): Initial Implementation For Jumbo Frames Test Suite dts/framework/config/conf_yaml_schema.json | 3 +- dts/tests/TestSuite_jumboframes.py | 181 +++++++++++++++++++++ 2 files changed, 183 insertions(+), 1 deletion(-) create mode 100644 dts/tests/TestSuite_jumboframes.py -- 2.44.0