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 80EADA547 for ; Fri, 5 Sep 2014 18:13:02 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga101.fm.intel.com with ESMTP; 05 Sep 2014 09:17:06 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.97,862,1389772800"; d="scan'208";a="381984440" Received: from irsmsx104.ger.corp.intel.com ([163.33.3.159]) by FMSMGA003.fm.intel.com with ESMTP; 05 Sep 2014 09:12:19 -0700 Received: from irsmsx110.ger.corp.intel.com (163.33.3.25) by IRSMSX104.ger.corp.intel.com (163.33.3.159) with Microsoft SMTP Server (TLS) id 14.3.195.1; Fri, 5 Sep 2014 17:16:26 +0100 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.157]) by IRSMSX110.ger.corp.intel.com ([169.254.15.149]) with mapi id 14.03.0195.001; Fri, 5 Sep 2014 17:16:26 +0100 From: "De Lara Guarch, Pablo" To: "Richardson, Bruce" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v2 5/6] mbuf: rename in_port to just port Thread-Index: AQHPwtp/9OETZT4inUeNjHgOo+MRhpvyw64Q Date: Fri, 5 Sep 2014 16:16:25 +0000 Message-ID: References: <1409154628-30825-1-git-send-email-bruce.richardson@intel.com> <1409240559-14447-6-git-send-email-bruce.richardson@intel.com> In-Reply-To: <1409240559-14447-6-git-send-email-bruce.richardson@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2 5/6] mbuf: rename in_port to just port 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: Fri, 05 Sep 2014 16:13:02 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Bruce Richardson > Sent: Thursday, August 28, 2014 4:43 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH v2 5/6] mbuf: rename in_port to just port >=20 > In some cases we may want to tag a packet for a particular destination > or output port, so rename the "in_port" field in the mbuf to just "port" > so that it can be re-used for this purpose if an application needs it. >=20 > Changes in V2: > * Further updates to apply to latest HEAD on master >=20 > Signed-off-by: Bruce Richardson Acked-by Pablo de Lara