From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas@monjalon.net>
Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com
 [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 7C7EC7DEC
 for <dev@dpdk.org>; Thu, 26 Apr 2018 20:48:30 +0200 (CEST)
Received: from compute1.internal (compute1.nyi.internal [10.202.2.41])
 by mailout.nyi.internal (Postfix) with ESMTP id EAAA820EC5;
 Thu, 26 Apr 2018 14:48:29 -0400 (EDT)
Received: from mailfrontend1 ([10.202.2.162])
 by compute1.internal (MEProxy); Thu, 26 Apr 2018 14:48:29 -0400
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=mzyZh+/j+ruUa4IzXJarcMvnzV
 +gh2158NsgD2y2czA=; b=JMxnKoWD2pTcsN+kUbcbeFhCFQY7fDjXJ90c7gntum
 pqBuDcfw/OgCnUAvmY9jjCxW7s++BJ2cM7WcqR2yslmCArNChfaMbRJPdaZEQZ/o
 YqAHmE5fuV64jCWupB72VlfvsO33BxFL+kJ/2FUMjADhwWP/onXwlC/Yy9CKxxTP
 c=
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=fm2; bh=mzyZh+
 /j+ruUa4IzXJarcMvnzV+gh2158NsgD2y2czA=; b=F6fUiGgGCkRTdkfEdWi1PK
 Xt9W42St8bIcjKsW/oWr4JyjH1O29a141bZJn+P6fxttt+KCKwOFLfd8YMmyO5q9
 lrjqW+irKXlQdNy4KHDuJ+8Y66IPHjeXTkB38tQQ/F6eOxPBn5sm6hT/MWoWpYnC
 EnE97p5pLqt52hNkGtQ6++nvCpEMDUHPeGAW4BTMWsbeqVyWsFQ8afePOA2nDpmr
 x5SMLEzyNJa6eFynLA+2TAn89jwPMPUpE6dCA2lYlDgSrKXbJBMa2A/oRwYN1brx
 dF+WubAuGlNxP4+2WKgZJyyUiAwh3lcaBraV/+Xrd3QWfnhsoYnWBSvFjLvWqGRw
 ==
X-ME-Sender: <xms:_R7iWmpoexjSBs_ZV8zTEcji5V7pa4lvE6K6l0Kb0iPyL9aYl9BmHA>
Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184])
 by mail.messagingengine.com (Postfix) with ESMTPA id 25167E4122;
 Thu, 26 Apr 2018 14:48:29 -0400 (EDT)
From: Thomas Monjalon <thomas@monjalon.net>
To: Tomasz Duszynski <tdu@semihalf.com>
Cc: dev@dpdk.org, pablo.de.lara.guarch@intel.com, dima@marvell.com,
 Natalie Samsonov <nsamsono@marvell.com>
Date: Thu, 26 Apr 2018 20:48:27 +0200
Message-ID: <3925935.iZlSuyLCiM@xps>
In-Reply-To: <1524763320-29946-1-git-send-email-tdu@semihalf.com>
References: <1524763320-29946-1-git-send-email-tdu@semihalf.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: Re: [dpdk-dev] [PATCH] crypto/mrvl: rename PMD to mvsam
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: Thu, 26 Apr 2018 18:48:30 -0000

26/04/2018 19:22, Tomasz Duszynski:
> Picking a company stock ticker for a PMD name might not be a best approach
> in a long run since name is too generic.
> 
> This patch addresses that and renames mrvl to mvsam.

Have you grep'ed MRVL_CRYPTO after this patch?
I did not try but I can say you forgot test-build.sh.