From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 6455DA04C7; Mon, 14 Sep 2020 14:34:13 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E1AC02C36; Mon, 14 Sep 2020 14:34:12 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id E2255FFA for ; Mon, 14 Sep 2020 14:34:10 +0200 (CEST) IronPort-SDR: waGWm27Zo55LxQo9qwJirfPsFlTpZdr9gkvwy+P+WViZoljLvYjF7AGUpMnyDmZ99ZpclqZdzW JzrkWlC8qzQw== X-IronPort-AV: E=McAfee;i="6000,8403,9743"; a="156508614" X-IronPort-AV: E=Sophos;i="5.76,426,1592895600"; d="scan'208";a="156508614" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Sep 2020 05:34:10 -0700 IronPort-SDR: xyzFDz0uCf8rDZdp9OO76fWygdb2CBA4NCaEcA6V1XSbGrSRz3L2k3p8Uu9e3A6/+M37GObKtZ 2lIuSKl5/eLg== X-IronPort-AV: E=Sophos;i="5.76,426,1592895600"; d="scan'208";a="450858491" Received: from klaatz-mobl1.ger.corp.intel.com (HELO [10.213.247.165]) ([10.213.247.165]) by orsmga004-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Sep 2020 05:34:09 -0700 To: Bruce Richardson , dev@dpdk.org References: <20200821155945.29415-1-bruce.richardson@intel.com> <20200910164716.1011901-1-bruce.richardson@intel.com> <20200910164716.1011901-2-bruce.richardson@intel.com> From: "Laatz, Kevin" Message-ID: <590fe7fa-1015-1cbe-444c-f6dccfefefcf@intel.com> Date: Mon, 14 Sep 2020 13:34:07 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.12.0 MIME-Version: 1.0 In-Reply-To: <20200910164716.1011901-2-bruce.richardson@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US Subject: Re: [dpdk-dev] [PATCH v2 1/3] raw/ioat: support multiple devices being tested 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 10/09/2020 17:47, Bruce Richardson wrote: > The current selftest function uses a single global variable to track state > which implies that only a single instance can have the selftest function > called on it. Change this to an array to allow multiple instances to be > tested. > > Signed-off-by: Bruce Richardson > --- > drivers/raw/ioat/ioat_rawdev_test.c | 17 +++++++++++++---- > 1 file changed, 13 insertions(+), 4 deletions(-) > [...] Reviewed-by: Kevin Laatz