From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 822EBA0471 for ; Wed, 17 Jul 2019 08:22:30 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 60FFF2BF4; Wed, 17 Jul 2019 08:22:30 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 793972BF4 for ; Wed, 17 Jul 2019 08:22:28 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 Jul 2019 23:22:27 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,273,1559545200"; d="scan'208";a="178796062" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga002.jf.intel.com with ESMTP; 16 Jul 2019 23:22:27 -0700 Received: from FMSMSX110.amr.corp.intel.com (10.18.116.10) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 16 Jul 2019 23:22:26 -0700 Received: from shsmsx154.ccr.corp.intel.com (10.239.6.54) by fmsmsx110.amr.corp.intel.com (10.18.116.10) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 16 Jul 2019 23:22:26 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.134]) by SHSMSX154.ccr.corp.intel.com ([169.254.7.240]) with mapi id 14.03.0439.000; Wed, 17 Jul 2019 14:22:25 +0800 From: "Ma, LihongX" To: "Wang, Yinan" , "dts@dpdk.org" Thread-Topic: [dts][PATCH V1 1/2][vhost peer conf] conf: add cfg file of vhost peer direct connection Thread-Index: AQHVPF34LBnUB02Gy0qCHKtEtdXB7qbNz/cAgACHOHA= Date: Wed, 17 Jul 2019 06:22:24 +0000 Message-ID: References: <1563313688-4457-1-git-send-email-lihongx.ma@intel.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH V1 1/2][vhost peer conf] conf: add cfg file of vhost peer direct connection X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 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 Sender: "dts" Tested-by:lihong -----Original Message----- From: Wang, Yinan=20 Sent: Wednesday, July 17, 2019 2:18 PM To: Ma, LihongX ; dts@dpdk.org Subject: RE: [dts][PATCH V1 1/2][vhost peer conf] conf: add cfg file of vho= st peer direct connection Acked-by: Wang, Yinan > -----Original Message----- > From: Ma, LihongX > Sent: 2019=1B$BG/=1B(B7=1B$B7n=1B(B17=1B$BF|=1B(B 5:48 > To: dts@dpdk.org > Cc: Wang, Yinan ; Ma, LihongX=20 > > Subject: [dts][PATCH V1 1/2][vhost peer conf] conf: add cfg file of=20 > vhost peer direct connection >=20 > Signed-off-by: lihong > --- > conf/vhost_peer_conf.cfg | 10 ++++++++++ > 1 file changed, 10 insertions(+) > create mode 100644 conf/vhost_peer_conf.cfg >=20 > diff --git a/conf/vhost_peer_conf.cfg b/conf/vhost_peer_conf.cfg new=20 > file mode > 100644 index 0000000..63346e9 > --- /dev/null > +++ b/conf/vhost_peer_conf.cfg > @@ -0,0 +1,10 @@ > +# Connect two fortville 40G nic port directly on DUT [peerconf] # pci=20 > +of Port0 pci=3D # driver of Port0 and Port1 pci_drv=3D # pci of Port1=20 > +peer=3D # intf of Port1 peer_intf=3D > -- > 2.7.4