From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id F3FAE42802; Tue, 28 Mar 2023 03:14:08 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id EE68040EDF; Tue, 28 Mar 2023 03:14:08 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mails.dpdk.org (Postfix) with ESMTP id 4B43F40A87 for ; Tue, 28 Mar 2023 03:14:07 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1679966047; x=1711502047; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=EadgSLZkqMf2OPlfnhcuI8bacEzgTe0bMmran2KV/VM=; b=FsoEuKFRMQttN7TDZO/LRhQNK7/DNGAD1cHkqh7Sl5Hxu9/SAiEiRf49 weB65ndsKgbHZvVP/w9GQMpN45jciXzrDNDOVZ1588PgJGz8ZYVlSjCEv x2bZwDiwvUyBgWoliVcdHqIg7DPDthU1eQRLL1DPmHWFVj2IgiOm124Pz sKvYAmwJwDKMge47TcUTJGJ4c4XEbN+S6KoIwVrXxuRGFLpEomwryQkUW hA8YWmj3nWNHd5VAQo3LIvtv1+DdriVwQ11UCsA/ZW05HwNYDudhGs0b5 2BO7UtHOJHiNPrrC9H5M88LAQ8uR6tVPVekcyYEMCq1OMnbzQ/gEXiLvK w==; X-IronPort-AV: E=McAfee;i="6600,9927,10662"; a="339159497" X-IronPort-AV: E=Sophos;i="5.98,295,1673942400"; d="scan'208";a="339159497" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Mar 2023 18:14:06 -0700 Message-Id: <1c0cbc$l8vk6j@orsmga008-auth.jf.intel.com> Date: 27 Mar 2023 18:14:04 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10662"; a="714068181" X-IronPort-AV: E=Sophos;i="5.98,295,1673942400"; d="scan'208";a="714068181" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Mar 2023 18:14:04 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts][PATCH V1] tests/*_dsa: modify all dsa related testsuites by virtio_common optimize From: lijuan.tu@intel.com To: dts@dpdk.org,Wei Ling Cc: Wei Ling In-Reply-To: <20230327075700.3205050-1-weix.ling@intel.com> X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Wei Ling Errors-To: dts-bounces@dpdk.org On Mon, 27 Mar 2023 15:57:00 +0800, Wei Ling wrote: > As tests/virtio_common.py optimize to adapt more scenes, such as > we can assign the DSA device index to test in testcase, so modify > all dsa related testsuites. > > Signed-off-by: Wei Ling Applied, thanks