doc: announce ABI change for config file library
[dpdk.git] / doc / guides / rel_notes / deprecation.rst
index 8e73cc3..5cf01a4 100644 (file)
@@ -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.