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 7DB9EA00C5; Mon, 26 Dec 2022 05:54:10 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 77CA4427EE; Mon, 26 Dec 2022 05:54:10 +0100 (CET) Received: from mga06.intel.com (mga06b.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id E57B940143 for ; Mon, 26 Dec 2022 05:54:08 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1672030449; x=1703566449; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=zzm6wzu2iSUbQpMHsmBrDot0DJdQ66ISQQs6UPwYKL0=; b=O79i2FfzB8EMe7x/x/H8+Agagk6TkWEv+ExgxHdoxflqf7rNGe+SjmAa 3I0d/1UvIE1lptdomJT7XpA/kN2gk4KkbNhY79P7G2Vg8YwA0MQ2A4Qcm ppnkAxdsDmhj+n1HXVPoav2rhCcvt/CTiB6YUWvqhAkJzTaDpELZ3q9K1 7lH79H7/OMW6EAIx4HLPsqSXnFr9z5Lft5o/LhPKs88pKwdkrw/a2rL1B bwk+aJgP0nJ2jiadGJhPJyEvjGhzHMNz0Kj9m6W8x6BpereYeMOfxUK76 DQsmAUrxhsP/v62s4DHALtjoTAJrguaNTjeA9R3byRMC7sxA1Xop4wNPd g==; X-IronPort-AV: E=McAfee;i="6500,9779,10571"; a="382818006" X-IronPort-AV: E=Sophos;i="5.96,274,1665471600"; d="scan'208";a="382818006" 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:07 -0800 Message-Id: <1ac5b1$kbjgvd@orsmga008-auth.jf.intel.com> Date: 25 Dec 2022 20:54:05 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10571"; a="683262962" X-IronPort-AV: E=Sophos;i="5.96,274,1665471600"; d="scan'208";a="683262962" 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:05 -0800 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts][PATCH V3 3/3] conf/vhost_cbdma: modify the suite config by case changed From: lijuan.tu@intel.com To: dts@dpdk.org,Wei Ling Cc: Wei Ling In-Reply-To: <20221128025028.2315470-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 Mon, 28 Nov 2022 10:50:28 +0800, Wei Ling wrote: > Modify the suite config by case changed. > > Signed-off-by: Wei Ling Acked-by: Lijuan Tu Series applied, thanks