From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id C55EF152A; Tue, 10 Jan 2017 15:31:52 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga101.fm.intel.com with ESMTP; 10 Jan 2017 06:31:51 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,344,1477983600"; d="scan'208";a="28554284" Received: from yliu-dev.sh.intel.com (HELO yliu-dev) ([10.239.67.162]) by orsmga002.jf.intel.com with ESMTP; 10 Jan 2017 06:31:50 -0800 Date: Tue, 10 Jan 2017 22:33:39 +0800 From: Yuanhan Liu To: Thomas Monjalon Cc: dev@dpdk.org, stable@dpdk.org, Bruce Richardson , Ferruh Yigit Message-ID: <20170110143339.GD2402@yliu-dev.sh.intel.com> References: <1483697780-12088-2-git-send-email-yuanhan.liu@linux.intel.com> <1483948259-8652-1-git-send-email-yuanhan.liu@linux.intel.com> <8073053.tGjfT9gznt@xps13> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8073053.tGjfT9gznt@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: Tue, 10 Jan 2017 14:31:53 -0000 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? --yliu