From patchwork Tue Aug 30 03:33:38 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Fu, Qi" X-Patchwork-Id: 115641 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id CE78CA034C; Tue, 30 Aug 2022 05:33:51 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 842CD40F18; Tue, 30 Aug 2022 05:33:51 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id A49C040F17 for ; Tue, 30 Aug 2022 05:33:49 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1661830429; x=1693366429; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=04qwpVZLYLrlMJA/tmTpGPoz/JzpnFSSIIIg99DDM9g=; b=hHboEevDFxSn4MHl3EAQTRtakFkq/5TFykjCYPeYzeI95sJMAlRn5FCW crBjxUekMscPgiaKpyBRo0YAYari8WWkUHd7scV8gWfQTjuyDEYDVbHRa Dy0wWsFDl5spGeEvAehKdFeH65hKgpQAMVnkKB6S9r2izCqR0pDipvBRP xcfpxKKhu/4o1mkp4UzXivIPk4kDjwhb6ZNJDzc6Cb+CmrVzlzBZbuz2S ZWABl3gQIVNztZV4zajn2tKKld9bTVbthr1DribHKgbCDuVI3rsTOlzXZ tOJAWMBEGtr2Tuj1LmTkkUEBwkjBabcREkjrU1/hSlQJ81aD3iO7HkaX3 A==; X-IronPort-AV: E=McAfee;i="6500,9779,10454"; a="295070799" X-IronPort-AV: E=Sophos;i="5.93,274,1654585200"; d="scan'208";a="295070799" Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Aug 2022 20:33:48 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.93,274,1654585200"; d="scan'208";a="856955431" Received: from dpdk-qifu-cxl.sh.intel.com ([10.67.119.10]) by fmsmga006.fm.intel.com with ESMTP; 29 Aug 2022 20:33:48 -0700 From: Qi Fu To: dts@dpdk.org Cc: Qi Fu Subject: [dts][PATCH V3 0/4]test_plans: add test plans for CVL PF/VF FDIR/RSS protocol agnostic flow offloading Date: Tue, 30 Aug 2022 11:33:38 +0800 Message-Id: <20220830033342.4006428-1-qi.fu@intel.com> X-Mailer: git-send-email 2.25.1 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 CVL PF/VF enable protocol agnostic flow offloading for FDIR and RSS in DPDK-22.07. Add test plans to check below test hints: 1. try FDIR/RSS with regular 5 tuples for any UDP or TCP packet 2. try FDIR/RSS with VXLAN inner IP match (make sure VXLAN tunnel port has been configured either by DCF or swtichdev) 3. try FDIR/RSS with GTPU inner IP match 4. try FDIR/RSS with GTPU outer IP match 5. try FDIR/RSS with un-word-aligned key Qi Fu (4): add test plan for ice fdir protocol agnostic flow add test plan for iavf fdir protocol agnostic flow add test plan for ice rss protocol agnostic flow add test plan for iavf rss protocol agnostic flow ..._fdir_protocol_agnostic_flow_test_plan.rst | 344 +++++++++++++++++ ...f_rss_protocol_agnostic_flow_test_plan.rst | 350 ++++++++++++++++++ ..._fdir_protocol_agnostic_flow_test_plan.rst | 334 +++++++++++++++++ ...e_rss_protocol_agnostic_flow_test_plan.rst | 340 +++++++++++++++++ test_plans/index.rst | 4 + 5 files changed, 1372 insertions(+) create mode 100644 test_plans/iavf_fdir_protocol_agnostic_flow_test_plan.rst create mode 100644 test_plans/iavf_rss_protocol_agnostic_flow_test_plan.rst create mode 100644 test_plans/ice_fdir_protocol_agnostic_flow_test_plan.rst create mode 100644 test_plans/ice_rss_protocol_agnostic_flow_test_plan.rst