[dpdk-dev] [pull-request] next-crypto 18.05-rc3

Thomas Monjalon thomas at monjalon.net
Thu May 10 10:28:30 CEST 2018


09/05/2018 23:37, Pablo de Lara:
> Reshma Pattan (1):
>       test/crypto: enhance scheduler unit tests

I see a compilation error with meson ARM in this commit:

./test/test/test_cryptodev.c:155:11: error: unused variable 'socket_id' [-Werror=unused-variable]
  uint16_t socket_id = 0;
           ^~~~~~~~~
./test/test/test_cryptodev.c:154:11: error: unused variable 'slave_core_count' [-Werror=unused-variable]
  uint16_t slave_core_count = 0;
           ^~~~~~~~~~~~~~~~
./test/test/test_cryptodev.c:152:7: error: unused variable 'temp_str' [-Werror=unused-variable]
  char temp_str[VDEV_ARGS_SIZE] = {"mode=multi-core,"
       ^~~~~~~~
./test/test/test_cryptodev.c:151:7: error: unused variable 'vdev_args' [-Werror=unused-variable]
  char vdev_args[VDEV_ARGS_SIZE] = {""};
       ^~~~~~~~~
./test/test/test_cryptodev.c: At top level:
cc1: error: unrecognized command line option '-Wno-address-of-packed-member' [-Werror]





More information about the dev mailing list