From patchwork Fri Jun 24 06:55:09 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 113399 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 7D53FA0032; Fri, 24 Jun 2022 08:57:47 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7776640A87; Fri, 24 Jun 2022 08:57:47 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id C1A6940A82 for ; Fri, 24 Jun 2022 08:57:45 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1656053865; x=1687589865; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=lqIy3WBMT5MfR/nTw+Tb4hX6wYadmCdUtBvgmaE/ejk=; b=Fbpc7mewx5zkDSIl5ksQnW3VQ+zTI4vVls+7nXSHlAxCLXsYuHHnuIug YOfd7H9lGxE7qEPnUbMkIJkBGm0FuyuMof1RQ6CbmzIYpge3QZLtoGrKC kGdl5+WvFMwkn1YrzG3/Jtbg8/DlvrtnBSpApqh+onPhEL9UC3T5LiwM7 mszzcz0UDwiHurxs55hhFurcQDOpAsVDBFVGafIPdNxfNAwRiOT7m+tvk 7ZoJZnRA8Syd762Tklrh3F2wTdFDiAQEjH3NaWixbMrHm8iBJatXBGFgm y5YvwzrgYUX/ZHldNtYj99X3EddUxBS9br2MLi82SmVw6f4hlhOGcs0g6 Q==; X-IronPort-AV: E=McAfee;i="6400,9594,10387"; a="280982270" X-IronPort-AV: E=Sophos;i="5.92,218,1650956400"; d="scan'208";a="280982270" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Jun 2022 23:57:44 -0700 X-IronPort-AV: E=Sophos;i="5.92,218,1650956400"; d="scan'208";a="645140731" Received: from unknown (HELO localhost.localdomain) ([10.239.252.222]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Jun 2022 23:57:43 -0700 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V1 0/2] delete modify dpdk code content and steps Date: Fri, 24 Jun 2022 02:55:09 -0400 Message-Id: <20220624065509.2832825-1-weix.ling@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 According to the dpdk commit 1945c64674(app/testpmd: perform SW IP checksum for GRO/GSO packets) and commit 8ba1723783(net/vhost: perform SW checksum in Tx path), no need to modify DPDK code to test. Wei Ling (2): test_plans/virtio_user_as_exceptional_path_test_plan: delete modify dpdk code content tests/virtio_user_as_exceptional_path: delete modify dpdk code steps ...tio_user_as_exceptional_path_test_plan.rst | 16 ------------ ...stSuite_virtio_user_as_exceptional_path.py | 26 ------------------- 2 files changed, 42 deletions(-)