From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yuanhan Liu Subject: Re: [PATCH v4 0/8] virtio_user as an alternative exception path Date: Mon, 16 Jan 2017 23:05:03 +0800 Message-ID: <20170116150503.GF10293@yliu-dev.sh.intel.com> References: <1484309921-116526-1-git-send-email-jianfeng.tan@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org, ferruh.yigit@intel.com, cunming.liang@intel.com To: Jianfeng Tan Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 7DA2D1094 for ; Mon, 16 Jan 2017 16:02:51 +0100 (CET) Content-Disposition: inline In-Reply-To: <1484309921-116526-1-git-send-email-jianfeng.tan@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Fri, Jan 13, 2017 at 12:18:33PM +0000, Jianfeng Tan wrote: > v4: > - Fix a clang compiling error by removing "NULL" line in the definition > of vhost_msg_strings. This error does not show up when it's defined > as a static variable, so not necessary to fix it in stable branch. > - Query kernel to get how many regions are supported, default 64 regions. > - Set TUNSETSNDBUF to INT_MAX. > - When get_features, unmask those backend-specific feature bits. > - Remove VHOST_KERNEL_MAX_QUEUES (8) restriction, but due to another > restriction by VIRTIO_MAX_VIRTQUEUES (8), we still cannot configure > more than 8 queues. > - Add a howto document. Series (except the doc patch) applied to dpdk-next-virtio. Thanks. --yliu