From patchwork Tue Sep 29 00:05:57 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Chautru, Nicolas" X-Patchwork-Id: 79107 X-Patchwork-Delegate: gakhil@marvell.com Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 2831DA04C0; Tue, 29 Sep 2020 02:07:22 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 8F7E31DA03; Tue, 29 Sep 2020 02:07:20 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 4804A1DA02; Tue, 29 Sep 2020 02:07:17 +0200 (CEST) IronPort-SDR: wDLozsVsXHGqe0CnpI6PMwTL02TaFhlfrB8CpMPHnjUpzyCyGaWc3TJjV4MrHQnTJerj1S3FS4 ywbOxU7Mb8xw== X-IronPort-AV: E=McAfee;i="6000,8403,9758"; a="149743196" X-IronPort-AV: E=Sophos;i="5.77,315,1596524400"; d="scan'208";a="149743196" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Sep 2020 17:07:16 -0700 IronPort-SDR: N2ie0W5BFBtoFxefZ/+ClMMlUL2uFXUv07SCP2OOgU9uZC5P+Q/gqLbk59LkuTXoNgMSix7IWK yEVKdfH53/bQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.77,315,1596524400"; d="scan'208";a="307542471" Received: from skx-5gnr-sc12-4.sc.intel.com ([172.25.69.210]) by orsmga003.jf.intel.com with ESMTP; 28 Sep 2020 17:07:16 -0700 From: Nicolas Chautru To: dev@dpdk.org, akhil.goyal@nxp.com Cc: stable@dpdk.org, Nicolas Chautru Date: Mon, 28 Sep 2020 17:05:57 -0700 Message-Id: <1601337957-115858-1-git-send-email-nicolas.chautru@intel.com> X-Mailer: git-send-email 1.8.3.1 Subject: [dpdk-dev] [PATCH] doc: remove orphan PMD feature table 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" Removing a feature table refering erroneously to a PMD not present in DPDK. Fixes: 65f1eec ("doc: add feature matrix table for bbdev") > Cc: stable@dpdk.org Signed-off-by: Nicolas Chautru --- doc/guides/bbdevs/features/mbc.ini | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 doc/guides/bbdevs/features/mbc.ini diff --git a/doc/guides/bbdevs/features/mbc.ini b/doc/guides/bbdevs/features/mbc.ini deleted file mode 100644 index 78a7b95..0000000 --- a/doc/guides/bbdevs/features/mbc.ini +++ /dev/null @@ -1,14 +0,0 @@ -; -; Supported features of the 'mbc' bbdev driver. -; -; Refer to default.ini for the full list of available PMD features. -; -[Features] -Turbo Decoder (4G) = Y -Turbo Encoder (4G) = Y -LDPC Decoder (5G) = Y -LDPC Encoder (5G) = Y -LLR/HARQ Compression = Y -External DDR Access = Y -HW Accelerated = Y -BBDEV API = Y