-----Original Message----- > Date: Sun, 6 May 2018 00:17:09 +0530 > From: Abhinandan Gujjar <abhinandan.guj...@intel.com> > To: jerin.ja...@caviumnetworks.com, hemant.agra...@nxp.com, > akhil.go...@nxp.com, dev@dpdk.org > CC: narender.vang...@intel.com, abhinandan.guj...@intel.com, > nikhil....@intel.com, gage.e...@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 <abhinandan.guj...@intel.com> > --- > 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",