From: Eoin Breen <eoin.br...@intel.com> Signed-off-by: Eoin Breen <eoin.breen at intel.com> Signed-off-by: Deepak Kumar Jain <deepak.k.jain at intel.com> --- Changes in v2: Incorporated comments received on v1.
doc/guides/cryptodevs/qat.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/guides/cryptodevs/qat.rst b/doc/guides/cryptodevs/qat.rst index 3ee2312..325004c 100644 --- a/doc/guides/cryptodevs/qat.rst +++ b/doc/guides/cryptodevs/qat.rst @@ -83,6 +83,16 @@ Installation To use the DPDK QAT PMD an SRIOV-enabled QAT kernel driver is required. The VF devices exposed by this driver will be used by QAT PMD. +To enable QAT in DPDK, follow the instructions mentioned in +http://dpdk.org/doc/guides/linux_gsg/build_dpdk.html + +Quick instructions as follows: + +#. ``make config T=x86_64-native-linuxapp-gcc`` +#. Open the ``./build/.config`` file +#. Replace ``CONFIG_RTE_LIBRTE_PMD_QAT=n`` with ``CONFIG_RTE_LIBRTE_PMD_QAT=y`` +#. ``make`` + If you are running on kernel 4.4 or greater, see instructions for `Installation using kernel.org driver`_ below. If you are on a kernel earlier than 4.4, see `Installation using 01.org QAT driver`_. -- 2.5.5