* [dpdk-dev] [PATCH] doc: announce ABI change for librte_cfgfile
@ 2015-07-16 11:36 Cristian Dumitrescu
2015-07-16 11:50 ` Gajdzica, MaciejX T
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Cristian Dumitrescu @ 2015-07-16 11:36 UTC (permalink / raw)
To: dev
Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
---
doc/guides/rel_notes/abi.rst | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/doc/guides/rel_notes/abi.rst b/doc/guides/rel_notes/abi.rst
index 126f73e..942f3ea 100644
--- a/doc/guides/rel_notes/abi.rst
+++ b/doc/guides/rel_notes/abi.rst
@@ -29,3 +29,8 @@ Deprecation Notices
and several ``PKT_RX_`` flags will be removed, to support unified packet type
from release 2.1. Those changes may be enabled in the upcoming release 2.1
with CONFIG_RTE_NEXT_ABI.
+
+* librte_cfgfile (rte_cfgfile.h): In order to allow for longer names and values,
+ the value of macros CFG_NAME_LEN and CFG_NAME_VAL will be increased. Most
+ likely, the new values will be 64 and 256, respectively.
+
--
1.7.4.1
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: announce ABI change for librte_cfgfile
2015-07-16 11:36 [dpdk-dev] [PATCH] doc: announce ABI change for librte_cfgfile Cristian Dumitrescu
@ 2015-07-16 11:50 ` Gajdzica, MaciejX T
2015-07-16 12:28 ` Mrzyglod, DanielX T
2015-07-16 12:49 ` Singh, Jasvinder
2 siblings, 0 replies; 5+ messages in thread
From: Gajdzica, MaciejX T @ 2015-07-16 11:50 UTC (permalink / raw)
To: Dumitrescu, Cristian, dev
> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Cristian Dumitrescu
> Sent: Thursday, July 16, 2015 1:37 PM
> To: dev@dpdk.org
> Subject: [dpdk-dev] [PATCH] doc: announce ABI change for librte_cfgfile
>
>
> Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
Acked-by: Maciej Gajdzica <maciejx.t.gajdzica@intel.com>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: announce ABI change for librte_cfgfile
2015-07-16 11:36 [dpdk-dev] [PATCH] doc: announce ABI change for librte_cfgfile Cristian Dumitrescu
2015-07-16 11:50 ` Gajdzica, MaciejX T
@ 2015-07-16 12:28 ` Mrzyglod, DanielX T
2015-07-16 12:49 ` Singh, Jasvinder
2 siblings, 0 replies; 5+ messages in thread
From: Mrzyglod, DanielX T @ 2015-07-16 12:28 UTC (permalink / raw)
To: dev
> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Cristian Dumitrescu
> Sent: Thursday, July 16, 2015 1:37 PM
> To: dev@dpdk.org
> Subject: [dpdk-dev] [PATCH] doc: announce ABI change for librte_cfgfile
>
>
> Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
> ---
> doc/guides/rel_notes/abi.rst | 5 +++++
> 1 files changed, 5 insertions(+), 0 deletions(-)
>
> diff --git a/doc/guides/rel_notes/abi.rst b/doc/guides/rel_notes/abi.rst
> index 126f73e..942f3ea 100644
> --- a/doc/guides/rel_notes/abi.rst
> +++ b/doc/guides/rel_notes/abi.rst
> @@ -29,3 +29,8 @@ Deprecation Notices
> and several ``PKT_RX_`` flags will be removed, to support unified packet type
> from release 2.1. Those changes may be enabled in the upcoming release 2.1
> with CONFIG_RTE_NEXT_ABI.
> +
> +* librte_cfgfile (rte_cfgfile.h): In order to allow for longer names and values,
> + the value of macros CFG_NAME_LEN and CFG_NAME_VAL will be increased.
> Most
> + likely, the new values will be 64 and 256, respectively.
> +
> --
> 1.7.4.1
Acked-by: Daniel Mrzyglod <danielx.t.mrzyglod@intel.com>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: announce ABI change for librte_cfgfile
2015-07-16 11:36 [dpdk-dev] [PATCH] doc: announce ABI change for librte_cfgfile Cristian Dumitrescu
2015-07-16 11:50 ` Gajdzica, MaciejX T
2015-07-16 12:28 ` Mrzyglod, DanielX T
@ 2015-07-16 12:49 ` Singh, Jasvinder
2015-08-15 9:09 ` Thomas Monjalon
2 siblings, 1 reply; 5+ messages in thread
From: Singh, Jasvinder @ 2015-07-16 12:49 UTC (permalink / raw)
To: Dumitrescu, Cristian, dev
> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Cristian Dumitrescu
> Sent: Thursday, July 16, 2015 12:37 PM
> To: dev@dpdk.org
> Subject: [dpdk-dev] [PATCH] doc: announce ABI change for librte_cfgfile
>
>
> Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
> ---
Acked-by: Jasvinder Singh <jasvinder.singh@intel.com>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: announce ABI change for librte_cfgfile
2015-07-16 12:49 ` Singh, Jasvinder
@ 2015-08-15 9:09 ` Thomas Monjalon
0 siblings, 0 replies; 5+ messages in thread
From: Thomas Monjalon @ 2015-08-15 9:09 UTC (permalink / raw)
To: Dumitrescu, Cristian; +Cc: dev
> > Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
>
> Acked-by: Jasvinder Singh <jasvinder.singh@intel.com>
Applied, thanks
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2015-08-15 9:10 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-16 11:36 [dpdk-dev] [PATCH] doc: announce ABI change for librte_cfgfile Cristian Dumitrescu
2015-07-16 11:50 ` Gajdzica, MaciejX T
2015-07-16 12:28 ` Mrzyglod, DanielX T
2015-07-16 12:49 ` Singh, Jasvinder
2015-08-15 9:09 ` 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).