From mboxrd@z Thu Jan 1 00:00:00 1970 From: Denis Bolotin Subject: [PATCH net-next 0/2] Add configuration information to register dump and debug data Date: Mon, 23 Apr 2018 14:56:03 +0300 Message-ID: <20180423115605.8531-1-denis.bolotin@cavium.com> Mime-Version: 1.0 Content-Type: text/plain Cc: , , Denis Bolotin To: Return-path: Received: from mail-sn1nam01on0057.outbound.protection.outlook.com ([104.47.32.57]:12560 "EHLO NAM01-SN1-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1754935AbeDWL4U (ORCPT ); Mon, 23 Apr 2018 07:56:20 -0400 Sender: netdev-owner@vger.kernel.org List-ID: The purpose of this patchset is to add configuration information to the debug data collection, which already contains register dump. The first patch (removing the ptt) is essential because it prevents the unnecessary ptt acquirement when calling mcp APIs. Denis Bolotin (2): qed: Delete unused parameter p_ptt from mcp APIs qed: Add configuration information to register dump and debug data drivers/net/ethernet/qlogic/qed/qed_debug.c | 113 +++++++++++++++++++++++++++- drivers/net/ethernet/qlogic/qed/qed_main.c | 9 +-- drivers/net/ethernet/qlogic/qed/qed_mcp.c | 18 +++-- drivers/net/ethernet/qlogic/qed/qed_mcp.h | 16 +++- include/linux/qed/qed_if.h | 3 + 5 files changed, 141 insertions(+), 18 deletions(-) -- 1.8.3.1