From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,NICE_REPLY_A,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C4E86C433E2 for ; Mon, 14 Sep 2020 16:48:11 +0000 (UTC) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mail.kernel.org (Postfix) with ESMTP id 53A09217BA for ; Mon, 14 Sep 2020 16:48:11 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 53A09217BA Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 48A30E07; Mon, 14 Sep 2020 18:48:10 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 2C677160 for ; Mon, 14 Sep 2020 18:48:08 +0200 (CEST) IronPort-SDR: XlGKNI164ui4cmTahGVsTIuZbLGQD7yQRx9rYYSRTfFmKR2W42rd2Yk5NuI2SP7iP+BJP74vfE LPowUDDSSYmA== X-IronPort-AV: E=McAfee;i="6000,8403,9744"; a="138618896" X-IronPort-AV: E=Sophos;i="5.76,426,1592895600"; d="scan'208";a="138618896" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Sep 2020 09:48:07 -0700 IronPort-SDR: zBtLjLKtNmJ0qUDLosxzMzRsce8vPZQ9Q69bqv7Zuy+0DtkqGe6emldiFjSMxA4m5jUjh6YvdY 2iahbbg2+rDg== X-IronPort-AV: E=Sophos;i="5.76,426,1592895600"; d="scan'208";a="507207064" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.247.225]) ([10.213.247.225]) by fmsmga005-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Sep 2020 09:48:05 -0700 To: David Liu Cc: dpdk-dev , Lincoln Lavoie , Thomas Monjalon References: <20200910060025.23838-1-dliu@iol.unh.edu> From: Ferruh Yigit Message-ID: Date: Mon, 14 Sep 2020 17:48:02 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.2.2 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH V2] testpmd: add eeprom/module eeprom display X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 9/14/2020 4:11 PM, David Liu wrote: > Add module EEPROM/EEPROM dump command >    "show port (module_eeprom|eeprom)" > Commands will dump the content of the EEPROM/module > EEPROM for the selected port. > > Signed-off-by: David Liu > Hi David, The formatting is wrong in the patch and it is not detected as patch by patchwork, can you please send the patch via "git send-eamil"?