From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [pull-request] next-crypto 18.05-rc3 Date: Thu, 10 May 2018 10:28:30 +0200 Message-ID: <2295050.L3CjXqkD8k@xps> References: <20180509213707.12945-1-pablo.de.lara.guarch@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, reshma.pattan@intel.com To: Pablo de Lara Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 70EB51B8A0 for ; Thu, 10 May 2018 10:28:32 +0200 (CEST) In-Reply-To: <20180509213707.12945-1-pablo.de.lara.guarch@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" 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]