From patchwork Wed Nov 16 02:01:07 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 119876 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 25D14A00C4; Wed, 16 Nov 2022 03:06:22 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E780E40E03; Wed, 16 Nov 2022 03:06:21 +0100 (CET) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mails.dpdk.org (Postfix) with ESMTP id 42A5940DFB for ; Wed, 16 Nov 2022 03:06:20 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1668564380; x=1700100380; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=lha4q01jgh0FxupUc3gzuyUcjMMezwWVOCSqSS5FcCc=; b=ny89xEG56szBuIuXM/ePe4jNJiwh65jkUDAWgsWklv19c7yCJKTEy2c6 C/yIPjzUjAO6uG6+U/1I54hTk35duEI3gkwm/zpOYuV/nyloOzGtbDYoM elRRhYZcLOqWdnu9UfldEkOeRIK8b8e1KwhKrjZTG4CWqQ7T8Zgg3DXps toSmR6FPzPEuKyCmXoS6Y7lenJ6mNKZZ452GuqYwsYLB6Nzx8gwhp/uX5 9dnlcdt5uugADLHm6n9hn1kE3uUUadbYz/d16yEVEQHKCpljKxGhHvaRF 6XlwcFY19VlfRIzakByVoiRXQAjzdzbcFrC5k2XWnFSA52B7J9rQVxDh8 Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10532"; a="299949202" X-IronPort-AV: E=Sophos;i="5.96,167,1665471600"; d="scan'208";a="299949202" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Nov 2022 18:06:19 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10532"; a="764140243" X-IronPort-AV: E=Sophos;i="5.96,167,1665471600"; d="scan'208";a="764140243" Received: from unknown (HELO localhost.localdomain) ([10.239.252.222]) by orsmga004-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Nov 2022 18:06:18 -0800 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V1 0/2] modify virtio_user_as_exceptional_path testplan Date: Wed, 16 Nov 2022 10:01:07 +0800 Message-Id: <20221116020107.609440-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 As DPDK commit 236bc417(app/testpmd: fix MAC header in checksum forward engine),need to add `csum mac-swap off ` steps in testplan and testsuite. Wei Ling (2): test_plans/virtio_user_as_exceptional_path_test_plan: modify testplan by DPDK changed tests/virtio_user_as_exceptional_path: modify testsuite by DPDK changed test_plans/virtio_user_as_exceptional_path_test_plan.rst | 4 +++- tests/TestSuite_virtio_user_as_exceptional_path.py | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-)