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 67151A034D; Wed, 12 Jan 2022 08:43:32 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 380EE41226; Wed, 12 Jan 2022 08:43:32 +0100 (CET) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mails.dpdk.org (Postfix) with ESMTP id BB08840141 for ; Wed, 12 Jan 2022 08:43:30 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1641973411; x=1673509411; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=yo3qKGG0znJPNKTtGbrWHZ+PDiO5TWaV2g+1LkuFKNA=; b=nfife/UeSd6ILDYEEq82ENqr5ggAGCazVzJgJJv/mk09nvxOlbfugjfV 4DZIlDUL8FY62AIiEnA2iKFBUx+LjKfetez0Bkxy3q42X+63H9ACOImGS o8asRBVhFd6NY3J6gotTz2Sr8tUkdqwlGPwpsNH7AUmNT0DBQw96kLGRC lVdq0VKHF5plixSRL9NdykZioI46gFnRopHo9Wa9fAxy4Rg1+NgWdUAhZ OUvDoPZEJVH0FqqFvCKVNQLpq5IEPizxJq4rbUyYOKkrVNNpaymka0Rtu vRN3537uTPzLmj5Tv95z1U/yrnP5AnjQwyvJoKRNlY2kYosGngrZt9eO0 w==; X-IronPort-AV: E=McAfee;i="6200,9189,10224"; a="242497033" X-IronPort-AV: E=Sophos;i="5.88,282,1635231600"; d="scan'208";a="242497033" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Jan 2022 23:43:29 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.88,282,1635231600"; d="scan'208";a="558631920" Received: from fmsmsx604.amr.corp.intel.com ([10.18.126.84]) by orsmga001.jf.intel.com with ESMTP; 11 Jan 2022 23:43:27 -0800 Received: from shsmsx602.ccr.corp.intel.com (10.109.6.142) by fmsmsx604.amr.corp.intel.com (10.18.126.84) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.20; Tue, 11 Jan 2022 23:43:26 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX602.ccr.corp.intel.com (10.109.6.142) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.20; Wed, 12 Jan 2022 15:43:24 +0800 Received: from shsmsx601.ccr.corp.intel.com ([10.109.6.141]) by SHSMSX601.ccr.corp.intel.com ([10.109.6.141]) with mapi id 15.01.2308.020; Wed, 12 Jan 2022 15:43:24 +0800 From: "Tu, Lijuan" To: "Zhang, Peng1X" , "dts@dpdk.org" CC: "Zhang, Peng1X" , "peng@dpdk.org" Subject: RE: [dts] [PATCH V1] test_plans/vmdq_test_plan:modify testplan and testcase Thread-Topic: [dts] [PATCH V1] test_plans/vmdq_test_plan:modify testplan and testcase Thread-Index: AQHYB3iNOU77/ShCXUCFlv5uj2pvCqxfAJ7Q Date: Wed, 12 Jan 2022 07:43:24 +0000 Message-ID: <6fe7f6705620457184f1a54ed0713730@intel.com> References: <20220112055446.213883-1-peng1x.zhang@intel.com> In-Reply-To: <20220112055446.213883-1-peng1x.zhang@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.6.200.16 dlp-product: dlpe-windows x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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: , Errors-To: dts-bounces@dpdk.org > -----Original Message----- > From: peng,zhang > Sent: 2022=1B$BG/=1B(B1=1B$B7n=1B(B12=1B$BF|=1B(B 13:55 > To: dts@dpdk.org > Cc: Zhang, Peng1X ; peng@dpdk.org > Subject: [dts] [PATCH V1] test_plans/vmdq_test_plan:modify testplan and > testcase >=20 > Delete useless change of 'MAX_QUEUES' for testplan and testcase because t= he > 'MAX_QUEUES' is already 1024 in current dpdk. >=20 > Signed-off-by: peng,zhang Applied