From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id D174320F; Wed, 28 Dec 2016 12:12:51 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga103.jf.intel.com with ESMTP; 28 Dec 2016 03:12:36 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,422,1477983600"; d="scan'208";a="1087434780" Received: from yliu-dev.sh.intel.com (HELO yliu-dev) ([10.239.67.162]) by fmsmga001.fm.intel.com with ESMTP; 28 Dec 2016 03:12:34 -0800 Date: Wed, 28 Dec 2016 19:14:24 +0800 From: Yuanhan Liu To: dev@dpdk.org Cc: stable@dpdk.org, Juho Snellman , Yaron Illouz Message-ID: <20161228111424.GB21789@yliu-dev.sh.intel.com> References: <1482922962-21036-1-git-send-email-yuanhan.liu@linux.intel.com> <1482922962-21036-6-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: <1482922962-21036-6-git-send-email-yuanhan.liu@linux.intel.com> User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH v2 5/6] net/virtio: fix multiple process support 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: Wed, 28 Dec 2016 11:12:52 -0000 On Wed, Dec 28, 2016 at 07:02:41PM +0800, Yuanhan Liu wrote: ... > Cc: stable@kernel.org I knew I would make a mistake like this some day :/ Not my first time typing wrong, but it's the first time sending it out. Sorry for that. Fixed in this reply. --yliu