From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 35AB3A04F5 for ; Wed, 11 Dec 2019 22:28:57 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 2B48B2BD3; Wed, 11 Dec 2019 22:28:57 +0100 (CET) Received: from us-smtp-delivery-1.mimecast.com (us-smtp-2.mimecast.com [205.139.110.61]) by dpdk.org (Postfix) with ESMTP id A68F92C6A for ; Wed, 11 Dec 2019 22:28:55 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1576099735; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=zt8fdgQKJU3cIhY2ZThZueoJViLAcfyVFX2k0iG009A=; b=dF+GY9cD+SP6OenS6JI4Jj52UB34xlRnQKv36njEB9WYQ91UGqS0GJaBRaUjeUmqQN9Q0K /DS6uHdufLTP1cjRx0joAT6sBqfy7unDFYZ7Zq6BsXy5dSRBWPTe6XWSCOctOMsRYk6MBa YIWtQZM6GwbNixEscWBuUvCGYu0V8iw= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-90-djzlXYaNPXOI9bZVRa5H5Q-1; Wed, 11 Dec 2019 16:28:52 -0500 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id EEB5A1005502; Wed, 11 Dec 2019 21:28:50 +0000 (UTC) Received: from rh.redhat.com (ovpn-116-64.ams2.redhat.com [10.36.116.64]) by smtp.corp.redhat.com (Postfix) with ESMTP id 49BDA10013A1; Wed, 11 Dec 2019 21:28:49 +0000 (UTC) From: Kevin Traynor To: Anatoly Burakov Cc: Bruce Richardson , Thomas Monjalon , dpdk stable Date: Wed, 11 Dec 2019 21:26:36 +0000 Message-Id: <20191211212702.27851-44-ktraynor@redhat.com> In-Reply-To: <20191211212702.27851-1-ktraynor@redhat.com> References: <20191211212702.27851-1-ktraynor@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 X-MC-Unique: djzlXYaNPXOI9bZVRa5H5Q-1 X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Subject: [dpdk-stable] patch 'common/octeontx: add missing public symbol' has been queued to LTS release 18.11.6 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: , Errors-To: stable-bounces@dpdk.org Sender: "stable" Hi, FYI, your patch has been queued to LTS release 18.11.6 Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet. It will be pushed if I get no objections before 12/17/19. So please shout if anyone has objections. Also note that after the patch there's a diff of the upstream commit vs the patch applied to the branch. This will indicate if there was any rebasing needed to apply to the stable branch. If there were code changes for rebasi= ng (ie: not only metadata diffs), please double check that the rebase was correctly done. Queued patches are on a temporary branch at: https://github.com/kevintraynor/dpdk-stable-queue This queued commit can be viewed at: https://github.com/kevintraynor/dpdk-stable-queue/commit/bd979fff652326e042= c21aaaf3df1f515ffdff6e Thanks. Kevin. --- >From bd979fff652326e042c21aaaf3df1f515ffdff6e Mon Sep 17 00:00:00 2001 From: Anatoly Burakov Date: Wed, 20 Nov 2019 17:23:37 +0000 Subject: [PATCH] common/octeontx: add missing public symbol [ upstream commit ea8483728e884454ed877e0b6b745d007a896b6a ] The logtype symbol was missing from the .map file. Add it. Fixes: d8dd31652cf4 ("common/octeontx: move mbox to common folder") Signed-off-by: Anatoly Burakov Acked-by: Bruce Richardson Acked-by: Thomas Monjalon --- drivers/common/octeontx/rte_common_octeontx_version.map | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/common/octeontx/rte_common_octeontx_version.map b/driv= ers/common/octeontx/rte_common_octeontx_version.map index f04b3b7f8..a9b3cff9b 100644 --- a/drivers/common/octeontx/rte_common_octeontx_version.map +++ b/drivers/common/octeontx/rte_common_octeontx_version.map @@ -2,4 +2,5 @@ DPDK_18.05 { =09global: =20 +=09octeontx_logtype_mbox; =09octeontx_mbox_set_ram_mbox_base; =09octeontx_mbox_set_reg; --=20 2.21.0 --- Diff of the applied patch vs upstream commit (please double-check if non-= empty: --- --- -=092019-12-11 21:24:16.211078058 +0000 +++ 0044-common-octeontx-add-missing-public-symbol.patch=092019-12-11 21:24= :12.700650535 +0000 @@ -1 +1 @@ -From ea8483728e884454ed877e0b6b745d007a896b6a Mon Sep 17 00:00:00 2001 +From bd979fff652326e042c21aaaf3df1f515ffdff6e Mon Sep 17 00:00:00 2001 @@ -5,0 +6,2 @@ +[ upstream commit ea8483728e884454ed877e0b6b745d007a896b6a ] + @@ -9 +10,0 @@ -Cc: stable@dpdk.org