From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-11.5 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id BEF1AC4320A for ; Fri, 20 Aug 2021 15:39:16 +0000 (UTC) Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by mail.kernel.org (Postfix) with ESMTP id F0FA26103D for ; Fri, 20 Aug 2021 15:39:14 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org F0FA26103D Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=ashroe.eu Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dpdk.org Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E46AA4013F; Fri, 20 Aug 2021 17:39:13 +0200 (CEST) Received: from mail-108-mta224.mxroute.com (mail-108-mta224.mxroute.com [136.175.108.224]) by mails.dpdk.org (Postfix) with ESMTP id C77494003E for ; Fri, 20 Aug 2021 17:39:11 +0200 (CEST) Received: from filter004.mxroute.com ([149.28.56.236] filter004.mxroute.com) (Authenticated sender: mN4UYu2MZsgR) by mail-108-mta224.mxroute.com (ZoneMTA) with ESMTPSA id 17b64373b4d00074ba.001 for (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES128-GCM-SHA256); Fri, 20 Aug 2021 15:39:06 +0000 X-Zone-Loop: 789c768c8c7804ef6277cab1377e9b85ff58d568b610 X-Originating-IP: [149.28.56.236] DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ashroe.eu; s=x; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:MIME-Version:Date: Message-ID:From:References:Cc:To:Subject:Sender:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=ZGCmj9a/gn7haUJQGT79yMaancYIeII0/00TmdaTxUE=; b=bav4gpmekd4rcSiindnvZC01fI 3AYjVFbu9cB7IcbTUWbHCjpR5X51ZXFa8i3eq6yG1YcbgpJqNbTD6cxIOab9eP+KHEsdkcnB/uNg3 J/5gCS5UcOJHfLNTxHJ1YDHW2qyxzh7lsjULzOT0kfolNC+tu3cGtVdxwCjdJoJKoifutG/4D9ind nzFEDB+E6DiSkLdjBIXKtbspkMXg/lgea0pQHle8PXTuLbersTMzJWESwrNiMVbCSYrygBHc+uEQd w0J4FW335KuopHDWyFtzWwiYIehp+8yQ5d6fgkAjTw7b/gZK1Okn5CdP91S9+K41cIlMTFqMPRl6f fu3+a9UA==; To: Ferruh Yigit , Rosen Xu , dev@dpdk.org Cc: thomas@monjalon.net, tianfei.zhang@intel.com, wei.huang@intel.com References: <1629353105-185916-1-git-send-email-rosen.xu@intel.com> From: "Kinsella, Ray" Message-ID: Date: Fri, 20 Aug 2021 16:39:02 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-AuthUser: mdr@ashroe.eu Subject: Re: [dpdk-dev] [DPDK] net/ipn3ke: change function label from EXPERIMENTAL to INTERNAL X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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" On 20/08/2021 14:13, Ferruh Yigit wrote: > On 8/19/2021 7:05 AM, Rosen Xu wrote: >> 'ipn3ke_bridge_func' is a global variable and it used in net & raw drivers. >> It's only used for drivers, so change it from EXPERIMENTAL to INTERNAL. >> >> Signed-off-by: Rosen Xu > > Acked-by: Ferruh Yigit > Acked-by: Ray Kinsella