From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yuanhan Liu Subject: Re: [PATCH v2 6/8] mbuf: use 2 bytes for port and nb segments Date: Thu, 6 Apr 2017 13:45:23 +0800 Message-ID: <20170406054523.GP18844@yliu-dev.sh.intel.com> References: <1488966121-22853-1-git-send-email-olivier.matz@6wind.com> <20170404162807.20157-1-olivier.matz@6wind.com> <20170404162807.20157-7-olivier.matz@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org, konstantin.ananyev@intel.com, bruce.richardson@intel.com, mb@smartsharesystems.com, andrey.chilikin@intel.com, jblunck@infradead.org, nelio.laranjeiro@6wind.com, arybchenko@solarflare.com, thomas.monjalon@6wind.com, jerin.jacob@caviumnetworks.com To: Olivier Matz Return-path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id B1EC0695C for ; Thu, 6 Apr 2017 07:48:00 +0200 (CEST) Content-Disposition: inline In-Reply-To: <20170404162807.20157-7-olivier.matz@6wind.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" Hi Olivier, On Tue, Apr 04, 2017 at 06:28:05PM +0200, Olivier Matz wrote: > Change the size of m->port and m->nb_segs to 16 bits. But all the ethdev APIs are still using 8 bits. 16 bits won't really take effect without updating those APIs. Any plans? --yliu