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 840ADA0546; Fri, 30 Apr 2021 09:12:32 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5200E410D7; Fri, 30 Apr 2021 09:12:32 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mails.dpdk.org (Postfix) with ESMTP id 362A340693 for ; Fri, 30 Apr 2021 09:12:30 +0200 (CEST) IronPort-SDR: NTkFy+mO99ttXryc+/f0gvOBudrWdN+lKEG8L4OWnwQMZoXOYageMwMBpfonF6MWuCzt/lJMI9 DhhxQ2Sond2w== X-IronPort-AV: E=McAfee;i="6200,9189,9969"; a="217952560" X-IronPort-AV: E=Sophos;i="5.82,260,1613462400"; d="scan'208";a="217952560" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Apr 2021 00:12:29 -0700 IronPort-SDR: mT+SINp2In4rHONJ73VL1xFo5/NKRfnL3N5PkUX7tm9KVKCLFwoZXNSnAZPm3MXucIjNQj0SVV 8Z5vs2u/s+hQ== X-IronPort-AV: E=Sophos;i="5.82,260,1613462400"; d="scan'208";a="424727892" Received: from unknown (HELO DPDK-CVL-tetser102.icx.intel.com) ([10.240.183.102]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Apr 2021 00:12:25 -0700 From: Lingli Chen To: dts@dpdk.org Cc: Lingli Chen Date: Fri, 30 Apr 2021 15:48:11 +0000 Message-Id: <20210430154813.15699-1-linglix.chen@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [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" 1.According to dpdk commit ddbc8c16a97f ("net/e1000: fix max Rx packet size"): modify shutdown_api/enable_disablejumbo igb pktSize. 2.According to dpdk-26436:If LPE is 1b,the maximum packet size that Foxville can receive is defined in the RLPML.RLPML register.The RLPML.RLPML register was set to MTU + 14 + 4 bytes (must consider at lease 1 VLAN tag since VLAN tag is not included in MTU). modify tests/mtu_update igb and igc critical values. Lingli Chen (2): tests/mtu_update: modify igb and igc critical values tests/shutdown_api: modify igb pktSize tests/TestSuite_mtu_update.py | 19 +++++++++++++------ tests/TestSuite_shutdown_api.py | 4 ++-- 2 files changed, 15 insertions(+), 8 deletions(-) -- 2.17.1