From: Cristian Dumitrescu Date: Thu, 16 Jul 2015 11:36:30 +0000 (+0100) Subject: doc: announce ABI change for config file library X-Git-Tag: spdx-start~8519 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=7d7d61a47c6a168c3c5a0346ebfe86421c6b4582;p=dpdk.git doc: announce ABI change for config file library Signed-off-by: Cristian Dumitrescu Acked-by: Maciej Gajdzica Acked-by: Daniel Mrzyglod Acked-by: Jasvinder Singh --- diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index 8e73cc30e9..5cf01a42d5 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -70,3 +70,7 @@ Deprecation Notices * The scheduler statistics structure will change to allow keeping track of RED actions. + +* librte_cfgfile: 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.