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 36494A00C2; Wed, 4 Jan 2023 02:46:24 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 09D8B40698; Wed, 4 Jan 2023 02:46:24 +0100 (CET) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mails.dpdk.org (Postfix) with ESMTP id 8C06040697 for ; Wed, 4 Jan 2023 02:46:20 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1672796782; x=1704332782; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=rNqanx5n1s85Rwf9nyP4ojoASJCeFzbnx3AlMTB1624=; b=OnD7rPHPaHq9fv5vUUo+b5XDZmwq4p5j3Abpn1yhWmgryF4Y5uyws9tP /SjVZi3ca67cJ7AXlTnXavxldozY6NVr7RpAxMGQzub1JEP5H0PJW60XE H+vG2yPhBxX2uMSulna1geHNQ3N6cRL+5UhVSi6tKWsC6zC35CC7Rolm+ bBeVe9R76VzbliefL0h1yG2L+6KBg99lo/jpNMfSmSj0IyJSrhAJCcqF9 LmVe7XE4ZnAP72Lewd1GyF4KyMgek/65FdmQ0wOGl+x09TRcTTwbajhKK Kg2xVd8hVtjVGkT2bCSTbFeEfC3TCY6fDUSa7AFoJN1T4hxhyJE/7g1Nf A==; X-IronPort-AV: E=McAfee;i="6500,9779,10579"; a="323040630" X-IronPort-AV: E=Sophos;i="5.96,297,1665471600"; d="scan'208";a="323040630" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Jan 2023 17:46:18 -0800 Message-Id: <17e395$m57bun@fmsmga003-auth.fm.intel.com> Date: 03 Jan 2023 17:46:16 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10579"; a="743682011" X-IronPort-AV: E=Sophos;i="5.96,297,1665471600"; d="scan'208";a="743682011" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by fmsmga003-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Jan 2023 17:46:16 -0800 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts][PATCH V1 2/2] tests/vf_l2fwd: add vf_l2fwd test script From: lijuan.tu@intel.com To: qi.fu@intel.com,dts@dpdk.org,Yu Jiang Cc: Yu Jiang In-Reply-To: <20221229045203.2210928-3-yux.jiang@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: Yu Jiang Errors-To: dts-bounces@dpdk.org On Thu, 29 Dec 2022 12:52:03 +0800, Yu Jiang wrote: > tests/vf_l2fwd: add vf_l2fwd test script > > Signed-off-by: Yu Jiang Acked-by: Lijuan Tu Series applied, thanks