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 C8C0DA054A; Tue, 6 Sep 2022 09:56:04 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9D10040143; Tue, 6 Sep 2022 09:56:04 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id 69CC2400D6 for ; Tue, 6 Sep 2022 09:56:02 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1662450962; x=1693986962; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=PD+W7/b5YJmygswp1Z0FWuQtQ22oK3PDE7vHcMBg0vc=; b=jpqiBUvp0LDFu9IBAuoOQ7P3JNVOVxThtctVS1ZIsQuvOAspQ0Kf/cGi YcbxIeIJdl/9WG2EIFBFH8b9ipieGO1BJZUzUPK9IHAo5bSEA45vq3huJ /Pioaq9+q0pf9gtAuxdUS7qs4ytwnzpIXAirN23iUGr1OkKC7efeVKT86 7suBG/bMSzmYiDJiiLa9sySyyYgzNhj5b8Y170JGDcc7055kc3n9wkxK7 5qanf/qumN+CGCd42J/e1tLgA5wewijfOJJBHTECg7w+Z/KzjNEn6bQn4 65CFKr8ZP1cCKzxJur1WnHxlWPUn6FyblpmrZRnlFGPKhYt17ytf0wQed g==; X-IronPort-AV: E=McAfee;i="6500,9779,10461"; a="297842976" X-IronPort-AV: E=Sophos;i="5.93,293,1654585200"; d="scan'208";a="297842976" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Sep 2022 00:56:01 -0700 Message-Id: Date: 06 Sep 2022 00:56:00 -0700 X-IronPort-AV: E=Sophos;i="5.93,293,1654585200"; d="scan'208";a="591172042" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by orsmga006-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Sep 2022 00:56:00 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts][PATCH V2 3/3] tests/vhost_event_idx_interrupt_cbdma: delete testsuite as not support From: lijuan.tu@intel.com To: dts@dpdk.org,Wei Ling Cc: Wei Ling In-Reply-To: <20220903060507.2937865-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 Sat, 3 Sep 2022 02:05:07 -0400, Wei Ling wrote: > Interrupt with async datapath requires vhostpmd local patch support, > but it doesn't support it right now, so delete the > vhost_event_idx_interrupt_cbdma testsuite. > > Signed-off-by: Wei Ling Acked-by: Lijuan Tu Series applied, thanks