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 6B22042C46; Wed, 7 Jun 2023 07:50:23 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 67231410F6; Wed, 7 Jun 2023 07:50:23 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mails.dpdk.org (Postfix) with ESMTP id 24E8A40A84 for ; Wed, 7 Jun 2023 07:50:21 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1686117022; x=1717653022; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=gifBagklXyueSYexZ6rFWh6REB2mLGcpRmAJiADsELk=; b=Uo1KA/t4TnqMpber+wTgGSHBqXKne9nNUOlKWjhffyaQIDKnIeSQ/1OL Fxfp8LxUinHkrKtaiRXS1SIGThsuMcQVC0IBigmU6xIFFfvbTIdmJuIH8 FbdSXNwfhzrTTlLyx+DMgizQ7gihOm/zPWmusL1a1xELqnGWlz1wNJ/Cl UrlMX6hCOoz0LVHsJsTjpHeAWt21LpRyBxrFHk9JUL02VQ8TVgJjwH1xm giQ9dhWXMfwNa8hHnLSwb9x7Nacb4JFlJvx4mzcv17/P4r8j3Pss93OZe 3/JVUL58Y3H5XF/c8Umofi8+bfAwsQ3HajWjxNglabCxwbjMRuGIPapN2 A==; X-IronPort-AV: E=McAfee;i="6600,9927,10733"; a="359360858" X-IronPort-AV: E=Sophos;i="6.00,223,1681196400"; d="scan'208";a="359360858" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Jun 2023 22:50:21 -0700 Message-Id: Date: 06 Jun 2023 22:50:19 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10733"; a="1039465424" X-IronPort-AV: E=Sophos;i="6.00,223,1681196400"; d="scan'208";a="1039465424" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.118.233]) by fmsmga005-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Jun 2023 22:50:19 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts][PATCH V1 2/2] conf/test_case_checklist.json: clear up nonexistent cases From: lijuan.tu@intel.com To: lijuan.tu@intel.com,dts@dpdk.org,Yu Jiang Cc: Yu Jiang In-Reply-To: <20230525095108.2299847-3-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, 25 May 2023 17:51:08 +0800, Yu Jiang wrote: > clear up nonexistent cases: > alarm,different_types_rss_queue_rule,disable_enable_rss > dynamic_rss_bond_config,enable_disablejumbo > enable_ipv4_udp_rss,ethtool,ethtools > fdir_flexword_drop_ipv4,fdir_flexword_drop_ipv6 > fdir_flexword_fwd_ipv4,fdir_flexword_fwd_ipv6 > fdir_ipv6_tc,fdir_ivlan,twotuple_filter,vlan_QinQ_filter > fdir_noflexword_drop_ipv4,fdir_noflexword_drop_ipv6 > fdir_noflexword_fwd_ipv4,fdir_noflexword_fwd_ipv6 > five_tuple_filter,flags,flex_filter > GRE_packet_filter,ifconfig,interrupts > ipv4_tos_proto_ttl,ipv6_5tuple_hash_table > kni,link_bonding,log_dump,multiple_filters_1GB > multiprocess,perf_pvp_packed_ring_dequeue_zero_copy > perf_pvp_split_ring_dequeue_zero_copy > pmd_burst,pmd_continues,priority_filter > power,power_acpi,power_acpi_cpufreq,power_cpufreq > queue_region_with_invalid_parameter,queue_region_with_rss_rule_api > ring_dump,rss_queue_rule,rxoffload_port,sched > set_promiscuousmode,statistics,tcpdump > two_vms_pool_down_mirrors,two_vms_uplink_and_downlink_mirror > two_vms_vlan_and_pool_and_uplink_and_downlink > > Signed-off-by: Yu Jiang Series applied, thanks