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 BD2D7A00C4; Thu, 5 May 2022 10:06:42 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B7E3F40C35; Thu, 5 May 2022 10:06:42 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mails.dpdk.org (Postfix) with ESMTP id 7AA8F40042 for ; Thu, 5 May 2022 10:06:41 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1651738001; x=1683274001; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=PyigQtLm45uf11EodTYYWr1YVVbeVlRxcd1fUCPrCYY=; b=ge45+D2rvpNBPMMWeOBr71X8mvvVo/gxyXCUsJlhtJ/lA9M5lRspfKRn 5KFDCHZNcmsmBG31Vzife7F9yYtT8vRmB0CTFynBLg1SAhlK34bCprPPK tdFlMHY+TG7Si05i8L0rLTntr8jsV2ns1GelPctZMtoOz0jfEQlvcPbj+ fmHJKuqKnATKy0aA0PsXimB737yREZWi5TSXcjW+7GEXBGEm2aPqgMzrZ +1cwjJAqyjMaIbaZo5qtlkJvsQyPPeW/AI6cHgT3euA1OoVZDu1JTEr9+ nHJZxtlIz+hsSiO7ol3idvScfPKZ0LClmFQBxi7gLlcKQfYRQnRxjRAJ8 A==; X-IronPort-AV: E=McAfee;i="6400,9594,10337"; a="267632490" X-IronPort-AV: E=Sophos;i="5.91,200,1647327600"; d="scan'208";a="267632490" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 May 2022 01:06:30 -0700 Message-Id: <003cea$he2t8l@orsmga008-auth.jf.intel.com> Date: 05 May 2022 01:06:29 -0700 X-IronPort-AV: E=Sophos;i="5.91,200,1647327600"; d="scan'208";a="585200936" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.208]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 May 2022 01:06:29 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [v2] test_plan: add l3fwd funtional test plan From: lijuan.tu@intel.com To: dts@dpdk.org,Lijuan Tu Cc: Lijuan Tu In-Reply-To: <20220426031236.3959685-1-lijuan.tu@intel.com> 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: , Reply-To: Lijuan Tu Errors-To: dts-bounces@dpdk.org On Tue, 26 Apr 2022 11:12:36 +0800, Lijuan Tu wrote: > L3fwd is widely used for performance testing. > Functional test cases are necessary for l3fwd quality. > > Signed-off-by: Lijuan Tu Applied, thanks