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 0FC2AA00C2; Wed, 30 Nov 2022 08:29:43 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E74CD40151; Wed, 30 Nov 2022 08:29:42 +0100 (CET) Received: from mga06.intel.com (mga06b.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id 62DE94014F for ; Wed, 30 Nov 2022 08:29:41 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1669793381; x=1701329381; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=/xyhbbsuGdxo9PHiQP62e3vjqohwVg14b2rN3HIxvRo=; b=Z03deh/efzCb9/79nb72FlPTQRgaZt2ZSm6Hi3xQJAZIOKD9i595cris Y1a/He4UQBh1YLXr/HE08bun75tsAVrjDIPDW1itLGmzlYKYtx1HRPEue tlaZE9vat9NKF8Ma21573q1Fk/ThNN/iUEsKph8QYV+yQmv0gFSwI7gMS zFnA9um0mzMeCwqmUTzajOXwG30XK+rZx0fmA1x1N9K5r7zYJdnkcEMQT G7FevGo/5x4MmR/4g9ioObTZrqcGR17gdj95jaFSOK08r5PhAO4lRtaWu VgLIpQODxST8lF99z/NnsjIVbbk7QTXIsdQjYIMMmSsrFeo/pfTWFv9uQ A==; X-IronPort-AV: E=McAfee;i="6500,9779,10546"; a="377487357" X-IronPort-AV: E=Sophos;i="5.96,205,1665471600"; d="scan'208";a="377487357" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Nov 2022 23:29:37 -0800 Message-Id: <51811d$mt3so2@orsmga004-auth.jf.intel.com> Date: 29 Nov 2022 23:29:36 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10546"; a="768733957" X-IronPort-AV: E=Sophos;i="5.96,205,1665471600"; d="scan'208";a="768733957" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by orsmga004-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Nov 2022 23:29:36 -0800 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts][PATCH V3 2/2] tests/virtio_event_idx_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: <20221122071331.2895321-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:13:31 +0800, Wei Ling wrote: > From DPDK-22.11, the dmas parameter have changed, so modify the dmas > parameter in the testuite. > > Signed-off-by: Wei Ling Series applied, thanks