From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 56D49A0547; Thu, 9 Sep 2021 09:51:04 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1D60B40041; Thu, 9 Sep 2021 09:51:04 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mails.dpdk.org (Postfix) with ESMTP id F2EF84003E for ; Thu, 9 Sep 2021 09:51:02 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1631173862; 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: in-reply-to:in-reply-to:references:references; bh=JeN0pewGDA3mvFsRPyGAQuvEalIXi/CJ0S4Er2ZYT0E=; b=UA0pdb2PZgYjryv+w8NK6Dqs6Cq35AFQZSjhMLnO3ViqRXfop3uDAABjJLh7WyR2/c3f3i iHLFd93Vh/MKK4Hm0xihEKsd3zTK2Wzf4wh2mhd4jCoXQnRnhhgHQNhOuABfu7VpIFbTFJ MhjR2S0FvlyNBxH9LCl3zQjUIlJQKrw= Received: from mail-lf1-f72.google.com (mail-lf1-f72.google.com [209.85.167.72]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-100-Q6zzWqKWNb-RC2aWW5HDzg-1; Thu, 09 Sep 2021 03:51:01 -0400 X-MC-Unique: Q6zzWqKWNb-RC2aWW5HDzg-1 Received: by mail-lf1-f72.google.com with SMTP id bp18-20020a056512159200b003eb84833c98so395903lfb.14 for ; Thu, 09 Sep 2021 00:51:01 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=JeN0pewGDA3mvFsRPyGAQuvEalIXi/CJ0S4Er2ZYT0E=; b=AGbAFOQm5miB/pcfRm31gf3e3w5oD5GO8ZOfBYOx3ouMNPklJfUFNLnPGZqIlSKR2i Xx9HltzGvSJfkU/zu654/eIoNwLx6GeA4S0PsWGW98c51y8fAA5AGB6z2ja5dd3zBtMU AN0qfYua9oik7il6k5/CyVv2sKEDDfbtba7j43iWnnGSt8pD7LV+d2s5PLb3G+vlAcLC Oy3OkV/xIrH6EuvGuQegMCF7V2DBJWnnLyKhuDXl4C2U071H6GDiaYmnO8TDxcluQcF7 SP/n2x3maTHk4pEh1FfE12VJYoo7WqGz9K6a7f5SBSqvYjNtbVjIRmLOoKg0emeyONdP nvHQ== X-Gm-Message-State: AOAM5327Tjkg4E25Mi3yBHlHvQS1GVTkg988dxs4R1Tmkyh2QdnjYHeW sRxLVQkc4IwW35jWslS9vCaBTrOE/g1bhnZfvts9NTywgXlVaLKwIozXuQ9NjDdFE25Uku+t9+L 9SkvNRitTk76t61dj2rk= X-Received: by 2002:a2e:4949:: with SMTP id b9mr1161503ljd.159.1631173859850; Thu, 09 Sep 2021 00:50:59 -0700 (PDT) X-Google-Smtp-Source: ABdhPJz4vw4RqnlFaqdgjbyCyn0LxRkuuLiOHt8R14r86/QUgsxg2MH88EUlZqKrIscj/uyjki86RW6G7e9IRRh0R24= X-Received: by 2002:a2e:4949:: with SMTP id b9mr1161491ljd.159.1631173859643; Thu, 09 Sep 2021 00:50:59 -0700 (PDT) MIME-Version: 1.0 References: <20210903071714.16798-1-nipun.gupta@nxp.com> <20210903071714.16798-2-nipun.gupta@nxp.com> In-Reply-To: <20210903071714.16798-2-nipun.gupta@nxp.com> From: David Marchand Date: Thu, 9 Sep 2021 09:50:48 +0200 Message-ID: To: Nipun Gupta Cc: Thomas Monjalon , dev , Hemant Agrawal , Sachin Saxena , Ray Kinsella Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH 2/4] bus/fslmc: remove experimental tag from API 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 Fri, Sep 3, 2021 at 9:17 AM Nipun Gupta wrote: > > This API was introduced in 19.08, therefore removing > experimental tag to promote them to stable state. The only user is an in-tree driver. Do we need to export this symbol to applications? -- David Marchand