From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <zhiyong.yang@intel.com> Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 827202BC8 for <dev@dpdk.org>; Tue, 8 Aug 2017 06:02:28 +0200 (CEST) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga105.jf.intel.com with ESMTP; 07 Aug 2017 21:02:26 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,341,1498546800"; d="scan'208";a="136903298" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by fmsmga005.fm.intel.com with ESMTP; 07 Aug 2017 21:02:26 -0700 Received: from fmsmsx101.amr.corp.intel.com (10.18.124.199) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 7 Aug 2017 21:02:26 -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; Mon, 7 Aug 2017 21:02:26 -0700 Received: from bgsmsx101.gar.corp.intel.com ([169.254.1.180]) by BGSMSX151.gar.corp.intel.com ([169.254.3.83]) with mapi id 14.03.0319.002; Tue, 8 Aug 2017 09:32:24 +0530 From: "Yang, Zhiyong" <zhiyong.yang@intel.com> To: "dev@dpdk.org" <dev@dpdk.org> CC: "Tan, Jianfeng" <jianfeng.tan@intel.com>, "yliu@fridaylinux.org" <yliu@fridaylinux.org>, "jerin.jacob@caviumnetworks.com" <jerin.jacob@caviumnetworks.com>, "thomas@monjalon.net" <thomas@monjalon.net>, "Horton, Remy" <remy.horton@intel.com>, "shahafs@mellanox.com" <shahafs@mellanox.com> Thread-Topic: [PATCH v3] doc: announce API and ABI change for ethdev Thread-Index: AQHTD3qpodMO9n7nhEy610EJm9msAaJ51fgA Date: Tue, 8 Aug 2017 04:02:23 +0000 Message-ID: <E182254E98A5DA4EB1E657AC7CB9BD2A8AEE48B5@BGSMSX101.gar.corp.intel.com> References: <20170804052753.35535-1-zhiyong.yang@intel.com> <20170807124230.3030-1-zhiyong.yang@intel.com> In-Reply-To: <20170807124230.3030-1-zhiyong.yang@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMGJkYTM0MjEtYzMyMi00YjJhLTk5ZjQtODRhMTYxN2M5ZjhiIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IlM2bXpTOUR6NDZWWHk4VW4yNllFSGNkOFdBQ2x6SnZpemNQb1FscWx2bGM9In0= x-ctpclassification: CTP_IC dlp-product: dlpe-windows dlp-version: 10.0.102.7 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 v3] doc: announce API and ABI change for ethdev X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions <dev.dpdk.org> List-Unsubscribe: <http://dpdk.org/ml/options/dev>, <mailto:dev-request@dpdk.org?subject=unsubscribe> List-Archive: <http://dpdk.org/ml/archives/dev/> List-Post: <mailto:dev@dpdk.org> List-Help: <mailto:dev-request@dpdk.org?subject=help> List-Subscribe: <http://dpdk.org/ml/listinfo/dev>, <mailto:dev-request@dpdk.org?subject=subscribe> X-List-Received-Date: Tue, 08 Aug 2017 04:02:29 -0000 > -----Original Message----- > From: Yang, Zhiyong > Sent: Monday, August 7, 2017 8:43 PM > To: dev@dpdk.org > Cc: Tan, Jianfeng <jianfeng.tan@intel.com>; yliu@fridaylinux.org; > jerin.jacob@caviumnetworks.com; thomas@monjalon.net; Horton, Remy > <remy.horton@intel.com>; Yang, Zhiyong <zhiyong.yang@intel.com> > Subject: [PATCH v3] doc: announce API and ABI change for ethdev >=20 > This is an API/ABI change notice for DPDK 17.11 announcing the redefiniti= on of > port_id. port_id is currently defined as uint8_t, which is limited to the= range 0 to > 255. A larger range is required for vdev scalability. >=20 > It is necessary for a redefinition of port_id to extend it from 1 bytes t= o > 2 bytes. All ethdev APIs and usages related to port_id will be changed at= the > same time. >=20 > cc: jianfeng.tan@intel.com > cc: yliu@fridaylinux.org > cc: jerin.jacob@caviumnetworks.com > cc: thomas@monjalon.net > cc: remy.horton@intel.com >=20 > Signed-off-by: Zhiyong Yang <zhiyong.yang@intel.com> > Acked-by: Jianfeng Tan <jianfeng.tan@intel.com> > Acked-by: Yuanhan Liu <yliu@fridaylinux.org> > Acked-by: Jerin Jacob <jerin.jacob@caviumnetworks.com> > Acked-by: Remy Horton <remy.horton@intel.com> > --- This ack in v2 is added in v3. Thanks, Shahaf. Acked-by: Shahaf Shuler <shahafs@mellanox.com>