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 D4E9BFE5 for ; Wed, 6 Sep 2017 10:48:31 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Sep 2017 01:48:30 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,483,1498546800"; d="scan'208";a="308474739" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga004.fm.intel.com with ESMTP; 06 Sep 2017 01:48:30 -0700 Received: from fmsmsx156.amr.corp.intel.com (10.18.116.74) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 6 Sep 2017 01:48:30 -0700 Received: from bgsmsx103.gar.corp.intel.com (10.223.4.130) by fmsmsx156.amr.corp.intel.com (10.18.116.74) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 6 Sep 2017 01:48:29 -0700 Received: from bgsmsx101.gar.corp.intel.com ([169.254.1.62]) by BGSMSX103.gar.corp.intel.com ([169.254.4.66]) with mapi id 14.03.0319.002; Wed, 6 Sep 2017 14:18:26 +0530 From: "Yang, Zhiyong" To: Hemant Agrawal , "dev@dpdk.org" CC: "thomas@monjalon.net" , "Yigit, Ferruh" , "Wiles, Keith" , "stephen@networkplumber.org" Thread-Topic: [PATCH v2 1/4] ethdev: increase port_id range Thread-Index: AQHTJULrP+ol+InFZ0mLH/Rr6hIbpqKnLoiAgABfnIA= Date: Wed, 6 Sep 2017 08:48:25 +0000 Message-ID: References: <20170809084203.17562-1-zhiyong.yang@intel.com> <20170904055734.21354-1-zhiyong.yang@intel.com> <20170904055734.21354-2-zhiyong.yang@intel.com> <4c6b2939-1e22-b1be-89bb-135731f7e24e@nxp.com> In-Reply-To: <4c6b2939-1e22-b1be-89bb-135731f7e24e@nxp.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZTJjNDJiNmQtYzY4YS00MjA3LWEwZmQtYzQ2MmE5Mzc4YWU4IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IkRYQTFhNm9oR0czemNPd2VlMDM5b2FkXC9aMGFnT0tGdFBKdlZ6ZlZQZnZjPSJ9 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 1/4] ethdev: increase port_id range 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: Wed, 06 Sep 2017 08:48:32 -0000 Hi, hemant: This patchset will focus on ethdev, don't touch rte_eventdev next versio= n. Thanks Zhiyong=20 > > */ > > typedef void (*eventdev_port_default_conf_get_t)(struct rte_eventdev *= dev, > > - uint8_t port_id, struct rte_event_port_conf *port_conf); > > + uint16_t port_id, struct rte_event_port_conf *port_conf); > > > please also update > dpaa2_eventdev_port_def_conf >=20 > > /** > > * Setup an event port. > > @@ -281,7 +281,7 @@ typedef void > (*eventdev_port_default_conf_get_t)(struct rte_eventdev *dev, > > * Returns 0 on success. > > */ > > typedef int (*eventdev_port_setup_t)(struct rte_eventdev *dev, > > - uint8_t port_id, > > + uint16_t port_id, > > const struct rte_event_port_conf *port_conf); > > > please also update > dpaa2_eventdev_port_setup