From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerin Jacob Subject: Re: [v3,4/5] test: add event crypto adapter auto-test Date: Mon, 7 May 2018 11:28:31 +0530 Message-ID: <20180507055830.GA10862@jerin> References: <1525546030-11204-1-git-send-email-abhinandan.gujjar@intel.com> <1525546030-11204-5-git-send-email-abhinandan.gujjar@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Cc: hemant.agrawal@nxp.com, akhil.goyal@nxp.com, dev@dpdk.org, narender.vangati@intel.com, nikhil.rao@intel.com, gage.eads@intel.com To: Abhinandan Gujjar Return-path: Received: from NAM02-SN1-obe.outbound.protection.outlook.com (mail-sn1nam02on0047.outbound.protection.outlook.com [104.47.36.47]) by dpdk.org (Postfix) with ESMTP id 2066E2BA7 for ; Mon, 7 May 2018 07:58:51 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1525546030-11204-5-git-send-email-abhinandan.gujjar@intel.com> 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----- > Date: Sun, 6 May 2018 00:17:09 +0530 > From: Abhinandan Gujjar > To: jerin.jacob@caviumnetworks.com, hemant.agrawal@nxp.com, > akhil.goyal@nxp.com, dev@dpdk.org > CC: narender.vangati@intel.com, abhinandan.gujjar@intel.com, > nikhil.rao@intel.com, gage.eads@intel.com > Subject: [v3,4/5] test: add event crypto adapter auto-test > X-Mailer: git-send-email 1.9.1 > > Signed-off-by: Abhinandan Gujjar > --- > MAINTAINERS | 1 + > test/test/Makefile | 1 + > test/test/test_event_crypto_adapter.c | 913 ++++++++++++++++++++++++++++++++++ > 3 files changed, 915 insertions(+) > create mode 100644 test/test/test_event_crypto_adapter.c > 32bit target failing (T=i686-native-linuxapp-gcc) /export/dpdk.org/test/test/test_event_crypto_adapter.c: In function ‘test_crypto_adapter_stats’: /export/dpdk.org/test/test/test_event_crypto_adapter.c:135:46: error: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 2 has type ‘uint64_t {aka long long unsigned int}’ [-Werror=format=] printf(" + Event port poll count %lu\n", ~~^ %llu stats.event_poll_count); ~~~~~~~~~~~~~~~~~~~~~~ /export/dpdk.org/test/test/test_event_crypto_adapter.c:137:46: error: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 2 has type ‘uint64_t {aka long long unsigned int}’ [-Werror=format=] printf(" + Event dequeue count %lu\n", ~~^ %llu stats.event_deq_count); ~~~~~~~~~~~~~~~~~~~~~ /export/dpdk.org/test/test/test_event_crypto_adapter.c:139:46: error: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 2 has type ‘uint64_t {aka long long unsigned int}’ [-Werror=format=] printf(" + Cryptodev enqueue count %lu\n",