From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id D8CCF108F for ; Mon, 23 Jan 2017 11:54:59 +0100 (CET) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga104.jf.intel.com with ESMTP; 23 Jan 2017 02:54:58 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,274,1477983600"; d="scan'208";a="51531226" Received: from yliu-dev.sh.intel.com (HELO yliu-dev) ([10.239.67.162]) by orsmga004.jf.intel.com with ESMTP; 23 Jan 2017 02:54:57 -0800 Date: Mon, 23 Jan 2017 18:57:22 +0800 From: Yuanhan Liu To: dev@dpdk.org Cc: Maxime Coquelin Message-ID: <20170123105722.GC10293@yliu-dev.sh.intel.com> References: <1485074820-8956-1-git-send-email-yuanhan.liu@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1485074820-8956-1-git-send-email-yuanhan.liu@linux.intel.com> User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH 0/3] few virtio/vhost fixes X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jan 2017 10:55:00 -0000 On Sun, Jan 22, 2017 at 04:46:57PM +0800, Yuanhan Liu wrote: > --- > Yuanhan Liu (3): > vhost: fix dead loop in enqueue path > vhost: fix long stall of vhost-user negotiation > net/virtio: fix crash when number of virtio devices > 1 Applied to dpdk-next-virtio. --yliu