From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id C35A269FC; Thu, 12 Jan 2017 04:08:18 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP; 11 Jan 2017 19:08:17 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,348,1477983600"; d="scan'208";a="29312446" Received: from yliu-dev.sh.intel.com (HELO yliu-dev) ([10.239.67.162]) by orsmga002.jf.intel.com with ESMTP; 11 Jan 2017 19:08:16 -0800 Date: Thu, 12 Jan 2017 11:10:28 +0800 From: Yuanhan Liu To: Thomas Monjalon Cc: dev@dpdk.org, stable@dpdk.org, Bruce Richardson , Ferruh Yigit Message-ID: <20170112031028.GB9770@yliu-dev.sh.intel.com> References: <1483697780-12088-2-git-send-email-yuanhan.liu@linux.intel.com> <8073053.tGjfT9gznt@xps13> <20170110143339.GD2402@yliu-dev.sh.intel.com> <6191673.SI6i20B7c3@xps13> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6191673.SI6i20B7c3@xps13> User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH v4] ethdev: fix port data mismatched in multiple process model 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: Thu, 12 Jan 2017 03:08:19 -0000 On Wed, Jan 11, 2017 at 02:32:03PM +0100, Thomas Monjalon wrote: > 2017-01-10 22:33, Yuanhan Liu: > > On Mon, Jan 09, 2017 at 06:08:04PM +0100, Thomas Monjalon wrote: > > > Hi Yuanhan, > > > > > > Nit: the title should be "v4 1/6" > > > > Oops, my bad. > > > > > Except that, good patch :) > > > > > > > Signed-off-by: Yuanhan Liu > > > > > > Acked-by: Thomas Monjalon > > > > Thanks for review! Mind if I apply it to the next-virtio tree? > > Yes, please do. Thanks! Series applied to dpdk-next-virtio. --yliu