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 4640FA0540; Wed, 24 Aug 2022 12:06:54 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2157A40DFD; Wed, 24 Aug 2022 12:06:54 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mails.dpdk.org (Postfix) with ESMTP id B97DB40DDE for ; Wed, 24 Aug 2022 12:06:52 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1661335612; x=1692871612; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=oAu3c1Hz5bHiqDjjUTTwE+LD27fqv+exUFWpZS9oHqI=; b=Mp6mt79zpZRwAfMOITRvod1LiGtE34NSTeJojVBN/6fZXTu2FSMltrFR YX8IIkiUHes6bD5e21GEycTuyQ53i8auNEmXno6LXxY61Tlv/orhwWzbk Dcmg6uXFP5czJ7oAFaY3EwSKj5AlhVV6JprkFunNh2c5sSy2IQlsvZ3S8 4c7YHIYsD3pnzugK/09IiEzAFXnqKnrw0DWX4C23t2lmIaKPMeNSDsVn8 FKuzrUgRLnvhCFay2HovUyf1l1LoUbJh/dL8+JiP2s4cGGQQjVHFY4bFN rJk0u6267mVS6B81mqOVquzz2odOf74ll6MLv6wBOpIrXHuHqH0Iw2vsH w==; X-IronPort-AV: E=McAfee;i="6500,9779,10448"; a="280899370" X-IronPort-AV: E=Sophos;i="5.93,260,1654585200"; d="scan'208";a="280899370" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Aug 2022 03:06:51 -0700 Message-Id: Date: 24 Aug 2022 03:06:50 -0700 X-IronPort-AV: E=Sophos;i="5.93,260,1654585200"; d="scan'208";a="586372992" 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; 24 Aug 2022 03:06:50 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts][PATCH V1 2/2] tests/vhost_user_interrupt_cbdma: delete testsuite as not support From: lijuan.tu@intel.com To: dts@dpdk.org,Wei Ling Cc: Wei Ling In-Reply-To: <20220729022249.1000198-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 Thu, 28 Jul 2022 22:22:49 -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_user_interrupt_cbdma testsuite. > > Signed-off-by: Wei Ling Acked-by: Lijuan Tu Series applied, thanks