From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr0-f182.google.com (mail-wr0-f182.google.com [209.85.128.182]) by dpdk.org (Postfix) with ESMTP id 0AA59DED for ; Mon, 30 Apr 2018 16:06:50 +0200 (CEST) Received: by mail-wr0-f182.google.com with SMTP id o4-v6so8168362wrm.0 for ; Mon, 30 Apr 2018 07:06:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=ePnhJeWNuSDlxVi6j5MtGSUCdBagAStxTWSmyjhGlNs=; b=GTkam9gKQEek+iM5fxJMasa4TXBPy2qzBSnZciFJLgrkFU2puAMX8JFfaur1ohQLKL Uo9EBoko5oAcPVR5/4NZ6OqqhJ94Em1CTVTBo/JPGLRKoxuoVNzpj5D6JsrbFE/dXUJ2 EJ0CmHFbotriQfu/joz9Y0ux5K9WKk0egRc8HzRVXqwygfR4wEO7GHo3OMxKmaOFZqon VgtrSZmKzUZ4K7prItlm8Tn6W833MglLGZEoi1cuC36YCzQ83bk/bXf8S7d2oiHBWhNV lLc0ghghKOtHaG0nC6d2NYnW5RQ7/NoobuWgQRJlWDtI8y3FeEQrxAUduGLxAOb9w4X6 UsXQ== 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; bh=ePnhJeWNuSDlxVi6j5MtGSUCdBagAStxTWSmyjhGlNs=; b=h8CPK/iJq9ZBLrwwHhiqGC0Y3topo2MQmuwzCSgM41bDdoh72L9161iCvBghp979Tf KomaTbaPuytcUA6cEvg4Y068Ns71t05NK8Hna2xw0FRd4F0ZdQhLQxBJh8qHLOOGAdvw gshVrEXrW5yvvyFWH/jYTn1vik356XQIDTD6BH3z7k39WMGWdGTp+q6BtAkYy2emiNwD Y2aSPjvLTuPhVr9JHV9De+t13OXGyzfasx3zAiu+6BvRy+7LxsrSMS44lS2jtkFEWso8 5MJM0o69J0jBFEM482i+AHX3Si/3iCYxZZfu7qqGk8DADMEry+2VBPv2pq71tKFJNor/ DtAA== X-Gm-Message-State: ALQs6tA1Yjp7wZUlk9rHEsfrAue2G+OBssR57+/9nU4/lP5nTT0KlRT0 TxEg0j/PGa10MOv+ABHSHxSRlXiglj4= X-Google-Smtp-Source: AB8JxZrgNZXfvDXm1D303DLYEZxh9/xa673f3/wGlN0x/q1q4puEnVaL4RMIQXoAovZYjI/aP3ufXw== X-Received: by 2002:adf:8212:: with SMTP id 18-v6mr8717442wrb.144.1525097209765; Mon, 30 Apr 2018 07:06:49 -0700 (PDT) Received: from localhost ([2a00:23c5:be9a:5200:ce4c:82c0:d567:ecbb]) by smtp.gmail.com with ESMTPSA id y9-v6sm7700691wrh.63.2018.04.30.07.06.48 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 30 Apr 2018 07:06:48 -0700 (PDT) From: luca.boccassi@gmail.com To: Ferruh Yigit Cc: Gaetan Rivet , dpdk stable Date: Mon, 30 Apr 2018 15:02:53 +0100 Message-Id: <20180430140606.4615-15-luca.boccassi@gmail.com> X-Mailer: git-send-email 2.14.2 In-Reply-To: <20180430140606.4615-1-luca.boccassi@gmail.com> References: <20180430140606.4615-1-luca.boccassi@gmail.com> Subject: [dpdk-stable] patch 'pci: remove duplicated symbol from map file' has been queued to stable release 18.02.2 X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Apr 2018 14:06:50 -0000 Hi, FYI, your patch has been queued to stable release 18.02.2 Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet. It will be pushed if I get no objections before 05/02/18. So please shout if anyone has objections. Thanks. Luca Boccassi --- >>From 5ea3ef0897c0f6800ffe95026b686bf849f174e3 Mon Sep 17 00:00:00 2001 From: Ferruh Yigit Date: Thu, 15 Mar 2018 16:48:54 +0000 Subject: [PATCH] pci: remove duplicated symbol from map file [ upstream commit 8f0b534b35a6748563e953ef40112bbb750f354c ] Remove duplicated symbol rte_pci_device_name from .map file. Also sort the map file to be able to detect any possible duplication easier in the future. Fixes: 0e3ef055bee5 ("pci: fix namespace prefix of new functions") Signed-off-by: Ferruh Yigit Acked-by: Gaetan Rivet --- lib/librte_pci/rte_pci_version.map | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/librte_pci/rte_pci_version.map b/lib/librte_pci/rte_pci_version.map index 15d93d95c..c0280277b 100644 --- a/lib/librte_pci/rte_pci_version.map +++ b/lib/librte_pci/rte_pci_version.map @@ -3,12 +3,11 @@ DPDK_17.11 { eal_parse_pci_BDF; eal_parse_pci_DomBDF; - rte_pci_addr_cmp; - rte_pci_addr_parse; - rte_pci_device_name; pci_map_resource; pci_unmap_resource; rte_eal_compare_pci_addr; + rte_pci_addr_cmp; + rte_pci_addr_parse; rte_pci_device_name; local: *; -- 2.14.2