From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas@monjalon.net>
Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com
 [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 49AFA1B384
 for <dev@dpdk.org>; Tue, 30 Jan 2018 00:19:29 +0100 (CET)
Received: from compute1.internal (compute1.nyi.internal [10.202.2.41])
 by mailout.nyi.internal (Postfix) with ESMTP id EAA78209CA;
 Mon, 29 Jan 2018 18:19:28 -0500 (EST)
Received: from frontend1 ([10.202.2.160])
 by compute1.internal (MEProxy); Mon, 29 Jan 2018 18:19:28 -0500
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h=
 cc:content-transfer-encoding:content-type:date:from:in-reply-to
 :message-id:mime-version:references:subject:to:x-me-sender
 :x-me-sender:x-sasl-enc; s=mesmtp; bh=tTK7C9aAlmYUGE22f7rqI0oSsf
 zEB2RqR13soIGIsBE=; b=B43ewpMn0ZjZ9a5i1WAUgNjPXEpjsg9yD9JdeSKn/L
 G4mJyhpojUkaBt9KeB95QCKo1gnwmgD0GaPZ3lV82JeWdPHJwWGBQHlGT808ZkgT
 CLQipJmcQF82KauClgrSVaDov/82fuDXqIAYeyGgI068Sk7+obu1ztQpPBql4pvb
 o=
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=
 messagingengine.com; h=cc:content-transfer-encoding:content-type
 :date:from:in-reply-to:message-id:mime-version:references
 :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=tTK7C9
 aAlmYUGE22f7rqI0oSsfzEB2RqR13soIGIsBE=; b=GEgIy7MopZZkes1gziy+2y
 QQIy58wD0vtTdGa1nsg+b48gQ+1SAcnBOu8TJTXczm7QpWE49pdHFTumZmOSBgM+
 y8pDjnAC9dlIsqVLbhq56OVM604Os3wfvNGl0UXygiOmevWjDQ/0Hk1zP//Xey7n
 7QZS3YY50f2ybq5iWpYDJ1Os3Nypnz55K/haWS9MVj1hWMZ1GF3/ns9KHKq6Qy5Q
 ZksgjcAJ44SpTST4/1b4N9/+i7UaPkToNqx+SSn5+mjqr0HhrYhkeLCvrOHsDNF4
 cXdq3TGgL1Knmh4ryRnOCOtdKEmNH0lJo/BTfQ+M1PUKk8qIQ8ScksOpo/OPtU5Q
 ==
X-ME-Sender: <xms:AKxvWp-g7ZhLiyzDz6M8u3XwaIPe2z8OX68eTKyKmherqkq9S2St1Q>
Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184])
 by mail.messagingengine.com (Postfix) with ESMTPA id 8013F7E683;
 Mon, 29 Jan 2018 18:19:28 -0500 (EST)
From: Thomas Monjalon <thomas@monjalon.net>
To: tdu@semihalf.com
Cc: dev@dpdk.org
Date: Tue, 30 Jan 2018 00:18:42 +0100
Message-ID: <4246003.jKxuQK5thn@xps>
In-Reply-To: <20180129215540.8515-1-thomas@monjalon.net>
References: <20180129215540.8515-1-thomas@monjalon.net>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: Re: [dpdk-dev] [PATCH] crypto/mrvl: fix export map file name
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Mon, 29 Jan 2018 23:19:29 -0000

29/01/2018 22:55, Thomas Monjalon:
> Fixes: 8a61c83af2fa ("crypto/mrvl: add mrvl crypto driver")
> 
> Signed-off-by: Thomas Monjalon <thomas@monjalon.net>

Applied