Removing a feature table referring erroneously to a PMD not present in DPDK.
Fixes: 65f1eec ("doc: add feature matrix table for bbdev") > Cc: sta...@dpdk.org Signed-off-by: Nicolas Chautru <nicolas.chau...@intel.com> --- 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