* [dpdk-dev] [PATCH] doc: announce API change for net defines/structs/funcs
@ 2019-04-10 8:36 Olivier Matz
2019-04-10 8:36 ` Olivier Matz
2019-04-10 9:16 ` Bruce Richardson
0 siblings, 2 replies; 8+ messages in thread
From: Olivier Matz @ 2019-04-10 8:36 UTC (permalink / raw)
To: dev; +Cc: John McNamara, Marko Kovacevic, Ferruh Yigit
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 <olivier.matz@6wind.com>
---
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
^ permalink raw reply [flat|nested] 8+ messages in thread
* [dpdk-dev] [PATCH] doc: announce API change for net defines/structs/funcs
2019-04-10 8:36 [dpdk-dev] [PATCH] doc: announce API change for net defines/structs/funcs Olivier Matz
@ 2019-04-10 8:36 ` Olivier Matz
2019-04-10 9:16 ` Bruce Richardson
1 sibling, 0 replies; 8+ messages in thread
From: Olivier Matz @ 2019-04-10 8:36 UTC (permalink / raw)
To: dev; +Cc: John McNamara, Marko Kovacevic, Ferruh Yigit
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 <olivier.matz@6wind.com>
---
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
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: announce API change for net defines/structs/funcs
2019-04-10 8:36 [dpdk-dev] [PATCH] doc: announce API change for net defines/structs/funcs Olivier Matz
2019-04-10 8:36 ` Olivier Matz
@ 2019-04-10 9:16 ` Bruce Richardson
2019-04-10 9:16 ` Bruce Richardson
2019-04-10 9:18 ` Ferruh Yigit
1 sibling, 2 replies; 8+ messages in thread
From: Bruce Richardson @ 2019-04-10 9:16 UTC (permalink / raw)
To: Olivier Matz; +Cc: dev, John McNamara, Marko Kovacevic, Ferruh Yigit
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 <olivier.matz@6wind.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
> ---
> 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
>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: announce API change for net defines/structs/funcs
2019-04-10 9:16 ` Bruce Richardson
@ 2019-04-10 9:16 ` Bruce Richardson
2019-04-10 9:18 ` Ferruh Yigit
1 sibling, 0 replies; 8+ messages in thread
From: Bruce Richardson @ 2019-04-10 9:16 UTC (permalink / raw)
To: Olivier Matz; +Cc: dev, John McNamara, Marko Kovacevic, Ferruh Yigit
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 <olivier.matz@6wind.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
> ---
> 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
>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: announce API change for net defines/structs/funcs
2019-04-10 9:16 ` Bruce Richardson
2019-04-10 9:16 ` Bruce Richardson
@ 2019-04-10 9:18 ` Ferruh Yigit
2019-04-10 9:18 ` Ferruh Yigit
2019-05-13 21:07 ` Thomas Monjalon
1 sibling, 2 replies; 8+ messages in thread
From: Ferruh Yigit @ 2019-04-10 9:18 UTC (permalink / raw)
To: Bruce Richardson, Olivier Matz; +Cc: dev, John McNamara, Marko Kovacevic
On 4/10/2019 10:16 AM, Bruce Richardson wrote:
> 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 <olivier.matz@6wind.com>
>
> Acked-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: announce API change for net defines/structs/funcs
2019-04-10 9:18 ` Ferruh Yigit
@ 2019-04-10 9:18 ` Ferruh Yigit
2019-05-13 21:07 ` Thomas Monjalon
1 sibling, 0 replies; 8+ messages in thread
From: Ferruh Yigit @ 2019-04-10 9:18 UTC (permalink / raw)
To: Bruce Richardson, Olivier Matz; +Cc: dev, John McNamara, Marko Kovacevic
On 4/10/2019 10:16 AM, Bruce Richardson wrote:
> 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 <olivier.matz@6wind.com>
>
> Acked-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: announce API change for net defines/structs/funcs
2019-04-10 9:18 ` Ferruh Yigit
2019-04-10 9:18 ` Ferruh Yigit
@ 2019-05-13 21:07 ` Thomas Monjalon
2019-05-13 21:07 ` Thomas Monjalon
1 sibling, 1 reply; 8+ messages in thread
From: Thomas Monjalon @ 2019-05-13 21:07 UTC (permalink / raw)
To: Olivier Matz
Cc: dev, Ferruh Yigit, Bruce Richardson, John McNamara, Marko Kovacevic
10/04/2019 11:18, Ferruh Yigit:
> On 4/10/2019 10:16 AM, Bruce Richardson wrote:
> > 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 <olivier.matz@6wind.com>
> >
> > Acked-by: Bruce Richardson <bruce.richardson@intel.com>
> Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
Acked-by: Thomas Monjalon <thomas@monjalon.net>
Applied, thanks
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: announce API change for net defines/structs/funcs
2019-05-13 21:07 ` Thomas Monjalon
@ 2019-05-13 21:07 ` Thomas Monjalon
0 siblings, 0 replies; 8+ messages in thread
From: Thomas Monjalon @ 2019-05-13 21:07 UTC (permalink / raw)
To: Olivier Matz
Cc: dev, Ferruh Yigit, Bruce Richardson, John McNamara, Marko Kovacevic
10/04/2019 11:18, Ferruh Yigit:
> On 4/10/2019 10:16 AM, Bruce Richardson wrote:
> > 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 <olivier.matz@6wind.com>
> >
> > Acked-by: Bruce Richardson <bruce.richardson@intel.com>
> Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
Acked-by: Thomas Monjalon <thomas@monjalon.net>
Applied, thanks
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2019-05-13 21:07 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-10 8:36 [dpdk-dev] [PATCH] doc: announce API change for net defines/structs/funcs Olivier Matz
2019-04-10 8:36 ` Olivier Matz
2019-04-10 9:16 ` Bruce Richardson
2019-04-10 9:16 ` Bruce Richardson
2019-04-10 9:18 ` Ferruh Yigit
2019-04-10 9:18 ` Ferruh Yigit
2019-05-13 21:07 ` Thomas Monjalon
2019-05-13 21:07 ` Thomas Monjalon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).