diff options
author | David Marchand <david.marchand@redhat.com> | 2019-11-12 20:31:03 +0100 |
---|---|---|
committer | David Marchand <david.marchand@redhat.com> | 2019-11-15 10:11:04 +0100 |
commit | a0eb7f2be8e525c5c4cdd8b751945187de2cf9e5 (patch) | |
tree | 611ce6fe2de6fb864f72f111339cd4acb6231165 | |
parent | 21f46d5f194ee475de622caa1cad54a91d1effb1 (diff) | |
download | dpdk-a0eb7f2be8e525c5c4cdd8b751945187de2cf9e5.zip dpdk-a0eb7f2be8e525c5c4cdd8b751945187de2cf9e5.tar.gz dpdk-a0eb7f2be8e525c5c4cdd8b751945187de2cf9e5.tar.xz |
doc: fix link to AESNI mb external library
Add missing _.
Fixes: 2977a13657ab ("doc: fix AESNI_MB guide")
Cc: stable@dpdk.org
Signed-off-by: David Marchand <david.marchand@redhat.com>
-rw-r--r-- | doc/guides/cryptodevs/aesni_mb.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guides/cryptodevs/aesni_mb.rst b/doc/guides/cryptodevs/aesni_mb.rst index 318fcfb..5d8fb46 100644 --- a/doc/guides/cryptodevs/aesni_mb.rst +++ b/doc/guides/cryptodevs/aesni_mb.rst @@ -65,7 +65,7 @@ To build DPDK with the AESNI_MB_PMD the user is required to download the multi-b library from `here <https://github.com/01org/intel-ipsec-mb>`_ and compile it on their user system before building DPDK. The latest version of the library supported by this PMD is v0.53, which -can be downloaded from `<https://github.com/01org/intel-ipsec-mb/archive/v0.53.zip>`. +can be downloaded from `<https://github.com/01org/intel-ipsec-mb/archive/v0.53.zip>`_. .. code-block:: console |