From patchwork Mon Jul 17 06:52:50 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jin Ling X-Patchwork-Id: 129565 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 D4A8342E96; Mon, 17 Jul 2023 08:53:03 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id AB87440698; Mon, 17 Jul 2023 08:53:03 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mails.dpdk.org (Postfix) with ESMTP id B86D44068E for ; Mon, 17 Jul 2023 08:53:02 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1689576783; x=1721112783; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=Iu3FiBWNJrHF7cgP3MzZiJDAk/6wzGBHWrFlcNXpZyo=; b=B6W42GjteZKfU8cICT8z9NG2fDsgypTQEu8iwoQEB0lEOK7UenuoGrpT n/M+1ifAqUgp6KkhQmQVSWsP49Zq42v9mO4fJ4o30Qx/jWoTEnmcgL7Kq zkSGRinngYfUa/cqprSvwA9VZju31KQXL0wJ+9avmH+q606dmZohSjd3O LJhEEMPgNGsPCYYu9q4QzY39kpqlYW7O7dFbol2xBJoIvok2C8/S4ORkS RC3dtPjDMbwrt4N28Ab3oET8IvDiGSfOJZUB2Ha41brgyWXDsC92Oh+HZ 6dwmUp3u8jyag6iyKrQnNexE2Z+jjIyV7ceJ8ua+wHzPtMDyRedCVevTm g==; X-IronPort-AV: E=McAfee;i="6600,9927,10773"; a="363321505" X-IronPort-AV: E=Sophos;i="6.01,211,1684825200"; d="scan'208";a="363321505" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Jul 2023 23:53:00 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10773"; a="813189559" X-IronPort-AV: E=Sophos;i="6.01,211,1684825200"; d="scan'208";a="813189559" Received: from dpdk-lingjin.sh.intel.com ([10.67.114.163]) by FMSMGA003.fm.intel.com with ESMTP; 16 Jul 2023 23:52:59 -0700 From: Jin Ling To: dts@dpdk.org Cc: Jin Ling Subject: [DTS][PATCH V1 0/3] add new test suite ice_config_port_speed Date: Mon, 17 Jul 2023 14:52:50 +0800 Message-Id: <20230717065253.1611703-1-jin.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 This suite provides the function for configuring the port speed function in testpmd You can get the link speed supported of the NIC by executing `ethtool `, only the supported speed can be configured, if its' link partner also supports this speed, then once the speed of the dut is reconfigured, the link partner's speed will also be configured. Jin Ling (3): test_plan/ice_config_port_speed: add new test plan tests/ice_config_port_speed: add new test cases test_plans/index: add new test_suite .../ice_config_port_speed_test_plan.rst | 141 ++++++++++++++++++ test_plans/index.rst | 1 + tests/TestSuite_ice_config_port_speed.py | 63 ++++++++ 3 files changed, 205 insertions(+) create mode 100644 test_plans/ice_config_port_speed_test_plan.rst create mode 100644 tests/TestSuite_ice_config_port_speed.py --- 2.25.1