From patchwork Fri Sep 30 05:49:28 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ke Xu X-Patchwork-Id: 117171 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 C1FC3A034C; Fri, 30 Sep 2022 07:50:14 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 91A4E40FAE; Fri, 30 Sep 2022 07:50:14 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mails.dpdk.org (Postfix) with ESMTP id 87AD640E5A for ; Fri, 30 Sep 2022 07:50:12 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1664517012; x=1696053012; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=PyqgucfuxboWOOojCQnH7noeml9NInVG8Q5auMJCUJk=; b=cbJWTD6+STKuhElvMG8jHhHuzKElnqgvBoMEqY611ZXspsCEElSAjX3+ S0u9tZfy4AkIl+1KdiaXx6R32WNKZxPrgidxgqUZSl1fPWQcuKDl4jZPz ZSv6IB44rEdNjbYsG7GOWP3QVLwuSrWMTl+lib6WFKqwRHSxu/ryb166L LKxDzB4YiguNUQhqY/8icmopfs0Y5vB+io5aHX89jlhcypqMLb5hzQhf5 zitjoAsddtsSfqGmgM36A4NqRwey2xNn3PP5+O9MSKoWqTGMTpcFJWNGx j5DKEWxjuFhgRji/a+6dTl/AekAnQhfcgJNVHR2lPgcHySbn0eSBci6r7 g==; X-IronPort-AV: E=McAfee;i="6500,9779,10485"; a="282475219" X-IronPort-AV: E=Sophos;i="5.93,357,1654585200"; d="scan'208";a="282475219" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Sep 2022 22:50:11 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10485"; a="685157208" X-IronPort-AV: E=Sophos;i="5.93,357,1654585200"; d="scan'208";a="685157208" Received: from bmca4bf0170a856.sh.intel.com (HELO DPDK-XUKE-LAB.sh.intel.com) ([10.67.115.115]) by fmsmga008.fm.intel.com with ESMTP; 29 Sep 2022 22:50:10 -0700 From: Ke Xu To: dts@dpdk.org Cc: qi.fu@intel.com, lijuan.tu@intel.com, Ke Xu Subject: [DTS][PATCH V1 0/2] update existing cases and add new cases to validate vf tunneling packets Date: Fri, 30 Sep 2022 05:49:28 +0000 Message-Id: <20220930054930.546563-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. 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 | 256 +++++++++++++++++++++++++++- 1 file changed, 254 insertions(+), 2 deletions(-)