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 E4B4BA00C5; Mon, 26 Dec 2022 05:54:28 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E04C842D16; Mon, 26 Dec 2022 05:54:28 +0100 (CET) Received: from mga06.intel.com (mga06b.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id ABCB140143 for ; Mon, 26 Dec 2022 05:54:27 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1672030467; x=1703566467; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=Y2sbkC28m+uvN8DndH9pkAzbfxX1VPPidWI81pQ2Az4=; b=m1cZ5MqyPFoL2uG7OezeX5vmJpAxH3B7tmD0mgJAOR3oYi/IkE7fbbb0 zJZyPbF+qGM15lJJeh0XaJdJqJC4S9OUYih1wVNWpK+dO8bnVyUv7bfSy c6ziktIKSNTzouzdrZVKAxb4rMxrBz00l7/zo+amfzPzibgDoO4B1O6pv Em3Bln8FvWBMGNurNVxlqD0UiAkL4C4ZMAYkO0CWziaPaIBNfrUlGPXH1 MkjfDU1pDR3nuTsUOCLe0+bvfQYSnnU9WUjpKGc3l8k3rSN2YmCLXDxYy 5//cspxNgFSgegUfTKc8YLeKheZj5Lb1zKxSZ/DPmbU9uzW7nXaZk2IhR A==; X-IronPort-AV: E=McAfee;i="6500,9779,10571"; a="382818020" X-IronPort-AV: E=Sophos;i="5.96,274,1665471600"; d="scan'208";a="382818020" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Dec 2022 20:54:26 -0800 Message-Id: <1ac5b1$kbjh1m@orsmga008-auth.jf.intel.com> Date: 25 Dec 2022 20:54:25 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10571"; a="683263036" X-IronPort-AV: E=Sophos;i="5.96,274,1665471600"; d="scan'208";a="683263036" 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; 25 Dec 2022 20:54:25 -0800 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts][PATCH V3 2/2] tests/vm2vm_virtio_pmd_cbdma: modify the dmas parameter by DPDK changed From: lijuan.tu@intel.com To: dts@dpdk.org,Wei Ling Cc: Wei Ling In-Reply-To: <20221214073209.3931352-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 Wed, 14 Dec 2022 15:32:09 +0800, Wei Ling wrote: > The dmas parameter have been changed by the local patch, so modify the dmas > parameter in the testsuite. > > Signed-off-by: Wei Ling Acked-by: Lijuan Tu Series applied, thanks