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 B273CA04C0; Tue, 29 Sep 2020 02:11:19 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 5D7B01DA35; Tue, 29 Sep 2020 02:11:01 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 5F25F1DA02; Tue, 29 Sep 2020 02:10:57 +0200 (CEST) IronPort-SDR: WdYSGv80WMdQDX4x4Fq334ut+1i2z+IgF4ZBEJDhGnbDlecNxl9G7v4M0z2Czx07yLhASCOeCY XwwW+DuCkTFw== X-IronPort-AV: E=McAfee;i="6000,8403,9758"; a="159421551" X-IronPort-AV: E=Sophos;i="5.77,315,1596524400"; d="scan'208";a="159421551" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Sep 2020 17:10:53 -0700 IronPort-SDR: PYs5ZiMDrw2OQMzcj9B2IH1F5rrfsAAkSaK++nLFAu39xzqVQwE6WKxk0Pu8UoLbVHUb8Xey1F niZH6VCKmuFA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.77,315,1596524400"; d="scan'208";a="324471162" Received: from skx-5gnr-sc12-4.sc.intel.com ([172.25.69.210]) by orsmga002.jf.intel.com with ESMTP; 28 Sep 2020 17:10:50 -0700 From: Nicolas Chautru To: dev@dpdk.org, akhil.goyal@nxp.com Cc: stable@dpdk.org, Nicolas Chautru Date: Mon, 28 Sep 2020 17:09:32 -0700 Message-Id: <1601338172-116361-2-git-send-email-nicolas.chautru@intel.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1601338172-116361-1-git-send-email-nicolas.chautru@intel.com> References: <1601338172-116361-1-git-send-email-nicolas.chautru@intel.com> Subject: [dpdk-dev] [PATCH -v2] 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 referring 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 -- 1.8.3.1