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 96A7A42C46; Wed, 7 Jun 2023 07:50:57 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9477D410FD; Wed, 7 Jun 2023 07:50:57 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id 9F22840A84 for ; Wed, 7 Jun 2023 07:50:55 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1686117055; x=1717653055; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=Kk6aGxFQwiYOwmEOGHpkkAjQoeBhkyhMzGD5fwo5TKE=; b=nVJQoKhzjztPmU6MyDha5vwRgGxDZo6S0p4hg/FqYau1tgYzhpoGlo91 JocraXEEzeAjuuY1dvSFISBH8aaY469lH8jztbPjqETF8KUwmS83M473D PeIlzLDG4LUoZoTxeYhzudIDZTyCHHsJy7VoWCPuxTY3ptocUIRIw5Za7 gEjUWVn2Uk0cM/G6m5jSRVETMjCi+Riir1slfs5yfq/CX87aI/cvIA1cJ ulh7Opa1YbgiL7uZvUh+G8GdrYBwYj+fLjaEPkszqmRpubSoHLNhNaNFJ D9OGYud4i4xU9ycNMbLp6afKFNB2GeYUb7ozzIzdsFu3dFdCej6LjlNX8 A==; X-IronPort-AV: E=McAfee;i="6600,9927,10733"; a="356902975" X-IronPort-AV: E=Sophos;i="6.00,223,1681196400"; d="scan'208";a="356902975" Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Jun 2023 22:50:54 -0700 Message-Id: <76ab7d$sfoug6@fmsmga006-auth.fm.intel.com> Date: 06 Jun 2023 22:50:53 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10733"; a="956070409" X-IronPort-AV: E=Sophos;i="6.00,223,1681196400"; d="scan'208";a="956070409" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.118.233]) by fmsmga006-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Jun 2023 22:50:53 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts][PATCH V2]tests/vf_single_core_perf: support IO forwarding mode From: lijuan.tu@intel.com To: dts@dpdk.org,Yingya Han Cc: Yingya Han In-Reply-To: <20230525053637.23947-1-yingyax.han@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: Yingya Han Errors-To: dts-bounces@dpdk.org On Thu, 25 May 2023 05:36:37 +0000, Yingya Han wrote: > Signed-off-by: Yingya Han Applied, thanks