From patchwork Wed Mar 24 11:24:41 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Xie, WeiX" X-Patchwork-Id: 89724 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 A18CBA0A0A; Wed, 24 Mar 2021 04:00:36 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 791444067B; Wed, 24 Mar 2021 04:00:36 +0100 (CET) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mails.dpdk.org (Postfix) with ESMTP id DE54B40151 for ; Wed, 24 Mar 2021 04:00:34 +0100 (CET) IronPort-SDR: fazL3+qztQ3BJXVZdsPerKRqnWQBijCDOvjax6Qj7jUZO43XlZS/T5pcH6OiTjhP5Q0hju7iDp XObAku1ZX1Uw== X-IronPort-AV: E=McAfee;i="6000,8403,9932"; a="210708937" X-IronPort-AV: E=Sophos;i="5.81,272,1610438400"; d="scan'208";a="210708937" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Mar 2021 20:00:33 -0700 IronPort-SDR: q4T8vbK8gjoLYb+DTvKbIgipX8ubwvcs9aXpiWXUEL3py/rbwehkuFVY9VJ6JMKmlVvQJ+5C+t LSik4q7kuvOQ== X-IronPort-AV: E=Sophos;i="5.81,272,1610438400"; d="scan'208";a="607958918" Received: from unknown (HELO localhost.localdomain) ([10.240.183.103]) by fmsmga005-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Mar 2021 20:00:32 -0700 From: xiewei To: dts@dpdk.org Cc: xiewei Date: Wed, 24 Mar 2021 19:24:41 +0800 Message-Id: <20210324112443.29319-1-weix.xie@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [dts] [PATCH 0/2] adapt to CVL NIC 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 Sender: "dts" modify suite and test_plan to support CVL. xiewei (2): tests/rxtx_offload: adapt to CVL NIC test_plans/rxtx_offload_test_plan: adapt to CVL NIC test_plans/rxtx_offload_test_plan.rst | 29 +++++++++++++++++++++++++++ tests/TestSuite_rxtx_offload.py | 23 ++++++++++++++++----- 2 files changed, 47 insertions(+), 5 deletions(-) Tested-by: Xie Wei