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 EFF92429F1; Fri, 28 Apr 2023 02:40:37 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C2F89406B5; Fri, 28 Apr 2023 02:40:37 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mails.dpdk.org (Postfix) with ESMTP id 27C0A40151 for ; Fri, 28 Apr 2023 02:40:35 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1682642436; x=1714178436; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=Ct53aETx0dcaIfEsPjCfgR6ObBE6W+LLE+sl0V2xbes=; b=kCf7/H07nQGD3d6ouDdYn4N0dN2XVrMnxhoU6QDlO4djhqpX8b4rspfH Gt8wipba9W7Jqe/Sods63OmYyREIYX3QrfUK1LgsvuzITfkyXO+VK5vth 76FeJontLLJEV8+rUmSLt8yFWmM2rnVKbg/9vCBS1zuMu9Yrx7QIYeh+v pOwOBF1HC3cWGBYWLnKz2I05/jHNpXaQi7Z6xaFIdD00hl+YhCAYH4N0N +gGsTXh10NPZZEBV3rGO6bvmwIyf8l7bvmLJI2DE7DcenR580YOBAFhhs CikGtqbRyUI6/WvACktUR/ykROu1obbW29I7mxecNm4fumLO+V5OVsXCO g==; X-IronPort-AV: E=McAfee;i="6600,9927,10693"; a="327935979" X-IronPort-AV: E=Sophos;i="5.99,233,1677571200"; d="scan'208";a="327935979" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Apr 2023 17:40:26 -0700 Message-Id: <76a62b$nblb10@fmsmga003-auth.fm.intel.com> Date: 27 Apr 2023 17:40:23 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10693"; a="783985709" X-IronPort-AV: E=Sophos;i="5.99,233,1677571200"; d="scan'208";a="783985709" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.118.233]) by fmsmga003-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Apr 2023 17:40:23 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts][PATCH V3] tests/vhost_async_robust_cbdma: Optimize calling virtio_common API method From: lijuan.tu@intel.com To: dts@dpdk.org,Dukai Yuan Cc: Dukai Yuan In-Reply-To: <20230427060358.6817-1-dukaix.yuan@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: Dukai Yuan Errors-To: dts-bounces@dpdk.org On Thu, 27 Apr 2023 14:03:58 +0800, Dukai Yuan wrote: > The tests/virtio_common.py have been optimized, so modify this suite > which calls the virtio_common API in cbdma_common() class. > > Signed-off-by: Dukai Yuan Acked-by: Lijuan Tu Applied, thanks