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 569E9A00C2; Wed, 30 Nov 2022 07:49:01 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 51E8F40693; Wed, 30 Nov 2022 07:49:01 +0100 (CET) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mails.dpdk.org (Postfix) with ESMTP id 5016A4014F for ; Wed, 30 Nov 2022 07:48:59 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1669790939; x=1701326939; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=M7xD1nv1KsRsFzUi9YYvStnSuIcJ9S/yYR84kd/APhE=; b=XfAR9U0dsQ6kfCPOhyKsX/e6VYPLO3fO0buhqy6NU/F0Ia1+5MMVQNEK QExHxyNZMxwjvIF7T5lrXWJqWMGrakvCgUrurn7jJbAvvfIMzuVmf1Thi 5INpm/gX+TZo320ODKxzp13oRvK841k65MBqGi4bHbIzw6krsLU4PJ0M/ gtlb0/Kwag59OJZtKUa0P+Kkjc2nZ37xX8GI1aCOOd8+HNQJwWI7PXi1D wCiBvS51ghFlZsOGBGJg7EMZUv4pOmYVYgaa/2Bgj32m2QUOS/AXwPvdr RSxKhu4GRA8S5hbWEa9btS7+t1Af31EY5wzNmM/mO6BnP/0u3YnLm53YU g==; X-IronPort-AV: E=McAfee;i="6500,9779,10546"; a="379601507" X-IronPort-AV: E=Sophos;i="5.96,205,1665471600"; d="scan'208";a="379601507" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Nov 2022 22:48:58 -0800 Message-Id: Date: 29 Nov 2022 22:48:57 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10546"; a="637884600" X-IronPort-AV: E=Sophos;i="5.96,205,1665471600"; d="scan'208";a="637884600" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Nov 2022 22:48:57 -0800 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts][PATCH V4 2/2] tests/vhost_virtio_pmd_interrupt_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: <20221122070235.2894618-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 Tue, 22 Nov 2022 15:02:35 +0800, Wei Ling wrote: > From DPDK-22.11, the dmas parameter have changed, so modify the dmas > parameter in the testsuite. > > Signed-off-by: Wei Ling Series applied, thanks