From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr0-f175.google.com (mail-wr0-f175.google.com [209.85.128.175]) by dpdk.org (Postfix) with ESMTP id E91605587 for ; Tue, 11 Apr 2017 13:07:57 +0200 (CEST) Received: by mail-wr0-f175.google.com with SMTP id l28so36937463wre.0 for ; Tue, 11 Apr 2017 04:07:57 -0700 (PDT) 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 :in-reply-to:references; bh=4mS3hOnUj+UnaR/zOJ98VCOPvCevF0CLv7duRJ5gbEw=; b=rwmqG8PGPA7TFKcPO5LJYkXFA8dIlaJWEaaFD/Y1Go3nokfaunml8uKjkAcCo74ydY 7Cvlc/w7m5dcEOMH9smzSBSu6rbAQIJ5SEgSVK7VJJ2w+q2QjNrKpd9wnsq1tSC/NBxF bKFiahVrWg2AMUmE7KBsIdPNgkfGpI3oyWbPku7xfWUj/WM0vhQBXIDfM95MQlUFr2ua FvTw0flIgQ92ASYxw/Ah3ISfKagnyf7yxnffPx3OG+OFgpf/bP860kzQLUr38p+8Atuk Q0YUlPHKDRNSbUytp2QNyyjekpgYYBRJ9gKK7KQCsP9sudfX3tWR+6NbGnOXy5YuK80Q sXZw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:in-reply-to:references; bh=4mS3hOnUj+UnaR/zOJ98VCOPvCevF0CLv7duRJ5gbEw=; b=diMOfX9Drmio6fcZ1E4i+s2/NeQv94HTaCzu2IH31QuERodbRts4kf7mxNEXfGW6eW EGXTZ7+GE7GedYXXDORkeJXJpS05hDfAJr/1x4uc7qcUDkSvjSwmkD3iCAzESqjqBOCk TReV7UxtXUKjLNWpf6vfCBcECMzQkNzO0FgbyX+A5v3jUb6hASGJ9uKd1wjOhB/+jm3t jUeQwPavYJphmRnz4wzV4VxxNZohFVphOJOFXoQvIqWHe8QG8cUrLCr1mN2RwD29iDOc No8bwlWMguaz63NuFq27VRX5vqWhymQuOkxdjuhYAFQLh+3zAThBcZvQrkZxb+xNbyVv PEsA== X-Gm-Message-State: AN3rC/510tojuSWIm14XpAESGQ7H987PVagCAJWLpZcVG4wEGMtHVeBQ3WnSKopHdiw1XOD6 X-Received: by 10.223.148.7 with SMTP id 7mr7790199wrq.65.1491908877461; Tue, 11 Apr 2017 04:07:57 -0700 (PDT) Received: from bidouze.dev.6wind.com (host.78.145.23.62.rev.coltfrance.com. [62.23.145.78]) by smtp.gmail.com with ESMTPSA id g15sm1151735wmc.14.2017.04.11.04.07.56 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 11 Apr 2017 04:07:56 -0700 (PDT) From: Gaetan Rivet To: dev@dpdk.org Cc: Shreyansh Jain Date: Tue, 11 Apr 2017 13:07:34 +0200 Message-Id: <763aa92c3be591b20b07d3ba6855ef594d4cbdab.1491906224.git.gaetan.rivet@6wind.com> X-Mailer: git-send-email 2.1.4 In-Reply-To: References: In-Reply-To: References: Subject: [dpdk-dev] [PATCH v13 7/7] doc: remove deprecation notice for rte_bus X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Apr 2017 11:07:58 -0000 From: Shreyansh Jain Signed-off-by: Shreyansh Jain --- doc/guides/rel_notes/release_17_02.rst | 2 +- lib/librte_eal/bsdapp/eal/Makefile | 2 +- lib/librte_eal/linuxapp/eal/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/guides/rel_notes/release_17_02.rst b/doc/guides/rel_notes/release_17_02.rst index 357965a..e9d2e00 100644 --- a/doc/guides/rel_notes/release_17_02.rst +++ b/doc/guides/rel_notes/release_17_02.rst @@ -357,7 +357,7 @@ The libraries prepended with a plus sign were incremented in this version. librte_cmdline.so.2 librte_cryptodev.so.2 librte_distributor.so.1 - librte_eal.so.3 + + librte_eal.so.4 + librte_ethdev.so.6 librte_hash.so.2 librte_ip_frag.so.1 diff --git a/lib/librte_eal/bsdapp/eal/Makefile b/lib/librte_eal/bsdapp/eal/Makefile index 16791df..a0f9950 100644 --- a/lib/librte_eal/bsdapp/eal/Makefile +++ b/lib/librte_eal/bsdapp/eal/Makefile @@ -48,7 +48,7 @@ LDLIBS += -lgcc_s EXPORT_MAP := rte_eal_version.map -LIBABIVER := 3 +LIBABIVER := 4 # specific to bsdapp exec-env SRCS-$(CONFIG_RTE_EXEC_ENV_BSDAPP) := eal.c diff --git a/lib/librte_eal/linuxapp/eal/Makefile b/lib/librte_eal/linuxapp/eal/Makefile index 8624ad2..640afd0 100644 --- a/lib/librte_eal/linuxapp/eal/Makefile +++ b/lib/librte_eal/linuxapp/eal/Makefile @@ -37,7 +37,7 @@ ARCH_DIR ?= $(RTE_ARCH) EXPORT_MAP := rte_eal_version.map VPATH += $(RTE_SDK)/lib/librte_eal/common/arch/$(ARCH_DIR) -LIBABIVER := 3 +LIBABIVER := 4 VPATH += $(RTE_SDK)/lib/librte_eal/common -- 2.1.4