From patchwork Tue Jul 7 06:53:50 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hemant Agrawal X-Patchwork-Id: 234902 Delivered-To: patch@linaro.org Received: by 2002:a92:d244:0:0:0:0:0 with SMTP id v4csp644367ilg; Mon, 6 Jul 2020 23:58:09 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyOq3AlUpkACtCFxJjXkXc53T3sV2glngDokKuU+cOcBbgBZ6WTfqEeMoR4LCopN2z91D5a X-Received: by 2002:a5b:808:: with SMTP id x8mr83540985ybp.134.1594105088887; Mon, 06 Jul 2020 23:58:08 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1594105088; cv=none; d=google.com; s=arc-20160816; b=W4rfuo23pOUU0Rbs51bFE1teH9uHS+pMFoBPNXo++ekkGJKThYzFhlV3g833sHvjNs W7j/sLFgxO8u0TfupyiIPznrWbaVNQM5GtfCoAUBDJQ6gmv6rYo0V/WKkV3GhL2HP0oq GaE1nj3jDXQufwSmrG2mRdIRVO2h5/wAfnSQA3XRBv3htHcx9ACG56Dob5TxGKOrHRBG krWNXRT175s3I4b/P5le9vHMKI4aP5DX6BJ8MPU2drg1Oo1gjN6UJH5emI05bIKSvXUC UEnyqoLHW19kVw5lj8wj0+rLof+o1UjGrjSdZ7KLKjuWINX5Lxj7P1ry2usMC9jMrr8I /zPA== 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:message-id:date:cc:to :from; bh=LD8yNm3ZdA0/ASYL36/7gtAT/dZvETUkbPC90/SmVic=; b=bx7d5IFt9oCeOh4cZU9qQzqDtpfajBT9Jp+j27Lxp+c58Wi565iaPdAmkSwvvAaB5k s7LqtUQFIu9V5H/cdc/yBk5C1CHuobB++Yo181BCZwJVPQJH303uQfTgmeVNnY5xjZ3m Zih6+1NnegmzwEuQtK/rABX+h0TLoUXDRtWzsFNwyABgVfyaHkPNa8DyhdyehokUzmD/ OU/+y9i30SP/P5vSZ4ugeidTRNt+NtEd+5JOdV6mPzG72XLUFp9awQekV3jTxyzwKHyB E29BKYV4ti3c//+7mnyoKsyHukLxRWaN9SZMKFCadnqB71KQd2VNgYg/FYzqsW+kzh14 MaKw== 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 q188si21987884ybg.429.2020.07.06.23.58.08; Mon, 06 Jul 2020 23:58:08 -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 C2D3B1DAD8; Tue, 7 Jul 2020 08:58:06 +0200 (CEST) Received: from inva020.nxp.com (inva020.nxp.com [92.121.34.13]) by dpdk.org (Postfix) with ESMTP id 1D9E01DAD5; Tue, 7 Jul 2020 08:58:05 +0200 (CEST) Received: from inva020.nxp.com (localhost [127.0.0.1]) by inva020.eu-rdc02.nxp.com (Postfix) with ESMTP id E9BCB1A09CA; Tue, 7 Jul 2020 08:58:04 +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 21AB61A09D1; Tue, 7 Jul 2020 08:58:02 +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 15F56402C8; Tue, 7 Jul 2020 14:57:57 +0800 (SGT) From: Hemant Agrawal To: dev@dpdk.org Cc: thomas@monjalon.net, bruce.richardson@intel.com, david.marchand@redhat.com, stable@dpdk.org, Hemant Agrawal Date: Tue, 7 Jul 2020 12:23:50 +0530 Message-Id: <20200707065350.12116-1-hemant.agrawal@nxp.com> X-Mailer: git-send-email 2.17.1 X-Virus-Scanned: ClamAV using ClamSMTP Subject: [dpdk-dev] [PATCH] 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" 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 --- lib/librte_rawdev/rte_rawdev.h | 3 --- lib/librte_rawdev/rte_rawdev_pmd.h | 3 --- 2 files changed, 6 deletions(-) -- 2.17.1 diff --git a/lib/librte_rawdev/rte_rawdev.h b/lib/librte_rawdev/rte_rawdev.h index ed011ca22..7a1f3213e 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 cb3555ab5..4395a2182 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