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 83C59A0C56; Fri, 5 Nov 2021 03:49:52 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A3B1D410FD; Fri, 5 Nov 2021 03:49:51 +0100 (CET) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mails.dpdk.org (Postfix) with ESMTP id 4E8FA410E9 for ; Fri, 5 Nov 2021 03:49:49 +0100 (CET) X-IronPort-AV: E=McAfee;i="6200,9189,10158"; a="219031018" X-IronPort-AV: E=Sophos;i="5.87,210,1631602800"; d="scan'208";a="219031018" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Nov 2021 19:49:48 -0700 X-IronPort-AV: E=Sophos;i="5.87,210,1631602800"; d="scan'208";a="501790601" Received: from unknown (HELO localhost.localdomain) ([10.240.183.163]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-SHA; 04 Nov 2021 19:49:46 -0700 From: Yu Jiang To: yuan.peng@intel.com, dts@dpdk.org Cc: Yu Jiang Date: Fri, 5 Nov 2021 10:49:22 +0800 Message-Id: <1636080565-26720-1-git-send-email-yux.jiang@intel.com> X-Mailer: git-send-email 2.7.4 Subject: [dts] [PATCH V2 0/3] tests/generic_flow_api: add fdir's case 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 Sender: "dts" *** BLURB HERE *** Yu Jiang (3): test_plans/fdir: move case: fdir for Control levels of FDir match reporting to generic_flow_api test_plans/generic_flow_api: add case: fdir for Control levels of FDir match reporting tests/generic_flow_api: add case test_fdir_for_match_report conf/test_case_supportlist.json | 15 ++++ test_plans/fdir_test_plan.rst | 134 ------------------------------ test_plans/generic_flow_api_test_plan.rst | 118 ++++++++++++++++++++++++++ tests/TestSuite_generic_flow_api.py | 111 ++++++++++++++++++++++++- 4 files changed, 242 insertions(+), 136 deletions(-) -- 2.7.4