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 54CF8A0487 for ; Tue, 2 Jul 2019 09:28:39 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 285CB4C8F; Tue, 2 Jul 2019 09:28:39 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id C69AA326D for ; Tue, 2 Jul 2019 09:28:37 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 Jul 2019 00:28:36 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.63,442,1557212400"; d="scan'208";a="186750275" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by fmsmga004.fm.intel.com with ESMTP; 02 Jul 2019 00:28:36 -0700 Received: from fmsmsx602.amr.corp.intel.com (10.18.126.82) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 2 Jul 2019 00:28:36 -0700 Received: from fmsmsx602.amr.corp.intel.com (10.18.126.82) by fmsmsx602.amr.corp.intel.com (10.18.126.82) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Tue, 2 Jul 2019 00:28:34 -0700 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by fmsmsx602.amr.corp.intel.com (10.18.126.82) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256) id 15.1.1713.5 via Frontend Transport; Tue, 2 Jul 2019 00:28:34 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.134]) by shsmsx102.ccr.corp.intel.com ([169.254.2.3]) with mapi id 14.03.0439.000; Tue, 2 Jul 2019 15:28:32 +0800 From: "Ma, LihongX" To: "Wang, Yinan" , "dts@dpdk.org" Thread-Topic: [dts[[PATCH V2 1/2][virtio container] conf: add conf file for virtio container Thread-Index: AQHVLLYVpuwOAO3lGUSuzHVUHJOIcKavtl8AgAc/nFA= Date: Tue, 2 Jul 2019 07:28:31 +0000 Message-ID: References: <1561592326-2619-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] [dts[[PATCH V2 1/2][virtio container] conf: add conf file for virtio container 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: Friday, June 28, 2019 8:47 AM To: Ma, LihongX ; dts@dpdk.org Subject: RE: [dts[[PATCH V2 1/2][virtio container] conf: add conf file for = virtio container Acked-by: Wang, Yinan > -----Original Message----- > From: Ma, LihongX > Sent: 2019=1B$BG/=1B(B6=1B$B7n=1B(B27=1B$BF|=1B(B 7:39 > To: dts@dpdk.org > Cc: Wang, Yinan ; Ma, LihongX=20 > > Subject: [dts[[PATCH V2 1/2][virtio container] conf: add conf file for=20 > virtio container >=20 > Signed-off-by: lihong > --- > conf/virtio_user_for_container_networking.cfg | 4 ++++ > 1 file changed, 4 insertions(+) > create mode 100644 conf/virtio_user_for_container_networking.cfg >=20 > diff --git a/conf/virtio_user_for_container_networking.cfg > b/conf/virtio_user_for_container_networking.cfg > new file mode 100644 > index 0000000..f66c686 > --- /dev/null > +++ b/conf/virtio_user_for_container_networking.cfg > @@ -0,0 +1,4 @@ > +# Configuration sample: suite_sample.cfg [suite] # config the docker=20 > +image for run virtio user docker_image=3D"ubuntu:latest" > -- > 2.7.4