From patchwork Fri Apr 9 12:49:30 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Sun, QinX" X-Patchwork-Id: 90931 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 30240A0579; Fri, 9 Apr 2021 06:14:21 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2173A1412FC; Fri, 9 Apr 2021 06:14:21 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id 2F7D64068E for ; Fri, 9 Apr 2021 06:14:20 +0200 (CEST) IronPort-SDR: 3l8iRPlnVnkY3194LoL7OdLdNkjcrFHgFYzl9okbgH7QwxTZNVDafZAGJegrcih4lNc8UHHtTA a/1t8a5haafw== X-IronPort-AV: E=McAfee;i="6000,8403,9948"; a="193724796" X-IronPort-AV: E=Sophos;i="5.82,208,1613462400"; d="scan'208";a="193724796" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Apr 2021 21:14:18 -0700 IronPort-SDR: plRO5k+D0A+u7Eza/oL14bDIX4cCr8GtI09w+Z97aJ2tLhCsHk20TCkvsf/M0N7k4jZFJz/E0m N12RXR6YDVUQ== X-IronPort-AV: E=Sophos;i="5.82,208,1613462400"; d="scan'208";a="613587674" Received: from unknown (HELO localhost.localdomain) ([10.240.183.105]) by fmsmga005-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Apr 2021 21:14:16 -0700 From: sunqin To: dts@dpdk.org Cc: sunqin Date: Fri, 9 Apr 2021 12:49:30 +0000 Message-Id: <20210409124932.31720-1-qinx.sun@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [dts] [PATCH V2 0/2] adapt to chapman beach platform 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" As chapman beach 100g*2 platform has been added to regression test, but the card has special characteristics about maxinum rules compared with other cards,so some cases about maxinum rules need to be modified to adapt it sunqin (2): tests/cvl_limit_value_test: adapt to chapman beach test_plans/cvl_limit_value_test: adapt to chapman beach for test plan test_plans/cvl_limit_value_test_test_plan.rst | 6 + tests/TestSuite_cvl_limit_value_test.py | 418 +++++++++++------- 2 files changed, 264 insertions(+), 160 deletions(-) Tested-by: Sun Qin