]> git.droids-corp.org - dpdk.git/commitdiff
cmdline: bump library version
authorThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 9 Mar 2016 14:11:16 +0000 (15:11 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 9 Mar 2016 15:13:14 +0000 (16:13 +0100)
There was an ABI change in the release 16.04.

Fixes: fb76dd26a31d ("cmdline: increase command line buffer")
Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
Acked-by: Nelio Laranjeiro <nelio.laranjeiro@6wind.com>
doc/guides/rel_notes/release_16_04.rst
lib/librte_cmdline/Makefile

index e12cabfccc216d47e6c5262d9271cd521791d209..d1326d1626157496ac3f5fea17603e0964607cac 100644 (file)
@@ -158,6 +158,8 @@ ABI Changes
 * The RETA entry size in ``rte_eth_rss_reta_entry64`` has been increased
   from 8-bit to 16-bit.
 
+* The cmdline buffer size has been increase from 256 to 512.
+
 
 Shared Library Versions
 -----------------------
@@ -171,7 +173,7 @@ The libraries prepended with a plus sign were incremented in this version.
    + libethdev.so.3
      librte_acl.so.2
      librte_cfgfile.so.2
-     librte_cmdline.so.1
+   + librte_cmdline.so.2
      librte_distributor.so.1
      librte_eal.so.2
      librte_hash.so.2
index 719dff6592f4d8e2ace24f9342008320496fdb08..7d2d148c7ddfd3c275c588a2691b5e637f29511e 100644 (file)
@@ -38,7 +38,7 @@ CFLAGS += $(WERROR_FLAGS) -I$(SRCDIR) -O3
 
 EXPORT_MAP := rte_cmdline_version.map
 
-LIBABIVER := 1
+LIBABIVER := 2
 
 # all source are stored in SRCS-y
 SRCS-$(CONFIG_RTE_LIBRTE_CMDLINE) := cmdline.c