[dpdk-dev] [v3,4/5] test: add event crypto adapter auto-test

Jerin Jacob jerin.jacob at caviumnetworks.com
Mon May 7 07:58:31 CEST 2018


-----Original Message-----
> Date: Sun, 6 May 2018 00:17:09 +0530
> From: Abhinandan Gujjar <abhinandan.gujjar at intel.com>
> To: jerin.jacob at caviumnetworks.com, hemant.agrawal at nxp.com,
>  akhil.goyal at nxp.com, dev at dpdk.org
> CC: narender.vangati at intel.com, abhinandan.gujjar at intel.com,
>  nikhil.rao at intel.com, gage.eads at 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.gujjar at 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",




More information about the dev mailing list