From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wj0-f177.google.com (mail-wj0-f177.google.com [209.85.210.177]) by dpdk.org (Postfix) with ESMTP id 448EB326C for ; Mon, 9 Jan 2017 16:24:53 +0100 (CET) Received: by mail-wj0-f177.google.com with SMTP id kq3so21267783wjc.0 for ; Mon, 09 Jan 2017 07:24:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding; bh=3/xtEjBHyUxNjolmU8BYT1HRM5cfLB5AE7/t/aSjYws=; b=KqLdZukEbA5JS7Ghyq9X1bs7/EhhALMfEOF4MfuKQnAzE4DWpEZ8smQxOhjmd7kdM3 Pk8mK1bK11uRfZ6T2O1PAYUX4WuVMB+/G75tAGjANWiHp8lLmpDTzqGmWyBXbiQHOy6M QDRLTCnWx9i7oSJyj9P/bH95Lay3/VOyiJ1mtK7svIOpeEmCZeLgkQPGLknQ8wweMjKA 9MXOiHZEKeOjCCF0Dq3dXp5kd2cqUu42ispA2CF6aYWeJPkOgr6bJL8lrbwHjqk6NYE5 KWIJ2GusmAh8a6gayrpYQ6R51r4X2HqKzJSPL9waZjt+q10HAAaADbtzQDKzHu0okU/b R1rQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=3/xtEjBHyUxNjolmU8BYT1HRM5cfLB5AE7/t/aSjYws=; b=tAyANsFh7u51DT73KorRz1k2hb5+RBcVfb9MQGpyaFPcCZgoyi0G57fLKzBw7Wp1q+ tpQCmBI8OUbVSQFzD/zIJMK4hRlBPlAm5wF8OPklb30FqB+ohXIdp3mm4XFNaNT/1INg BuHZgRx3DJ28o0Gq8gf893nvV+W+b+Y1dgKmgKi38EDG3E4PvQcqKQZGMjuOeidO+rDt 2tw3HnEPBvoDTO/BJ3w2LgO2c0HstmRR27sOdrHt9W87XbpDLWcBZjv3h8xA3Q5PLMVT sA9IaAH6J4dpXrJRtk9yzidBugSUW1UVDVC8n9kAG+XlFstGhSVls6ShciFz3AJvetnK h1PA== X-Gm-Message-State: AIkVDXKhyH8lxmrYjKC7UIHCnkkFdZ7rRcBlpw9eeN9iykgwepY9DWnC1y3whAlJqTnej5op X-Received: by 10.194.82.230 with SMTP id l6mr989227wjy.29.1483975492973; Mon, 09 Jan 2017 07:24:52 -0800 (PST) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id gj6sm124572276wjb.29.2017.01.09.07.24.52 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 09 Jan 2017 07:24:52 -0800 (PST) From: Thomas Monjalon To: Slawomir Mrozowicz , Declan Doherty Cc: dev@dpdk.org, Piotr Azarewicz , Marcin Kerlin , Michal Kobylinski Date: Mon, 09 Jan 2017 16:24:51 +0100 Message-ID: <2098042.frnbFPgmZm@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1483635001-15473-4-git-send-email-slawomirx.mrozowicz@intel.com> References: <1480691702-4600-1-git-send-email-michalx.k.jastrzebski@intel.com> <1483635001-15473-1-git-send-email-slawomirx.mrozowicz@intel.com> <1483635001-15473-4-git-send-email-slawomirx.mrozowicz@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2 3/3] app/crypto-perf: introduce new performance test application 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: , X-List-Received-Date: Mon, 09 Jan 2017 15:24:53 -0000 2017-01-05 17:50, Slawomir Mrozowicz: > --- a/app/Makefile > +++ b/app/Makefile > @@ -38,5 +38,6 @@ DIRS-$(CONFIG_RTE_TEST_PMD) += test-pmd > DIRS-$(CONFIG_RTE_LIBRTE_CMDLINE) += cmdline_test > DIRS-$(CONFIG_RTE_EXEC_ENV_LINUXAPP) += proc_info > DIRS-$(CONFIG_RTE_LIBRTE_PDUMP) += pdump > +DIRS-$(CONFIG_RTE_APP_CRYPTO_PERF) += crypto-perf Could we rename the directory to test-crypto or test-crypto-perf for consistency? > --- /dev/null > +++ b/app/crypto-perf/Makefile [...] > +APP = dpdk-crypto-perf I think we should have "test" in the name of the app. dpdk-test-crypto? dpdk-test-crypto-perf?