From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 333AD1396 for ; Tue, 21 Mar 2017 16:31:42 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1490110303; x=1521646303; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=XUXWnp03LG+DRGDLd/YCr7wx6hJnawLkts2VIR3AwyU=; b=Ef7hRFl8sC6hqcXBZ/s428JAUmfIsuhpqQzn6ycECxFnh+VnyhNkWWRp DRcuKH0GVeh8pCDIGWdW1N7AsZblrA==; Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 21 Mar 2017 08:31:41 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,198,1486454400"; d="scan'208";a="1125365318" Received: from irsmsx152.ger.corp.intel.com ([163.33.192.66]) by fmsmga001.fm.intel.com with ESMTP; 21 Mar 2017 08:31:40 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.173]) by IRSMSX152.ger.corp.intel.com ([169.254.6.125]) with mapi id 14.03.0248.002; Tue, 21 Mar 2017 15:31:39 +0000 From: "De Lara Guarch, Pablo" To: Akhil Goyal , "dev@dpdk.org" CC: "thomas.monjalon@6wind.com" , "Doherty, Declan" , "Mcnamara, John" , "nhorman@tuxdriver.com" , "hemant.agrawal@nxp.com" Thread-Topic: [PATCH v5 12/12] app/test: add dpaa2 sec crypto functional test Thread-Index: AQHSlCnhS/jDA3QAiUOQx9+TRDzrr6Gfh9FQ Date: Tue, 21 Mar 2017 15:31:39 +0000 Message-ID: References: <20170303193648.30665-1-akhil.goyal@nxp.com> <20170303194935.30831-1-akhil.goyal@nxp.com> <20170303194935.30831-13-akhil.goyal@nxp.com> In-Reply-To: <20170303194935.30831-13-akhil.goyal@nxp.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZTUwOWQyZTgtZTQ0Zi00YjRjLThmYmQtZDZiNGEwYTA3NDEzIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6InpiTEdza1wvM1RVK1RkXC9GSVRma1NoeERHV2hhY0lUcnhEWldldVpqVHZQaz0ifQ== x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v5 12/12] app/test: add dpaa2 sec crypto functional test 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: Tue, 21 Mar 2017 15:31:43 -0000 > -----Original Message----- > From: Akhil Goyal [mailto:akhil.goyal@nxp.com] > Sent: Friday, March 03, 2017 7:50 PM > To: dev@dpdk.org > Cc: thomas.monjalon@6wind.com; Doherty, Declan; De Lara Guarch, Pablo; > Mcnamara, John; nhorman@tuxdriver.com; hemant.agrawal@nxp.com; > Akhil Goyal > Subject: [PATCH v5 12/12] app/test: add dpaa2 sec crypto functional test >=20 > Signed-off-by: Akhil Goyal > Reviewed-by: Hemant Agrawal Since I asked for a new version, make sure that you rebase against dpdk-nex= t-crypto, which contains the commit that has moved the test app from app/test to test= /test. Thanks, Pablo