From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] librte_mbuf: modify port initialization value Date: Tue, 05 Sep 2017 09:28:03 +0200 Message-ID: <2239915.pu2RbHgbDf@xps> References: <20170904065532.13055-1-zhiyong.yang@intel.com> <20170905051319.11223-1-zhiyong.yang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, ferruh.yigit@intel.com, stephen@networkplumber.org To: Zhiyong Yang Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id CD9193254 for ; Tue, 5 Sep 2017 09:28:04 +0200 (CEST) In-Reply-To: <20170905051319.11223-1-zhiyong.yang@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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. This patch should be merged with the range increase.