From patchwork Thu Sep 22 07:07:10 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Fu, Qi" X-Patchwork-Id: 116625 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 AE0B0A0543; Thu, 22 Sep 2022 09:07:25 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8397F40156; Thu, 22 Sep 2022 09:07:25 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id E7AD9400D7 for ; Thu, 22 Sep 2022 09:07:23 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1663830444; x=1695366444; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=EjI7QsvNJOTxUvTd6ERxpyM3TiTGcpEPAdJ208f6vT0=; b=RXbCoEJ0FTirF54q7tOZVtoLlEy1QH+8CsEUgXrDTQstIdKAQUvAV8j9 Vrz0gsFtBNXJlXWn/01FAg2DMqAeq/kULIT15Nipi8RFNNHPjW5jAeaPP erxZ7j+tYok5wGV6WjkHB3gXSlP9qB33fZ+OhKcDIXhRY4Euhpu/i11cv dgqn93d/UPq6WVP5n2F3XLMKf9t7AegoQJ4A8inSfwV9QM/eh69WdhTI2 EJc2MG0PhZdKDGX2V2fV9T/EAbcCeipMXcVCnNU3aR5uf/m0K8hrzrmy1 NoY9V9+2GSsArtrhXt+wexn0s02SyssfNOpMHl5HWHROY3Dcs6Fzmoj7o A==; X-IronPort-AV: E=McAfee;i="6500,9779,10477"; a="301627413" X-IronPort-AV: E=Sophos;i="5.93,335,1654585200"; d="scan'208";a="301627413" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Sep 2022 00:07:21 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.93,335,1654585200"; d="scan'208";a="570854831" Received: from dpdk-qifu-cxl.sh.intel.com ([10.67.119.10]) by orsmga003.jf.intel.com with ESMTP; 22 Sep 2022 00:07:20 -0700 From: Qi Fu To: dts@dpdk.org Cc: Qi Fu Subject: [dts][PATCH V4 0/4]test_plans: add test plans for CVL PF/VF FDIR/RSS protocol agnostic flow offloading Date: Thu, 22 Sep 2022 15:07:10 +0800 Message-Id: <20220922070714.1626544-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 rss protocol agnostic flow offloading add test plan for iavf rss protocol agnostic flow offloading add test plan for ice fdir protocol agnostic flow offloading add test plan for iavf fdir protocol agnostic flow offloading ..._fdir_protocol_agnostic_flow_test_plan.rst | 436 ++++++++++++++++++ ...f_rss_protocol_agnostic_flow_test_plan.rst | 433 +++++++++++++++++ ..._fdir_protocol_agnostic_flow_test_plan.rst | 426 +++++++++++++++++ ...e_rss_protocol_agnostic_flow_test_plan.rst | 423 +++++++++++++++++ test_plans/index.rst | 4 + 5 files changed, 1722 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