From patchwork Wed Mar 9 14:14:08 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Monjalon X-Patchwork-Id: 11291 Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [IPv6:::1]) by dpdk.org (Postfix) with ESMTP id 136D92C68; Wed, 9 Mar 2016 15:16:04 +0100 (CET) Received: from mail-wm0-f41.google.com (mail-wm0-f41.google.com [74.125.82.41]) by dpdk.org (Postfix) with ESMTP id 218062C67 for ; Wed, 9 Mar 2016 15:16:02 +0100 (CET) Received: by mail-wm0-f41.google.com with SMTP id p65so194232739wmp.1 for ; Wed, 09 Mar 2016 06:16:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=SIDFObD/txulcluHoeycd86PBaMoZVsaF67R+Q60mP8=; b=I9x5IDkpuPHJBHT6Or0JbKfYVa1n1G+7a9i6tAfCyl2XOaTNzEsBTIebTSWfS8EqjP v8vKGcWX/HHyEXYklmZcWoodnOMCdzXLYm1WNBCL4Y9qNGfEYak9kckbU+lv0QSccVCs K/lzNupHszKxu9bEEMJw5D4Sx33MPEZ8JwjvlyVzxxbq9XRjxdQ6rAH2NFbYcmh4y1Dj iZgKVeBzuZbM3yhuCPrmtROnDzgO8glo+y6mvHmSJQ6zzo4sxsiKdhX0We/w0QpyZwij rtdQ0CtJLfz5augNhGNL+8XwigpwitJiZTcLGtgk1TXAjNrZj19Enn2+AtNF4c1t9PMy QrrQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=SIDFObD/txulcluHoeycd86PBaMoZVsaF67R+Q60mP8=; b=c7mZ4P/hmtCD1DfvvHXdo342NyqYbK5GbJH7jJTUnuU4aod2Osj+5xXAxS82HzpVOf E2fjbzFvI8iOGZCiOfpPh62snMA6aajpdfVIEDBw/3N/4ctMqD1qM/zDRv6JA/oCoJJM MABdFPVEPHbVadBUe5ctG4J/RDZarAaBUhZsRdQ5dhsqOtGE1sABMosWhzTIskcq9qjJ fJb+dWuWWV/e0SkVqcO7g/zb9a5tyg/Ycg48iAXfHk3j0bR71ogmxqRWzOKfaVRCQa3j zkYGTMp8Pb2lcvo7nAZtgQ3HhxfzQWOAft6HHq95LjA93fylAnuDlsJeLLlpyyYUxHJ0 tVxg== X-Gm-Message-State: AD7BkJIQQE7vt9pOE72Bb1hcNAo+Ue+uVd0MjgyNgQKyxKCwwkG2SQheTUa5zOUburvNgMzK X-Received: by 10.28.130.6 with SMTP id e6mr26184168wmd.71.1457532962012; Wed, 09 Mar 2016 06:16:02 -0800 (PST) Received: from XPS13.localdomain (171.36.101.84.rev.sfr.net. [84.101.36.171]) by smtp.gmail.com with ESMTPSA id v82sm8532431wmv.6.2016.03.09.06.16.00 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 09 Mar 2016 06:16:01 -0800 (PST) From: Thomas Monjalon To: nelio.laranjeiro@6wind.com, olivier.matz@6wind.com Date: Wed, 9 Mar 2016 15:14:08 +0100 Message-Id: <1457532848-10529-2-git-send-email-thomas.monjalon@6wind.com> X-Mailer: git-send-email 2.7.0 In-Reply-To: <1457532848-10529-1-git-send-email-thomas.monjalon@6wind.com> References: <1457532848-10529-1-git-send-email-thomas.monjalon@6wind.com> Cc: dev@dpdk.org Subject: [dpdk-dev] [PATCH 2/2] cmdline: bump library version X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" There was an ABI change in the release 16.04. Fixes: fb76dd26a31d ("cmdline: increase command line buffer") Signed-off-by: Thomas Monjalon --- doc/guides/rel_notes/release_16_04.rst | 4 +++- lib/librte_cmdline/Makefile | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/guides/rel_notes/release_16_04.rst b/doc/guides/rel_notes/release_16_04.rst index 8101f4c..621da29 100644 --- a/doc/guides/rel_notes/release_16_04.rst +++ b/doc/guides/rel_notes/release_16_04.rst @@ -151,6 +151,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 ----------------------- @@ -164,7 +166,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 diff --git a/lib/librte_cmdline/Makefile b/lib/librte_cmdline/Makefile index 719dff6..7d2d148 100644 --- a/lib/librte_cmdline/Makefile +++ b/lib/librte_cmdline/Makefile @@ -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