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 67DECA00C3; Thu, 20 Jan 2022 04:06:05 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 202674013F; Thu, 20 Jan 2022 04:06:05 +0100 (CET) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mails.dpdk.org (Postfix) with ESMTP id F21A840042 for ; Thu, 20 Jan 2022 04:06:02 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1642647963; x=1674183963; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=WQF6+Fm0hUsdp5bmvSBHUU3M7rncTFlWbOho9A+U+j0=; b=Nq5aFKgKXRrX3L5az/qi5pXhifasHLRLwMRKjD/wAp37I4H2PMBu7zCh qMQUA8oetAZMScRnVyZ4X06okWNeIv2tTn6e6IZXF2DUT8CKW2mZbAPjg GzVnkdtHNOREjuSSxXBdTiqz76dk7yN9qIjyjTSitChfJvVlZCtTViwEl t7lGlsM9CIIHfOaEXVUzbB6JLiH0f0XoSX8a+Tt4o6BIHgJmIQDTeAIH/ 4zkgp9jsJTQMweBsfGDJA2oGJq+PIU/0MjJnnzD7OOUdFpUYjqu2TNQN7 V0lppCiwdAoPNr46fG3kLPSHjckyF1U6BevAN9sDaf2xho0qQOQf9JZ02 w==; X-IronPort-AV: E=McAfee;i="6200,9189,10232"; a="331609485" X-IronPort-AV: E=Sophos;i="5.88,301,1635231600"; d="scan'208";a="331609485" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Jan 2022 19:06:02 -0800 X-IronPort-AV: E=Sophos;i="5.88,301,1635231600"; d="scan'208";a="518444109" Received: from intel-cd-odc-steve.cd.intel.com ([10.240.178.135]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Jan 2022 19:05:59 -0800 From: Steve Yang To: dev@dpdk.org Cc: Yuying.Zhang@intel.com, aman.deep.singh@intel.com, qiming.yang@intel.com, qi.z.zhang@intel.com, Steve Yang Subject: [PATCH 0/2] add module EEPROM ops for ice Date: Thu, 20 Jan 2022 02:59:29 +0000 Message-Id: <20220120025931.574106-1-stevex.yang@intel.com> X-Mailer: git-send-email 2.27.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 Added the following 2 items of ice_eth_dev_ops for ice: - ice_get_module_info - ice_get_module_eeprom Fixed stack overflow error when displaying a large size info. Steve Yang (2): net/ice: add module EEPROM ops for ice app/testpmd: fix stack overflow for EEPROM display app/test-pmd/config.c | 22 ++++- drivers/net/ice/ice_ethdev.c | 160 +++++++++++++++++++++++++++++++++++ drivers/net/ice/ice_ethdev.h | 25 ++++++ 3 files changed, 203 insertions(+), 4 deletions(-) -- 2.27.0