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 3131CA00BE; Wed, 20 Apr 2022 05:34:40 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 03F604068E; Wed, 20 Apr 2022 05:34:40 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mails.dpdk.org (Postfix) with ESMTP id 3BCF640687 for ; Wed, 20 Apr 2022 05:34:39 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1650425679; x=1681961679; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=hFj4wrmpU3FmNfDEWQqzq2rGLTQ+ItuASvtF+X/KNHk=; b=V8WF61nsgp7GkKf6GAPn/LIifPRMCFYiknfnTv3Sb3A5XffcORX4Z/MJ +J1H9yd1imgX/orEGWuGK9UYXGIXQVb8jn5qrvJKSXw2RZ0lk2TqpHvsn RydKD9ca9TmkD2SsLCr626PY90rjkIkR81X2Jo74CjN1FPeC78abbca0N e3vOU3wf6idz7jz4Ja5mMS0VeklIC921NJ7mGYXkDUt7Tc8WqDkCiXjYS jhouZaAzvRcPrupUOjtxfWVdb6t21PXes9Qm0/vKELfZ+2zbCpTaV/5Ip oznmY7wNVV4t07vXMgz/1QMbsZA+qwqsih1tKm1qNGj7sHemZ5l/i6x/h A==; X-IronPort-AV: E=McAfee;i="6400,9594,10322"; a="326828627" X-IronPort-AV: E=Sophos;i="5.90,274,1643702400"; d="scan'208";a="326828627" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Apr 2022 20:34:38 -0700 Message-Id: <7758ae$llk1kr@orsmga005-auth.jf.intel.com> Date: 19 Apr 2022 20:34:36 -0700 X-IronPort-AV: E=Sophos;i="5.90,274,1643702400"; d="scan'208";a="727320223" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.208]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Apr 2022 20:34:36 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts][PATCH V1 1/3] test_plans/vf_interrupt_pmd&sriov_kvm: modify test plan to adapt meson build From: lijuan.tu@intel.com To: lijuan.tu@intel.com,dts@dpdk.org,Yu Jiang Cc: Yu Jiang In-Reply-To: <20220414140549.1579777-2-yux.jiang@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: Yu Jiang Errors-To: dts-bounces@dpdk.org On Thu, 14 Apr 2022 14:05:47 +0000, Yu Jiang wrote: > test_plans/vf_interrupt_pmd&sriov_kvm: modify test plan to adapt meson build > > Signed-off-by: Yu Jiang Series applied, thanks