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 CFB932BBA for ; Mon, 13 Jun 2016 15:46:22 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga103.jf.intel.com with ESMTP; 13 Jun 2016 06:46:21 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,466,1459839600"; d="scan'208";a="986413301" Received: from lculbert-sp4.amr.corp.intel.com ([10.252.8.8]) by fmsmga001.fm.intel.com with SMTP; 13 Jun 2016 06:46:19 -0700 Received: by (sSMTP sendmail emulation); Mon, 13 Jun 2016 14:46:18 +0025 Date: Mon, 13 Jun 2016 14:46:18 +0100 From: Bruce Richardson To: Tetsuya Mukawa Cc: "Harte, Sean" , "Mcnamara, John" , "dev@dpdk.org" Message-ID: <20160613134617.GD15736@bricha3-MOBL3> References: <1464351995-4095-1-git-send-email-sean.harte@intel.com> <9aa65ca3-9f33-6cd2-a588-764b767c0113@igel.co.jp> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <9aa65ca3-9f33-6cd2-a588-764b767c0113@igel.co.jp> Organization: Intel Research and =?iso-8859-1?Q?De=ACvel?= =?iso-8859-1?Q?opment?= Ireland Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH v1] null: set port_id in mbufs received from null PMD X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jun 2016 13:46:23 -0000 On Mon, May 30, 2016 at 03:48:03PM +0900, Tetsuya Mukawa wrote: > On 2016/05/27 21:28, Mcnamara, John wrote: > >> -----Original Message----- > >> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Sean Harte > >> Sent: Friday, May 27, 2016 1:27 PM > >> To: mukawa@igel.co.jp > >> Cc: dev@dpdk.org; Harte, Sean > >> Subject: [dpdk-dev] [PATCH v1] null: set port_id in mbufs received from > >> null PMD > >> > >> Ensure that the port field is set in mbufs received from the null PMD. > >> > >> Signed-off-by: Sean Harte > > Acked-by: John McNamara > > > Acked-by: Tetsuya Mukawa > Applied to dpdk-next-net/rel_16_07 /Bruce