From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-11.6 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B66E7C43331 for ; Tue, 12 Nov 2019 19:31:24 +0000 (UTC) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mail.kernel.org (Postfix) with ESMTP id 5D6202067B for ; Tue, 12 Nov 2019 19:31:24 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="ewI7lh5M" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 5D6202067B Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=redhat.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org 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 Content-Type: text/plain; charset=WINDOWS-1252 Content-Transfer-Encoding: quoted-printable 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/aes= ni_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 ``_. =20 .. code-block:: console =20 --=20 1.8.3.1