From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 49F365B2C for ; Wed, 10 Apr 2019 11:16:18 +0200 (CEST) X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Apr 2019 02:16:17 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,332,1549958400"; d="scan'208";a="130123721" Received: from bricha3-mobl.ger.corp.intel.com ([10.237.221.35]) by orsmga007.jf.intel.com with SMTP; 10 Apr 2019 02:16:14 -0700 Received: by (sSMTP sendmail emulation); Wed, 10 Apr 2019 10:16:13 +0100 Date: Wed, 10 Apr 2019 10:16:13 +0100 From: Bruce Richardson To: Olivier Matz Cc: dev@dpdk.org, John McNamara , Marko Kovacevic , Ferruh Yigit Message-ID: <20190410091613.GD700@bricha3-MOBL.ger.corp.intel.com> References: <20190410083625.17989-1-olivier.matz@6wind.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190410083625.17989-1-olivier.matz@6wind.com> User-Agent: Mutt/1.11.4 (2019-03-13) Subject: Re: [dpdk-dev] [PATCH] doc: announce API change for net defines/structs/funcs 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, 10 Apr 2019 09:16:18 -0000 On Wed, Apr 10, 2019 at 10:36:25AM +0200, Olivier Matz wrote: > As discussed at techboard, the network definitions, structures > and functions will be prefixed by 'rte_'. > > Link: http://mails.dpdk.org/archives/dev/2019-February/125033.html > Link: https://mails.dpdk.org/archives/dev/2019-April/129752.html > Signed-off-by: Olivier Matz Acked-by: Bruce Richardson > --- > doc/guides/rel_notes/deprecation.rst | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst > index ba39c2d62..36bc21ff8 100644 > --- a/doc/guides/rel_notes/deprecation.rst > +++ b/doc/guides/rel_notes/deprecation.rst > @@ -11,6 +11,10 @@ API and ABI deprecation notices are to be posted here. > Deprecation Notices > ------------------- > > +* network includes: Network structures, definitions and functions will > + be prefixed by ``rte_`` to resolve conflicts with libc headers. > + This change will break many DPDK APIs. > + > * meson: The minimum supported version of meson for configuring and building > DPDK will be increased to v0.47.1 (from 0.41) from DPDK 19.05 onwards. For > those users with a version earlier than 0.47.1, an updated copy of meson > -- > 2.11.0 > From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 6956CA0096 for ; Wed, 10 Apr 2019 11:16:20 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0662A5B36; Wed, 10 Apr 2019 11:16:20 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 49F365B2C for ; Wed, 10 Apr 2019 11:16:18 +0200 (CEST) X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Apr 2019 02:16:17 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,332,1549958400"; d="scan'208";a="130123721" Received: from bricha3-mobl.ger.corp.intel.com ([10.237.221.35]) by orsmga007.jf.intel.com with SMTP; 10 Apr 2019 02:16:14 -0700 Received: by (sSMTP sendmail emulation); Wed, 10 Apr 2019 10:16:13 +0100 Date: Wed, 10 Apr 2019 10:16:13 +0100 From: Bruce Richardson To: Olivier Matz Cc: dev@dpdk.org, John McNamara , Marko Kovacevic , Ferruh Yigit Message-ID: <20190410091613.GD700@bricha3-MOBL.ger.corp.intel.com> References: <20190410083625.17989-1-olivier.matz@6wind.com> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Disposition: inline In-Reply-To: <20190410083625.17989-1-olivier.matz@6wind.com> User-Agent: Mutt/1.11.4 (2019-03-13) Subject: Re: [dpdk-dev] [PATCH] doc: announce API change for net defines/structs/funcs 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Message-ID: <20190410091613.PDI1vr-w7l41TQ9pMONMmt50VLfQ9VP90tLA8udmpQ8@z> On Wed, Apr 10, 2019 at 10:36:25AM +0200, Olivier Matz wrote: > As discussed at techboard, the network definitions, structures > and functions will be prefixed by 'rte_'. > > Link: http://mails.dpdk.org/archives/dev/2019-February/125033.html > Link: https://mails.dpdk.org/archives/dev/2019-April/129752.html > Signed-off-by: Olivier Matz Acked-by: Bruce Richardson > --- > doc/guides/rel_notes/deprecation.rst | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst > index ba39c2d62..36bc21ff8 100644 > --- a/doc/guides/rel_notes/deprecation.rst > +++ b/doc/guides/rel_notes/deprecation.rst > @@ -11,6 +11,10 @@ API and ABI deprecation notices are to be posted here. > Deprecation Notices > ------------------- > > +* network includes: Network structures, definitions and functions will > + be prefixed by ``rte_`` to resolve conflicts with libc headers. > + This change will break many DPDK APIs. > + > * meson: The minimum supported version of meson for configuring and building > DPDK will be increased to v0.47.1 (from 0.41) from DPDK 19.05 onwards. For > those users with a version earlier than 0.47.1, an updated copy of meson > -- > 2.11.0 >