From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 9006FA0547; Fri, 14 Feb 2020 14:13:40 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id C4C79100C; Fri, 14 Feb 2020 14:13:39 +0100 (CET) Received: from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com [207.211.31.120]) by dpdk.org (Postfix) with ESMTP id 6E2DB374 for ; Fri, 14 Feb 2020 14:13:38 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1581686017; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=SH/wV+Eav5L3HI0SDl/1A8IsSPNIRoLTaZdDM71g3FQ=; b=hu1Sx9p5ylTdBk5Wtsq7pzVGOMU2pui26QZ2vI18tJvTH7ARFP33Fs/NcPhI8Dxk6K5n1q E7szOx58+SzKBNGsY5dO5dIHOnxIUxKthzH+DCDtQmWJX94G7IkNUzc0V5EwCwhNYOodHB uWqegHbyEMm1GO/Vb6MA+1Aho2edCFg= Received: from mail-vk1-f197.google.com (mail-vk1-f197.google.com [209.85.221.197]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-81--CrF8pRxOgiuU8bi6zSPdw-1; Fri, 14 Feb 2020 08:13:35 -0500 Received: by mail-vk1-f197.google.com with SMTP id n9so3268533vkc.14 for ; Fri, 14 Feb 2020 05:13:35 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=O2nKV2PvjQmlAvRvs5IPXQaXznsYvdxG1Ulhkpa0WMI=; b=RMmvVH+xRijtbRUyvqyKvqa1ae/EVMZufYBwORmR2cFTZ3fDScq7tCdRObB7RDQpyr T8qFwo/wQGg0wy4CGAKa6+FclGXObyfSFzOa3q6i8FDACv99gPyApK7fN9/tST0v6uxi aU1cLpoqoYsKbc32JBkV3U3eEGPyORwz0KMH6Z8pHKsltRacZjWo6dCJwYoFMAqoa9Pk 9dk0sP981X0A00yzhEpv7YQLcN1CH4ZEuJ9IfRPHqPRJ56spGbap3obXXKMiF2kRNruB 3fcIq1ZSyW63EOQ3XWkgEagVnJJlRqEBqNIiaeoSt/k3pmTScFml1Ax8zuz1eqdnpQ1F ODPw== X-Gm-Message-State: APjAAAXlFYvI2AHDW8lcRoLGHWCTcwmU4vi7s0Pm9JaTN6EPunOw5WeD Mn0MZBKCK+T/e1osKpFZ44vC0+5gYKlIPzkR2XvQ2jF4krG+PH2DnxMB3kLjfQZcMRoQhgPe+7P b/iZU9+ibjerZPk2kn1k= X-Received: by 2002:a1f:5385:: with SMTP id h127mr1580248vkb.56.1581686015099; Fri, 14 Feb 2020 05:13:35 -0800 (PST) X-Google-Smtp-Source: APXvYqxQ33tZ4Wxtpk35G7+6N0uIx2NmF+7HfxhDFDRz+bfodhNu7rC2FxHv3saYpGcgKrsTe6mrIzGFBmkGZXEC8Wc= X-Received: by 2002:a1f:5385:: with SMTP id h127mr1580230vkb.56.1581686014768; Fri, 14 Feb 2020 05:13:34 -0800 (PST) MIME-Version: 1.0 References: <20200214114118.87662-1-roy.fan.zhang@intel.com> In-Reply-To: <20200214114118.87662-1-roy.fan.zhang@intel.com> From: David Marchand Date: Fri, 14 Feb 2020 14:13:23 +0100 Message-ID: To: Fan Zhang Cc: dev , Akhil Goyal , ssarananaga@marvell.com, Anoob Joseph X-MC-Unique: -CrF8pRxOgiuU8bi6zSPdw-1 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [dpdk-dev] [PATCH] examples/fips_validation: fix typo 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" On Fri, Feb 14, 2020 at 12:41 PM Fan Zhang wrote: > > This patch fixes the cipher len keyword typo. > > Fixes: 07f5e4553293 ("examples/fips_validation: fix cipher length for AES= -GCM") > Suggested-by: Akhil Goyal > Signed-off-by: Fan Zhang Acked-by: David Marchand Applied, thanks. --=20 David Marchand