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 3C0E6A0509; Wed, 4 May 2022 10:13:21 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D753A4069F; Wed, 4 May 2022 10:13:20 +0200 (CEST) Received: from shelob.oktetlabs.ru (shelob.oktetlabs.ru [91.220.146.113]) by mails.dpdk.org (Postfix) with ESMTP id 0168040694 for ; Wed, 4 May 2022 10:13:18 +0200 (CEST) Received: from [192.168.38.17] (aros.oktetlabs.ru [192.168.38.17]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by shelob.oktetlabs.ru (Postfix) with ESMTPSA id 6097C82; Wed, 4 May 2022 11:13:18 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 shelob.oktetlabs.ru 6097C82 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=oktetlabs.ru; s=default; t=1651651998; bh=m6Imo5GkERbpU4IdRODos31tB05FOWBr+WtoPjdnci4=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=aIPAwu7xs1bdtT8syK8TbY/5EIrNzz3VUYb59Eis01bwdY9xla/mTZfMzUh59v48r rTzFopATgSRakzVdvaF3vrO4BQcv1AXjDO1iZgwOB1YQFKzoVnhTDfDVHUrT0oW0MO oJVsjV/yIxR2eF11d5bX1z5TYPgmsMx0yYIEjlLM= Message-ID: <37d37105-2ab9-b454-0533-c1dbd5f04f9d@oktetlabs.ru> Date: Wed, 4 May 2022 11:13:17 +0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.8.0 Subject: Re: [PATCH v5 0/5] add telemetry command for show module EEPROM Content-Language: en-US To: Robin Zhang , dev@dpdk.org Cc: qiming.yang@intel.com, qi.z.zhang@intel.com, stevex.yang@intel.com, thomas@monjalon.net, bruce.richardson@intel.com, david.marchand@redhat.com References: <20220215101853.919735-1-robinx.zhang@intel.com> <20220426024349.1081666-1-robinx.zhang@intel.com> From: Andrew Rybchenko Organization: OKTET Labs In-Reply-To: <20220426024349.1081666-1-robinx.zhang@intel.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org On 4/26/22 05:43, Robin Zhang wrote: > Introduce a new telemetry command /ethdev/module_eeprom to show module > EEPROM for each port. The format of module EEPROM information follows > the SFF(Small Form Factor) Committee specifications. > > Current the format support SFP(Small Formfactor Pluggable)/SFP+/ > QSFP+(Quad Small Formfactor Pluggable)/QSFP28 with specs SFF-8079/ > SFF-8472/SFF-8024/SFF-8636. > > Afther run the /ethdev/module_eeprom command, telemetry client will > show the module EEPROM information. We keep the same information content > compare with Linux utility ethtool, refer to command 'ethtool -m' of > ethtool v5.4. > > v5: > - fix CI robot compile fail issue The series still breaks build [1]. Now it is on Windows because of missing arpa/inet.h. [1] http://mails.dpdk.org/archives/test-report/2022-April/276614.html