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 5D8C342850; Thu, 30 Mar 2023 10:43:35 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 58C2340E25; Thu, 30 Mar 2023 10:43:35 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mails.dpdk.org (Postfix) with ESMTP id 775F840685 for ; Thu, 30 Mar 2023 10:43:33 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1680165813; x=1711701813; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=5lUWY1F2h5sln7sTDYWUtlk6hzk1U3WuyrXk445NcyI=; b=RSA9c3UO+ch9vfMHvgH+gpqkeCKroO1s02A8qG+jLk8/8XBzUgTPmnBY MGNByilRFdPS7F9i2yVV9KMDnhpn8L5yCs/mDqI6uUYfUAMX1LjbfFF1Z dM01u5ujyuixN5r1PPQOcXB7inuYbLMOqTB6EtQx9oMNXECj/RslaMXzb OEstaM3dNCjl7EZPcaegKzg9QphbcLogNqXiXD+v/sDutTbiZ3wc5BtVD W2EzQGvMpv7/NY08Q5AhXSQBHXfAGWZDWbXEveDkrZsdI7rqzKCD3vrOO OjGqxvgXD+o9h8JcPH8W8YccOa3Idkjur23nVu/d6M9tsKH5Hlq0GQo2c Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10664"; a="339832045" X-IronPort-AV: E=Sophos;i="5.98,303,1673942400"; d="scan'208";a="339832045" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Mar 2023 01:43:32 -0700 Message-Id: <8a82d4$macqho@fmsmga008-auth.fm.intel.com> Date: 30 Mar 2023 01:43:31 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10664"; a="749103675" X-IronPort-AV: E=Sophos;i="5.98,303,1673942400"; d="scan'208";a="749103675" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Mar 2023 01:43:31 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts][PATCH V1] conf/test_case_supportlist: delete perf_pvp_share_lib_of_* From: lijuan.tu@intel.com To: dts@dpdk.org,Wei Ling Cc: Wei Ling In-Reply-To: <20230330080244.784138-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, 30 Mar 2023 16:02:44 +0800, Wei Ling wrote: > As the pvp_share_lib split 3 testcase as follows, and verify the NIC in > testcase, so delete the 2 config in conf/test_case_supportlist. > 1)test_perf_pvp_share_lib_for_intel_82599_series > 2)test_perf_pvp_share_lib_for_intel_700_series > 3)test_perf_pvp_share_lib_for_intel_800_series > > Signed-off-by: Wei Ling Applied, thanks