X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=doc%2Fguides%2Fcompressdevs%2Fzlib.rst;h=6e397ecd7e8b5d0abb7ea86fdf43025f6e412788;hb=769b2de7fb528607bee5cc443dbcddb905a8f61e;hp=986c59d43baa157841fa8d7ce7e6ff9507a0902e;hpb=0baf92041eff19db25802dd986d328439d9b5035;p=dpdk.git diff --git a/doc/guides/compressdevs/zlib.rst b/doc/guides/compressdevs/zlib.rst index 986c59d43b..6e397ecd7e 100644 --- a/doc/guides/compressdevs/zlib.rst +++ b/doc/guides/compressdevs/zlib.rst @@ -53,10 +53,6 @@ Installation Initialization -------------- -In order to enable this virtual compression PMD, user must: - -* Set ``CONFIG_RTE_LIBRTE_PMD_ZLIB=y`` in config/common_base. - To use the PMD in an application, user must: * Call ``rte_vdev_init("compress_zlib")`` within the application.