[dpdk-dev] [PATCH v3 11/11] compress/isal: add ISA-L compression PMD docs

Kovacevic, Marko marko.kovacevic at intel.com
Mon Apr 23 16:53:42 CEST 2018


Few typos below

> Signed-off-by: Lee Daly <lee.daly at intel.com>
> ---
>  MAINTAINERS                               |  5 ++
>  devtools/test-build.sh                    |  4 ++
>  doc/guides/compressdevs/features/isal.ini | 40 +++++++++++++
>  doc/guides/compressdevs/index.rst         |  1 +
>  doc/guides/compressdevs/isal.rst          | 94
> +++++++++++++++++++++++++++++++

<...>

> +; Supported features of 'ISA-L' compression driver.
> +;
> +[FEATURES]
> +HW Accelerated = N
> +CPU SSE        = Y
> +CPU AVX        = Y
> +CPU AVX2       = Y
> +CPU AVX512     = Y
> +CPU NEON       = N
> +Stateful       = N
> +By-Pass        = N
> +Chained mbufs  = N
> +;
> +; Supported algorithims of the 'ISA-L' compression driver.

algorithims / algorithms

> +;
> +[ALGORITHIM]

ALGORITHIM / ALGORITHM

<...>

> +The ISA-L PMD (**librte_pmd_isal_comp**) provides poll mode
> compression
> +& decompression driver support for utilizing Intel ISA-L library, which
> +implements the deflate algorithim for both compression and
> +decompression

algorithim / algorithm

<...>

> +
> +are usualy sufficient::
> +
> +	./autogen.sh
> +	./configure
> +

usualy /  usually 

<...>



More information about the dev mailing list