From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 9D7A35A1F for ; Thu, 31 Dec 2015 12:58:31 +0100 (CET) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga103.fm.intel.com with ESMTP; 31 Dec 2015 03:58:27 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,503,1444719600"; d="scan'208";a="884035772" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by fmsmga002.fm.intel.com with ESMTP; 31 Dec 2015 03:58:27 -0800 Received: from fmsmsx113.amr.corp.intel.com (10.18.116.7) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 31 Dec 2015 03:58:26 -0800 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by FMSMSX113.amr.corp.intel.com (10.18.116.7) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 31 Dec 2015 03:58:26 -0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.133]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.58]) with mapi id 14.03.0248.002; Thu, 31 Dec 2015 19:58:24 +0800 From: "Tan, Jianfeng" To: Pavel Fedin , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [RFC 0/5] virtio support for container Thread-Index: AdFC5lAx4gxjgPHsRda0ClGnzG0GiAAwk/4w//+HE4D//3X7sIAAmkGA//9q9QA= Date: Thu, 31 Dec 2015 11:58:24 +0000 Message-ID: References: <002a01d142e6$fbfeb4e0$f3fc1ea0$@samsung.com> <002401d143af$38a6fa60$a9f4ef20$@samsung.com> <002c01d143b7$568aace0$03a006a0$@samsung.com> In-Reply-To: <002c01d143b7$568aace0$03a006a0$@samsung.com> 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="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [RFC 0/5] virtio support for container X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Dec 2015 11:58:32 -0000 Hi, > a) ovs_in_container does not send VHOST_USER_SET_MEM_TABLE Please check if rte_eth_dev_start() is called. (rte_eth_dev_start -> virtio_dev_start -> vtpci_reinit_complete -> kick_all= _vq) > b) set_vring_addr() does not make sure that dev->mem is set.=20 > I am preparing a patch to fix (b). Yes, it seems like a bug, lack of necessary check. Thanks, Jianfeng