From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 074FAA0546; Tue, 25 May 2021 07:38:27 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id EB9604003F; Tue, 25 May 2021 07:38:25 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id CF47A4003E for ; Tue, 25 May 2021 07:38:23 +0200 (CEST) IronPort-SDR: utf45/9Jeg4L1pxXfCxCnDGanfEFnVwWgZrZjoesqekKEAkdWtl5oOra93VtRIWlEHPcP3juyN +xviIf+o53+g== X-IronPort-AV: E=McAfee;i="6200,9189,9994"; a="202147313" X-IronPort-AV: E=Sophos;i="5.82,327,1613462400"; d="scan'208";a="202147313" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 May 2021 22:38:22 -0700 IronPort-SDR: qqIQSqZ3DorA+3zClmZzkCxgEa//Pr/TzrwEHW928DYgVkhaGPZwf8jNKIyEy/sHZKM3HhMHsr hF0JuBJUeHCQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.82,327,1613462400"; d="scan'208";a="471106134" Received: from fmsmsx605.amr.corp.intel.com ([10.18.126.85]) by FMSMGA003.fm.intel.com with ESMTP; 24 May 2021 22:38:22 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by fmsmsx605.amr.corp.intel.com (10.18.126.85) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2242.4; Mon, 24 May 2021 22:38:21 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX601.ccr.corp.intel.com (10.109.6.141) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2242.4; Tue, 25 May 2021 13:38:20 +0800 Received: from shsmsx601.ccr.corp.intel.com ([10.109.6.141]) by SHSMSX601.ccr.corp.intel.com ([10.109.6.141]) with mapi id 15.01.2242.008; Tue, 25 May 2021 13:38:20 +0800 From: "Tu, Lijuan" To: "Chen, LingliX" , "dts@dpdk.org" CC: "Chen, LingliX" Thread-Topic: [dts] [PATCH V1 0/2] modify igb and igc nic pktsize Thread-Index: AQHXPZA+h2KC0sxWC0yIBCIufkzDIKrz1P0A Date: Tue, 25 May 2021 05:38:19 +0000 Message-ID: <5621fa2124a5449eb23c9d13bac854b5@intel.com> References: <20210430154813.15699-1-linglix.chen@intel.com> In-Reply-To: <20210430154813.15699-1-linglix.chen@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.5.1.3 dlp-product: dlpe-windows x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH V1 0/2] modify igb and igc nic pktsize 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" > -----Original Message----- > From: dts On Behalf Of Lingli Chen > Sent: 2021=1B$BG/=1B(B4=1B$B7n=1B(B30=1B$BF|=1B(B 23:48 > To: dts@dpdk.org > Cc: Chen, LingliX > Subject: [dts] [PATCH V1 0/2] modify igb and igc nic pktsize >=20 > 1.According to dpdk commit ddbc8c16a97f ("net/e1000: fix max Rx packet si= ze"): > modify shutdown_api/enable_disablejumbo igb pktSize. > 2.According to dpdk-26436:If LPE is 1b,the maximum packet size that Foxvi= lle > can receive is defined in the RLPML.RLPML register.The RLPML.RLPML regist= er > was set to MTU + 14 + 4 bytes (must consider at lease 1 VLAN tag since VL= AN > tag is not included in MTU). > modify tests/mtu_update igb and igc critical values. >=20 > Lingli Chen (2): > tests/mtu_update: modify igb and igc critical values > tests/shutdown_api: modify igb pktSize >=20 > tests/TestSuite_mtu_update.py | 19 +++++++++++++------ > tests/TestSuite_shutdown_api.py | 4 ++-- > 2 files changed, 15 insertions(+), 8 deletions(-) >=20 > -- > 2.17.1 Applied, please mind your length of commit message, it should be less than = 74.