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 23F15A00BE; Tue, 7 Jul 2020 11:13:44 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D60B41DBB8; Tue, 7 Jul 2020 11:13:43 +0200 (CEST) Received: from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com [205.139.110.120]) by dpdk.org (Postfix) with ESMTP id 2C7DB1DBB8 for ; Tue, 7 Jul 2020 11:13:42 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1594113220; 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=93EgMqHY/p2Q8k0AUPyjpUfLbcWUD80k+C3Uwp3/A48=; b=TBCbMaDHIETU5vC3HBF2xaP5ydi7DsvDpcwprlr1PUB1kTLqkhfCd7d/oWnebpW+nPEqd4 TjDtFxA6ojns0oKPm56ydIOhoVwAbm/mFF7J6C4rwtW1FpGmpWQAMu3KoB3XLbIayiqtUQ m2/y9p4XjW8+j0iZ/Gu0s0Qpa1If1FE= Received: from mail-vk1-f200.google.com (mail-vk1-f200.google.com [209.85.221.200]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-362-93hStbG1NNOn6ltygu2uVQ-1; Tue, 07 Jul 2020 05:13:37 -0400 X-MC-Unique: 93hStbG1NNOn6ltygu2uVQ-1 Received: by mail-vk1-f200.google.com with SMTP id p72so6735632vkp.4 for ; Tue, 07 Jul 2020 02:13:37 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=93EgMqHY/p2Q8k0AUPyjpUfLbcWUD80k+C3Uwp3/A48=; b=BR6RXyVjTwkcvKCUgN9VFki34UWpL2+EhkZqZUru1G0yOdnquPVBnpBMIYXddQxdkv /28LX5cZjxTqdzsvkkWqcQVdHApW9RaIVxtm3/ggx0S5vPlXPGu0JK838jDwNqT3lRRc gicFfMrIC1T/y5V/DgQ8nmfjQja4+z1mO/xxF/OFfVpd6ZzRB3ai2PCPyycNhzIqgFrb Jf0yQBHB29HzosYlzc8Vez6L8RM8tKEmuZ9wevO62O8Mi3SajfzdBVWwYwSHisfT45Pv W07Z6FB6cNLZq+FiXXzWDXWctj82J/4fK9hx+Lci8Vm+hUmus4vnnWZWHLZqISfrRYUs hX4w== X-Gm-Message-State: AOAM532/RyujYv3NHUFKB8aas0IvDFjUijTvA5KUw5JXWak0GopoK6lK CVyXOpCaB1J5U4EbtY+6//xELJGa7cZvu9GPVNbjhJwza6+lFTsceUGTM0J7T4ker9VcyfQkG+O K2sWhIQlSg71j5O6goFc= X-Received: by 2002:a67:c990:: with SMTP id y16mr39808879vsk.105.1594113216758; Tue, 07 Jul 2020 02:13:36 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwDylcunf8Q6IXM63hMk6SxousC/GZwDnpbfXBtFlMCyZPKEx1E9R/yJCeHhaGwCZJJ7yaZunfjwWRJtU1sWY4= X-Received: by 2002:a67:c990:: with SMTP id y16mr39808867vsk.105.1594113216549; Tue, 07 Jul 2020 02:13:36 -0700 (PDT) MIME-Version: 1.0 References: <20200707065350.12116-1-hemant.agrawal@nxp.com> <20200707085407.12555-1-hemant.agrawal@nxp.com> In-Reply-To: <20200707085407.12555-1-hemant.agrawal@nxp.com> From: David Marchand Date: Tue, 7 Jul 2020 11:13:25 +0200 Message-ID: To: Hemant Agrawal Cc: dev , Thomas Monjalon , Bruce Richardson , dpdk stable 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 v2] rawdev: fix to remove EXPERIMENTAL from comment 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" On Tue, Jul 7, 2020 at 10:58 AM Hemant Agrawal wrote: > > The experimental tags were removed, but the comment > is still having API classification as EXPERIMENTAL > > Fixes: 931cc531aad2 ("rawdev: remove experimental tag") > Cc: stable@dpdk.org > > Signed-off-by: Hemant Agrawal > --- > MAINTAINERS | 2 +- > lib/librte_rawdev/rte_rawdev.h | 3 --- > lib/librte_rawdev/rte_rawdev_pmd.h | 3 --- > 3 files changed, 1 insertion(+), 7 deletions(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 27fcd6d648..6ba02d73aa 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -490,7 +490,7 @@ F: lib/librte_eventdev/*crypto_adapter* > F: app/test/test_event_crypto_adapter.c > F: doc/guides/prog_guide/event_crypto_adapter.rst > > -Raw device API - EXPERIMENTAL > +Raw device API > M: Nipun Gupta > M: Hemant Agrawal > F: lib/librte_rawdev/ > diff --git a/lib/librte_rawdev/rte_rawdev.h b/lib/librte_rawdev/rte_rawdev.h > index ed011ca228..7a1f3213e9 100644 > --- a/lib/librte_rawdev/rte_rawdev.h > +++ b/lib/librte_rawdev/rte_rawdev.h > @@ -12,9 +12,6 @@ > * > * This API allow applications to configure and use generic devices having > * no specific type already available in DPDK. > - * > - * @warning > - * @b EXPERIMENTAL: this API may change without prior notice > */ > > #ifdef __cplusplus > diff --git a/lib/librte_rawdev/rte_rawdev_pmd.h b/lib/librte_rawdev/rte_rawdev_pmd.h > index cb3555ab50..4395a2182d 100644 > --- a/lib/librte_rawdev/rte_rawdev_pmd.h > +++ b/lib/librte_rawdev/rte_rawdev_pmd.h > @@ -11,9 +11,6 @@ > * @note > * Driver facing APIs for a raw device. These are not to be called directly by > * any application. > - * > - * @warning > - * @b EXPERIMENTAL: this API may change without prior notice > */ > > #ifdef __cplusplus > -- > 2.17.1 > Acked-by: David Marchand -- David Marchand