From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id D870A1B1CF for ; Tue, 9 Jan 2018 20:27:13 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Jan 2018 11:27:12 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,336,1511856000"; d="scan'208";a="22703502" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.48]) ([10.237.220.48]) by orsmga001.jf.intel.com with ESMTP; 09 Jan 2018 11:27:10 -0800 To: Amr Mokhtar , dev@dpdk.org Cc: thomas@monjalon.net, anatoly.burakov@intel.com, pablo.de.lara.guarch@intel.com, niall.power@intel.com, chris.macnamara@intel.com References: <1513990331-20253-1-git-send-email-amr.mokhtar@intel.com> <1513990331-20253-4-git-send-email-amr.mokhtar@intel.com> From: Ferruh Yigit Message-ID: <276b7382-dea2-117f-9794-ded7c8897fce@intel.com> Date: Tue, 9 Jan 2018 19:27:09 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 MIME-Version: 1.0 In-Reply-To: <1513990331-20253-4-git-send-email-amr.mokhtar@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v4 4/5] bbdev: test applications X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Jan 2018 19:27:14 -0000 On 12/23/2017 12:52 AM, Amr Mokhtar wrote: > - full test suite for bbdev > - test App works seamlessly on all PMDs registered with bbdev > framework > - a python script is provided to make our life easier > - supports execution of tests by parsing Test Vector files > - test Vectors can be added/deleted/modified with no need for > re-compilation > - various tests can be executed: > (a) Throughput test > (b) Offload latency test > (c) Operation latency test > (d) Validation test > (c) Sanity checks > > Signed-off-by: Amr Mokhtar Getting following build error, can you please check? .../dpdk/app/test-bbdev/test_bbdev_perf.c:1206:59: error: array subscript is above array bounds [-Werror=array-bounds] bufs = &tp->op_params->q_bufs[GET_SOCKET(info.socket_id)][queue_id]; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~