From patchwork Tue May 12 14:00:57 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hemant Agrawal X-Patchwork-Id: 186545 Delivered-To: patch@linaro.org Received: by 2002:a92:8d81:0:0:0:0:0 with SMTP id w1csp3111874ill; Tue, 12 May 2020 07:05:07 -0700 (PDT) X-Google-Smtp-Source: APiQypIa3fPjus0v2gf3R3KNZJEbpaO1EWj+P1AumFn7bQbIUyNgflGYV6MupqwF5ePWCtzBD7mb X-Received: by 2002:a50:e80a:: with SMTP id e10mr18156129edn.204.1589292307007; Tue, 12 May 2020 07:05:07 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1589292307; cv=none; d=google.com; s=arc-20160816; b=fVwdXY22diDVwHJ/s2pwEb5+TOPbZnBsbtV9X4tlIa8fdA6IB/ETswe3vm6L0Q3Pzc 6ZkFH91dwl44U/3uX1LCa9Ah+Yg2froRLV8l3IyGBSEB2w9p6/K/8vV0bqsCvTiWzLL6 7dP2nFRq3PUNC7vtH4qNKRL4EiLYomj7a9vh/USjBuSW/kDNTg2QtWC6TY1uTjrOEy8Q +il+StL0Qf6kpnK3nM644LrF99ZBua+xn/SLI90+tS2ayqws6lGCBLnNLq+FBPVHy516 EyteKU4Dm/k2WgPDvEccQDEtpTJFGHkzqTTRqI7QkrchwyQ2Z1aC5D3blm+Rmz8s7Nas Zlkw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=sender:errors-to:list-subscribe:list-help:list-post:list-archive :list-unsubscribe:list-id:precedence:subject:references:in-reply-to :message-id:date:cc:to:from; bh=rfshXUvkzyKHL9CUL4GsGDo/Kasc7hVddw4IYL4JY2I=; b=fzpit8Q3j1JVWzta5aS63MJuPqMd+y+nPBVF0DAcRKT2xTqEWpzpApZzIwtQMEX35v ArAs+ykm507wrUKEmWG60/9TNb/ccAyWRnNIwzTsuCv6yD6c+elSWxbpM6wy8zKGmEbL Zre0lWx5tqb82Y2S7lLNoejW++gSiCXJnnUBH8ER9Z7cka3SPjTHN0K/bm8GdlRC7DNe mLaCXvx2g6Vibrv27RjALlmN7motG2vX9dTGMk4+EnTr9oohO12UwrRk/IOR4XWgZZ+y 1AqV3dHzBPs2BdD8PuJdtPXUOxI1rCyMYe5Gxt2Kg5tBls//WaNd7tiZ4M9Zt3Kz8OgM /Q7Q== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of dev-bounces@dpdk.org designates 92.243.14.124 as permitted sender) smtp.mailfrom=dev-bounces@dpdk.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=nxp.com Return-Path: Received: from dpdk.org (dpdk.org. [92.243.14.124]) by mx.google.com with ESMTP id p16si7582020ejz.195.2020.05.12.07.05.06; Tue, 12 May 2020 07:05:06 -0700 (PDT) Received-SPF: pass (google.com: domain of dev-bounces@dpdk.org designates 92.243.14.124 as permitted sender) client-ip=92.243.14.124; Authentication-Results: mx.google.com; spf=pass (google.com: domain of dev-bounces@dpdk.org designates 92.243.14.124 as permitted sender) smtp.mailfrom=dev-bounces@dpdk.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=nxp.com Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 7F9C11C1D8; Tue, 12 May 2020 16:03:38 +0200 (CEST) Received: from inva020.nxp.com (inva020.nxp.com [92.121.34.13]) by dpdk.org (Postfix) with ESMTP id 6E2211BFBF for ; Tue, 12 May 2020 16:03:28 +0200 (CEST) Received: from inva020.nxp.com (localhost [127.0.0.1]) by inva020.eu-rdc02.nxp.com (Postfix) with ESMTP id 4EC941A10A9; Tue, 12 May 2020 16:03:28 +0200 (CEST) Received: from invc005.ap-rdc01.nxp.com (invc005.ap-rdc01.nxp.com [165.114.16.14]) by inva020.eu-rdc02.nxp.com (Postfix) with ESMTP id A27FF1A10D6; Tue, 12 May 2020 16:03:26 +0200 (CEST) Received: from bf-netperf1.ap.freescale.net (bf-netperf1.ap.freescale.net [10.232.133.63]) by invc005.ap-rdc01.nxp.com (Postfix) with ESMTP id 19C15402BC; Tue, 12 May 2020 22:03:24 +0800 (SGT) From: Hemant Agrawal To: dev@dpdk.org, david.marchand@redhat.com Cc: Hemant Agrawal Date: Tue, 12 May 2020 19:30:57 +0530 Message-Id: <20200512140100.26803-9-hemant.agrawal@nxp.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200512140100.26803-1-hemant.agrawal@nxp.com> References: <20200505140832.646-1-hemant.agrawal@nxp.com> <20200512140100.26803-1-hemant.agrawal@nxp.com> X-Virus-Scanned: ClamAV using ClamSMTP Subject: [dpdk-dev] [PATCH v2 09/12] net/dpaa: move internal symbols into INTERNAL section 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" This patch moves the internal symbols to INTERNAL sections so that any change in them is not reported as ABI breakage. Signed-off-by: Hemant Agrawal --- drivers/net/dpaa/dpaa_ethdev.h | 2 ++ drivers/net/dpaa/rte_pmd_dpaa_version.map | 9 ++++++++- 2 files changed, 10 insertions(+), 1 deletion(-) -- 2.17.1 diff --git a/drivers/net/dpaa/dpaa_ethdev.h b/drivers/net/dpaa/dpaa_ethdev.h index af9fc2105d..7393a9df05 100644 --- a/drivers/net/dpaa/dpaa_ethdev.h +++ b/drivers/net/dpaa/dpaa_ethdev.h @@ -160,12 +160,14 @@ struct dpaa_if_stats { uint64_t tund; /**