From patchwork Wed Dec 21 06:08:58 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ke Xu X-Patchwork-Id: 121148 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 97232A0093; Wed, 21 Dec 2022 07:10:32 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 92DF2410D3; Wed, 21 Dec 2022 07:10:32 +0100 (CET) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id 81FD940684 for ; Wed, 21 Dec 2022 07:10:30 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1671603030; x=1703139030; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=zePm2M8HUehtP1eE1rXuhS492ibOEFJ/E4QRnPDOoWI=; b=LB1fwdRsdU6+Q5gTWk/s7eBij4q40bjwOYRLZvcmsmGFiyFIzkyN6q1v bV+szA2+9c2PjgRsc8VdGYsfI8C75xDPJj4dkG4F5m90MoNvTDWvkJiR6 6b7qVNRUIKNRqh8j5ahSQSQwBJ5SxZYseg/lDT63xxYj4VpV8+y6UxZUT GhEQ8hZ1Gj98bzfHTsOwUSdyENdiQGcTxQyBVLxIzwqx1khYOpUUVMw4x 8nzNwyFDU9QKS+1vr1dzZDbSrNFIlC/aM58crJqq79dVaNaql1Nq4CB4e TZ2DN2UjwRS6F5i+yRE71NpKddx33z7E41TFQOMF6orzCs6RIpbfxx8c4 g==; X-IronPort-AV: E=McAfee;i="6500,9779,10567"; a="303222023" X-IronPort-AV: E=Sophos;i="5.96,261,1665471600"; d="scan'208";a="303222023" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Dec 2022 22:10:29 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10567"; a="775570282" X-IronPort-AV: E=Sophos;i="5.96,261,1665471600"; d="scan'208";a="775570282" Received: from dpdk-xuke-lab.sh.intel.com ([10.67.119.8]) by orsmga004.jf.intel.com with ESMTP; 20 Dec 2022 22:10:28 -0800 From: Ke Xu To: dts@dpdk.org Cc: lijuan.tu@intel.com, qi.fu@intel.com, weiyuanx.li@intel.com, Ke Xu Subject: [DTS][PATCH V3 0/4] add vf checksum offload and tso case for tunnel packets. Date: Wed, 21 Dec 2022 14:08:58 +0800 Message-Id: <20221221060902.8269-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 In DPDK 22.11, checksum offload for inner and outer checksum for tunnel packets and tunnel tso is supported. This patch is to support validation these packets. This patch also fix a typo that checksum is wrongly spelled as checksup. Ke Xu, Weiyuan Li (4): tests/vf_offload: fix a typo. tests/vf_offload: add vf checksum hw offload case for tunneling packets. tests/vf_offload: add vf tso case for tunneling packets. tests/vf_offload: dts adaptation DPDK checksum function changes tests/TestSuite_vf_offload.py | 409 +++++++++++++++++++++++++++++++++- 1 file changed, 402 insertions(+), 7 deletions(-)