From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 3C660A0471 for ; Fri, 21 Jun 2019 08:14:49 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 303491D514; Fri, 21 Jun 2019 08:14:49 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 4E51C1D4F8 for ; Fri, 21 Jun 2019 08:14:47 +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 orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 Jun 2019 23:14:46 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.63,399,1557212400"; d="scan'208";a="183317636" Received: from ubuntu.sh.intel.com ([10.67.119.68]) by fmsmga004.fm.intel.com with ESMTP; 20 Jun 2019 23:14:46 -0700 From: lihong To: dts@dpdk.org Cc: yinan.wang@intel.com, lihong Date: Fri, 21 Jun 2019 06:53:00 +0800 Message-Id: <1561071180-23503-2-git-send-email-lihongx.ma@intel.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1561071180-23503-1-git-send-email-lihongx.ma@intel.com> References: <1561071180-23503-1-git-send-email-lihongx.ma@intel.com> Subject: [dts] [PATCH V1 2/2][virtio container] conf: add conf file for virtio user for 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..68db82c --- /dev/null +++ b/conf/virtio_user_for_container_networking.cfg @@ -0,0 +1,4 @@ +# Configuration sample: suite_sample.cfg +[suite] +# config the docker image to run virtio user +docker_image="ubuntu:latest" -- 2.7.4