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 1D662A0548; Wed, 29 Jun 2022 03:40:12 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 17D87400D7; Wed, 29 Jun 2022 03:40:12 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mails.dpdk.org (Postfix) with ESMTP id 4735A40042 for ; Wed, 29 Jun 2022 03:40:10 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1656466810; x=1688002810; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=ddK/TUYEHXripsuDPto6FjTwyLPmyNl/D90bXrsoLxc=; b=f+3YY7sNh1/XgT2OjO/ngiu45z6Wq3+nyamZhl2rMvFW7yOc7SAH0E9M NaWQZhPyaKcNMHc2OQfYeLDML86lrWK7neq6EGJHPjGM/oKofgy+Gw7nY pSqPc9IriTgVhonzR6QgKj5vW/ySHctZ7UKS/DZeZgiDI0NnjrQNSpP33 7Va3TuXewU4YB+5GcThv3hU0/syFO4v6PA6C9NZC3nFHcwOokpQ1seFp+ U5cLsx25Pl0QNSbebwsnNbx7zKBKIc0RSQO4VDeKxxRJo2o7vZdzp+srz uM2EesfmqHT3aynW4u6CMuQLwSTUk+j0gUhSbxHdQz0rU1cOUKU8o0xId A==; X-IronPort-AV: E=McAfee;i="6400,9594,10392"; a="261695470" X-IronPort-AV: E=Sophos;i="5.92,230,1650956400"; d="scan'208";a="261695470" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Jun 2022 18:40:09 -0700 Message-Id: Date: 28 Jun 2022 18:40:08 -0700 X-IronPort-AV: E=Sophos;i="5.92,230,1650956400"; d="scan'208";a="595031964" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.208]) by fmsmga007-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Jun 2022 18:40:08 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts] [PATCH V1] test_plans/large_vf: change the subcase number to 1/2/3 From: lijuan.tu@intel.com To: dts@dpdk.org,Jiale Song Cc: Jiale Song In-Reply-To: <20220622173437.25185-1-songx.jiale@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: Jiale Song Errors-To: dts-bounces@dpdk.org On Wed, 22 Jun 2022 17:34:37 +0000, Jiale Song wrote: > subcase not in order, change the subcase number to 1/2/3. > > Signed-off-by: Jiale Song Applied, thanks