From patchwork Tue Nov 12 19:31:03 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: David Marchand X-Patchwork-Id: 62907 X-Patchwork-Delegate: david.marchand@redhat.com Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 21787A0353; Tue, 12 Nov 2019 20:31:24 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 989BA374C; Tue, 12 Nov 2019 20:31:23 +0100 (CET) Received: from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com [205.139.110.120]) by dpdk.org (Postfix) with ESMTP id 00887343C for ; Tue, 12 Nov 2019 20:31:21 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1573587081; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=nJ8Z4dUIYPvRFx2/Q/xDMkIBapFwhnq9Dxlc/ANF9xo=; b=ewI7lh5MMCtcXsohZbSEQ/zVnbPJ2Y/q4ETf37j4C50dZQ3PXePn4HGlZ8ZRQqXFQFU10z MtjmllEgSk5vJ/RU+jZYtojJWiPBTXYN9LF1cDC+nClrHZNtXKNGcmdgy2tkg5ieA1UZuB sc6VpOXB3Apcyrpe+Dp1n2/3uIiTX40= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-4-chnvQ1KuMIK87PzCfcgm2w-1; Tue, 12 Nov 2019 14:31:18 -0500 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id D83B9800EB3; Tue, 12 Nov 2019 19:31:16 +0000 (UTC) Received: from dmarchan.remote.csb (unknown [10.40.205.213]) by smtp.corp.redhat.com (Postfix) with ESMTP id A3CA629340; Tue, 12 Nov 2019 19:31:14 +0000 (UTC) From: David Marchand To: dev@dpdk.org Cc: stable@dpdk.org, Declan Doherty , Pablo de Lara , John McNamara , Marko Kovacevic Date: Tue, 12 Nov 2019 20:31:03 +0100 Message-Id: <1573587063-24253-1-git-send-email-david.marchand@redhat.com> X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 X-MC-Unique: chnvQ1KuMIK87PzCfcgm2w-1 X-Mimecast-Spam-Score: 0 Subject: [dpdk-dev] [PATCH v2] doc: fix link to AESNI mb external library X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Add missing _. Fixes: 2977a13657ab ("doc: fix AESNI_MB guide") Cc: stable@dpdk.org Signed-off-by: David Marchand --- Changelog since v1: - rebased on master, still the same issue --- doc/guides/cryptodevs/aesni_mb.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 `_ 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 ``. +can be downloaded from ``_. .. code-block:: console