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 6F74FA046B for ; Thu, 27 Jun 2019 09:00:36 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 4336EDED; Thu, 27 Jun 2019 09:00:36 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 521992AB for ; Thu, 27 Jun 2019 09:00:35 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 27 Jun 2019 00:00:34 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.63,422,1557212400"; d="scan'208";a="361051731" Received: from ubuntu.sh.intel.com ([10.67.119.68]) by fmsmga006.fm.intel.com with ESMTP; 27 Jun 2019 00:00:33 -0700 From: lihong To: dts@dpdk.org Cc: yinan.wang@intel.com, lihong Date: Thu, 27 Jun 2019 07:38:45 +0800 Message-Id: <1561592326-2619-1-git-send-email-lihongx.ma@intel.com> X-Mailer: git-send-email 2.7.4 Subject: [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" 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 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 image for run virtio user +docker_image="ubuntu:latest" -- 2.7.4