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 65E943798 for ; Tue, 5 Sep 2017 14:31:03 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Sep 2017 05:31:02 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,480,1498546800"; d="scan'208";a="125699782" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga004.jf.intel.com with ESMTP; 05 Sep 2017 05:31:02 -0700 Received: from fmsmsx101.amr.corp.intel.com (10.18.124.199) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 5 Sep 2017 05:31:00 -0700 Received: from bgsmsx151.gar.corp.intel.com (10.224.48.42) by fmsmsx101.amr.corp.intel.com (10.18.124.199) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 5 Sep 2017 05:31:00 -0700 Received: from bgsmsx101.gar.corp.intel.com ([169.254.1.62]) by BGSMSX151.gar.corp.intel.com ([169.254.3.129]) with mapi id 14.03.0319.002; Tue, 5 Sep 2017 18:00:57 +0530 From: "Yang, Zhiyong" To: Thomas Monjalon CC: "dev@dpdk.org" , "Yigit, Ferruh" , "stephen@networkplumber.org" Thread-Topic: [PATCH v2] librte_mbuf: modify port initialization value Thread-Index: AQHTJgW7BWNqo9rLNUK7/dMWz1bX2KKliMWAgACwMuA= Date: Tue, 5 Sep 2017 12:30:56 +0000 Message-ID: References: <20170904065532.13055-1-zhiyong.yang@intel.com> <20170905051319.11223-1-zhiyong.yang@intel.com> <2239915.pu2RbHgbDf@xps> In-Reply-To: <2239915.pu2RbHgbDf@xps> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYzJlOTAwOTMtZDkzYi00M2QzLWE5ZTQtYmM3ZjRmNzdjMTdjIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IlVBXC9qQ3dON0VcL1lvMkNTSDdFakl5eE14bTFQZ3pKblRGRmZzUzlINUtYRT0ifQ== x-ctpclassification: CTP_IC dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [10.223.10.10] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2] librte_mbuf: modify port initialization value 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, 05 Sep 2017 12:31:03 -0000 > -----Original Message----- > From: Thomas Monjalon [mailto:thomas@monjalon.net] > Sent: Tuesday, September 5, 2017 3:28 PM > To: Yang, Zhiyong > Cc: dev@dpdk.org; Yigit, Ferruh ; > stephen@networkplumber.org > Subject: Re: [PATCH v2] librte_mbuf: modify port initialization value >=20 > 05/09/2017 07:13, Zhiyong Yang: > > In order to support more than 256 virtual ports, the field "port" > > in rte_mbuf has been increased to 16 bits. The initialization/reset > > value of the field "port" should be changed from 0xff to 0xffff > > accordingly. >=20 > This patch should be merged with the range increase. Ok. it will be merged with range increase patchset. thanks Zhiyong