From mboxrd@z Thu Jan 1 00:00:00 1970 From: "De Lara Guarch, Pablo" Subject: Re: [PATCH 10/11] test/test: add test for AMD CCP crypto PMD Date: Mon, 11 Dec 2017 14:27:50 +0000 Message-ID: References: <1512047553-118101-1-git-send-email-Ravi1.kumar@amd.com> <1512047553-118101-10-git-send-email-Ravi1.kumar@amd.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable To: Ravi Kumar , "dev@dpdk.org" Return-path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 9459B56A1 for ; Mon, 11 Dec 2017 15:27:53 +0100 (CET) In-Reply-To: <1512047553-118101-10-git-send-email-Ravi1.kumar@amd.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Ravi Kumar > Sent: Thursday, November 30, 2017 1:13 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH 10/11] test/test: add test for AMD CCP crypto > PMD >=20 > Signed-off-by: Ravi Kumar Hi Ravi, There is a compilation issue here: test/test/test_cryptodev_blockcipher.c:127:27: error: expected expression before '||' token driver_id =3D=3D mrvl_pmd) || Also, for crypto tests like this, you should use "test/crypto: " Thanks, Pablo