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 AAE65423A1; Tue, 10 Jan 2023 09:01:40 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A915640691; Tue, 10 Jan 2023 09:01:40 +0100 (CET) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id 1733840689 for ; Tue, 10 Jan 2023 09:01:38 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1673337699; x=1704873699; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=qitU1iMC/JV5Y1Y4j74HoFKnwFVsiLuvu07hcTGMo+c=; b=gWoEU3OQ6DLLzyrsm3EAD/cTQnv1jQEoUN7tuqWoIuhLg7wIes1aIFjE NxALlHkVPzgR/debYrkHvX8KpU0lpIGOOv7VTsPZaUKEoC/nnIm5O5GAS FiuRe1+Qj2WhqNMIhKJYHuTubrKx+HywYmip4yII2TL9J/1/xDRbr/na+ j50b7xqgrfY6ROb3dJZghWAFZixNshmGYN47x1pYGaLtXVofaJ0f/vWSR oP5j3ri1iDmx0tghk5O/yP2MVeJCXovr3YuEDWWkWEMOc5V1zgA32WsEl KKWoXtQ0jXmWxVhaMTSmEUYX6gkx8p+W9Or+ib8kEi46omCMgS7feUHm0 g==; X-IronPort-AV: E=McAfee;i="6500,9779,10585"; a="325097201" X-IronPort-AV: E=Sophos;i="5.96,314,1665471600"; d="scan'208";a="325097201" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Jan 2023 00:01:38 -0800 Message-Id: <665c30$oodcin@orsmga005-auth.jf.intel.com> Date: 10 Jan 2023 00:01:37 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10585"; a="830911068" X-IronPort-AV: E=Sophos;i="5.96,314,1665471600"; d="scan'208";a="830911068" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Jan 2023 00:01:37 -0800 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts] [PATCH V2 2/2] test_plans/userspace_ethtool: add note to support ixgbe nic From: lijuan.tu@intel.com To: dts@dpdk.org,Song Jiale Cc: Song Jiale In-Reply-To: <20230110151955.857186-2-songx.jiale@intel.com> 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: , Reply-To: Song Jiale Errors-To: dts-bounces@dpdk.org On Tue, 10 Jan 2023 15:19:55 +0000, Song Jiale wrote: > according to the solution provided by the EPG team, if you read eeprom > on the ixgbe nic, use the "length" parameter to reduce the size to > 0x4000. > > Signed-off-by: Song Jiale Acked-by: Lijuan Tu Series applied, thanks