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=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no 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 10D5CC49EA6 for ; Thu, 24 Jun 2021 13:24:45 +0000 (UTC) Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by mail.kernel.org (Postfix) with ESMTP id 9790961074 for ; Thu, 24 Jun 2021 13:24:44 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 9790961074 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 99BDF40040; Thu, 24 Jun 2021 15:24:43 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mails.dpdk.org (Postfix) with ESMTP id 8153D4003C for ; Thu, 24 Jun 2021 15:24:42 +0200 (CEST) IronPort-SDR: RdNVYSUJDMdh4Aww0jgRcThEzyMtVOC2PZeP7V9/i50y9HuijOPS6+OAzG5XN5z+Qop1ktPiu9 vEroum01IyKA== X-IronPort-AV: E=McAfee;i="6200,9189,10024"; a="271312886" X-IronPort-AV: E=Sophos;i="5.83,296,1616482800"; d="scan'208";a="271312886" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Jun 2021 06:24:41 -0700 IronPort-SDR: DarUBGOThrd7bPMPo9D8jrc0SsEwznhQkUp7mo8+QXOiqwRfFPHrX1hlFk8XRupdSpBbaLnRFQ Gq/u69y7syew== X-IronPort-AV: E=Sophos;i="5.83,296,1616482800"; d="scan'208";a="487752920" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.239.46]) ([10.213.239.46]) by orsmga001-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Jun 2021 06:24:40 -0700 To: "Kinsella, Ray" , Thomas Monjalon , Stephen Hemminger , dpdk-dev References: <7ecdea57-f87e-6a1e-e52d-422a925046e4@ashroe.eu> From: Ferruh Yigit X-User: ferruhy Message-ID: Date: Thu, 24 Jun 2021 14:24:36 +0100 MIME-Version: 1.0 In-Reply-To: <7ecdea57-f87e-6a1e-e52d-422a925046e4@ashroe.eu> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] Experimental symbols in kni lib 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 6/24/2021 11:42 AM, Kinsella, Ray wrote: > Hi Ferruh, > > The following kni experimental symbols are present in both v21.05 and v19.11 release. These symbols should be considered for promotion to stable as part of the v22 ABI in DPDK 21.11, as they have been experimental for >= 2yrs at this point. > > * rte_kni_update_link > > Ray K > Hi Ray, Thanks for follow up. I just checked the API and planning a small behavior update to it. If the update is accepted, I suggest keeping the API experimental for 21.08 too, but can mature it on v21.11. Thanks, ferruh