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 C66A742AC8; Wed, 10 May 2023 12:09:13 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C270C42D55; Wed, 10 May 2023 12:09:13 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id D059642D55 for ; Wed, 10 May 2023 12:09:11 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1683713352; x=1715249352; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=PJmWaHJ1bY2e+Ci61D7Kn9UvhkhU87rNLxXImCLOp14=; b=aINnVmiLu0MUIEvGl/td9uiDesz6qds9cpuIuDMwMwELQ+DeRCdk3Gba jccpbqCQVOg+0TV1MltDVOzi5bmaTelmesFThIj6yV2iZYPf9MCF8GCXH gFXNXuGFwwDCXFyEbsO7Mf+GfbVXQuwURGGI2KrnSp5D+OhlE6ubcGu23 qdJUonqXi870n433EiDpHNl6VIpHF62UDMgpiYG4U/KbY02AnIJRFTXjY VlLtNGj9AJt3XTV4oboxDkSxqP6QqecH31G5bQWW0/uHy6efmoOkEXrdV xPMkMfL044vxy6q4phS69HsF1G1Cik1O8uycORf1SOZil/wETnuGqR8oy w==; X-IronPort-AV: E=McAfee;i="6600,9927,10705"; a="353247649" X-IronPort-AV: E=Sophos;i="5.99,264,1677571200"; d="scan'208";a="353247649" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 May 2023 03:09:11 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10705"; a="873529807" X-IronPort-AV: E=Sophos;i="5.99,264,1677571200"; d="scan'208";a="873529807" Received: from unknown (HELO localhost.localdomain) ([10.239.252.196]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 May 2023 03:09:10 -0700 From: Yu Jiang To: lijuan.tu@intel.com, dts@dpdk.org Cc: Yu Jiang Subject: [dts][PATCH V1 2/4] test_plans/ip_pipeline: to correct I40E_10G-SFP_X710 codename Date: Wed, 10 May 2023 18:08:59 +0800 Message-Id: <20230510100901.991779-3-yux.jiang@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230510100901.991779-1-yux.jiang@intel.com> References: <20230510100901.991779-1-yux.jiang@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=Y Content-Transfer-Encoding: 8bit X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dts-bounces@dpdk.org To-correct-I40E_10G-SFP_X710-codename Signed-off-by: Yu Jiang --- test_plans/ip_pipeline_test_plan.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_plans/ip_pipeline_test_plan.rst b/test_plans/ip_pipeline_test_plan.rst index 13827488..4411c5b0 100644 --- a/test_plans/ip_pipeline_test_plan.rst +++ b/test_plans/ip_pipeline_test_plan.rst @@ -10,7 +10,7 @@ Description The "examples/ip_pipeline" application is the main DPDK Packet Framework application. -The suit support NIC: Intel® Ethernet 700 Series(I40E_10G-SFP_XL710), Intel® Ethernet 800 Series(ICE_25G-E810C_SFP). +The suit support NIC: Intel® Ethernet 700 Series(I40E_10G-SFP_X710), Intel® Ethernet 800 Series(ICE_25G-E810C_SFP). Prerequisites ============== -- 2.25.1