2015-09-03 15:18, Jasvinder Singh: > This patch refers to the ABI change proposed for librte_cfgfile > (rte_cfgfile.h). > In order to allow for longer names and values, the new values of macros > CFG_NAME_LEN and CFG_NAME_VAL are set.
Please wrap the commit message. CFG_NAME_VAL should be CFG_VALUE_LEN. The title should start with "cfgfile:". Instead of talking about macros changes, saying "increase maximum" would give more clue about the goal of the change. > Signed-off-by: Jasvinder Singh <jasvinder.singh at intel.com> > --- > doc/guides/rel_notes/deprecation.rst | 4 ---- > lib/librte_cfgfile/Makefile | 2 +- > lib/librte_cfgfile/rte_cfgfile.h | 9 +++++++-- > 3 files changed, 8 insertions(+), 7 deletions(-) You have forgotten to update doc/guides/rel_notes/release_2_2.rst.