From patchwork Fri Nov 25 09:12:24 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ke Xu X-Patchwork-Id: 120143 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 EB6DCA0032; Fri, 25 Nov 2022 10:14:00 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id BBBF340156; Fri, 25 Nov 2022 10:14:00 +0100 (CET) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mails.dpdk.org (Postfix) with ESMTP id 0820540150 for ; Fri, 25 Nov 2022 10:13:58 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1669367639; x=1700903639; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=9AN8dUvPJg+tudqXH7ooFu+agFmrgGH5q7dRPBVajOY=; b=BQ+FDyHZPfE2FlJVdxD+bTsQqBpiRzzNvOapVQu2a69WIsaWH+QejuyO /dkCUzEhYypdhkGzDLIzvXDkH0bfRjDN2HcQCjMCeQAUBWAYH4iE4Czv3 FDfCSLCfSclXaj/lPqxjWfKPJBJZb+mGpNspVFjBfXuyTFvJWCHU6sq1p D8/J2d0/frEJHoPX/Tq3RYKBbAI/cSxluG4iQCq42hJkL/yCZmTejytPi mmNgAkv2XvwCscJ0wQO3Ojt2whj5u6IuLMgjMmHrkWSQdI1x+mQ3PWIyX CioYpWVH+tAZAEs78+GENFtaZL7FQrgoz/rlHGNeNqt7OXYsG+vp7MAEt A==; X-IronPort-AV: E=McAfee;i="6500,9779,10541"; a="341348002" X-IronPort-AV: E=Sophos;i="5.96,193,1665471600"; d="scan'208";a="341348002" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Nov 2022 01:13:57 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10541"; a="593169054" X-IronPort-AV: E=Sophos;i="5.96,193,1665471600"; d="scan'208";a="593169054" Received: from dpdk-xuke-lab.sh.intel.com ([10.67.114.198]) by orsmga003.jf.intel.com with ESMTP; 25 Nov 2022 01:13:56 -0800 From: Ke Xu To: dts@dpdk.org Cc: qi.fu@intel.com, lijuan.tu@intel.com, ke1.xu@intel.com Subject: [DTS][PATCH V2 0/2] update existing cases and add new cases to validate vf tunneling packets Date: Fri, 25 Nov 2022 17:12:24 +0800 Message-Id: <20221125091226.383666-1-ke1.xu@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 DPDK will support outer checksum offload and tunneling TSO in release 22.11, this patch is intended to cover the new scenario of test these features. Added new case HW tunneling checksum offload check, covering tunnel packets for HW checksum offload. Added new packets to TSO prerequisites and added new case csum fwd engine, use tunnel TSO, covering tunnel packets for HW TSO. Format the packet organization into a table to make it better organized to read. Ke Xu (2): test_plans/vf_offload: add test cases for tunneling packets test_plans/vf_offload: format packet organization of previous cases into a table test_plans/vf_offload_test_plan.rst | 255 +++++++++++++++++++++++++++- 1 file changed, 253 insertions(+), 2 deletions(-)