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=-4.1 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_GIT autolearn=no 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 96B16C49ED6 for ; Wed, 11 Sep 2019 11:43:02 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 69F9E20872 for ; Wed, 11 Sep 2019 11:43:02 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=marvell.com header.i=@marvell.com header.b="c5gK/dz4" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727724AbfIKLnB (ORCPT ); Wed, 11 Sep 2019 07:43:01 -0400 Received: from mx0b-0016f401.pphosted.com ([67.231.156.173]:11952 "EHLO mx0b-0016f401.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726696AbfIKLnB (ORCPT ); Wed, 11 Sep 2019 07:43:01 -0400 Received: from pps.filterd (m0045851.ppops.net [127.0.0.1]) by mx0b-0016f401.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id x8BBbL0l020084; Wed, 11 Sep 2019 04:42:58 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=marvell.com; h=from : to : cc : subject : date : message-id : mime-version : content-type; s=pfpt0818; bh=q9QqzbhHBD2IIJPCCW1xM+pdf5ErKsJiQdJrpgLzvuY=; b=c5gK/dz4LcWnTCQ/TRMo8X++onSoIOdxuOpzlEp/maOZOj1DM/9s5uVvNN9yaQAsjVfk 2tyua32QtmoHHl/Psinjbj7yH6BLR+vXqV/x8G/VezPvc1/Ac3p4J5e873R+X5bNu4yn LI8Vz5RaM+GS68CGsaM89CYOrd87YGuUYWcMWx0W0LF8ekMWhWxnkotBFvmzzierA0B1 PNUOvuQtZujh4AlK5YU/dIo5IMwWfS6ck3c+/Rd+D+bSjDvqhdHnvu5OoxeGYAGIFZsH WWWPh8e5m3o1lNz1kPKlTJu1hQgk6Ba3ftE6OGvMSMYoMKZdnfvMSjTnntnnnzcx742r 8w== Received: from sc-exch01.marvell.com ([199.233.58.181]) by mx0b-0016f401.pphosted.com with ESMTP id 2uvc2js694-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Wed, 11 Sep 2019 04:42:57 -0700 Received: from SC-EXCH03.marvell.com (10.93.176.83) by SC-EXCH01.marvell.com (10.93.176.81) with Microsoft SMTP Server (TLS) id 15.0.1367.3; Wed, 11 Sep 2019 04:42:55 -0700 Received: from maili.marvell.com (10.93.176.43) by SC-EXCH03.marvell.com (10.93.176.83) with Microsoft SMTP Server id 15.0.1367.3 via Frontend Transport; Wed, 11 Sep 2019 04:42:56 -0700 Received: from dut1171.mv.qlogic.com (unknown [10.112.88.18]) by maili.marvell.com (Postfix) with ESMTP id CC26E3F703F; Wed, 11 Sep 2019 04:42:55 -0700 (PDT) Received: from dut1171.mv.qlogic.com (localhost [127.0.0.1]) by dut1171.mv.qlogic.com (8.14.7/8.14.7) with ESMTP id x8BBgtZA007050; Wed, 11 Sep 2019 04:42:55 -0700 Received: (from root@localhost) by dut1171.mv.qlogic.com (8.14.7/8.14.7/Submit) id x8BBgt5o007049; Wed, 11 Sep 2019 04:42:55 -0700 From: Sudarsana Reddy Kalluru To: CC: , , Subject: [PATCH net-next 0/2] qed* Fix series. Date: Wed, 11 Sep 2019 04:42:49 -0700 Message-ID: <20190911114251.7013-1-skalluru@marvell.com> X-Mailer: git-send-email 2.12.0 MIME-Version: 1.0 Content-Type: text/plain X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.70,1.0.8 definitions=2019-09-11_07:2019-09-11,2019-09-11 signatures=0 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org The patch series addresses couple of issues in the recent commits. Patch (1) populates the actual dump-size of config attribute instead of providing a fixed size value. Patch(2) updates frame format of flash config buffer as required by management FW (MFW). Please consider applying it to net-next. Sudarsana Reddy Kalluru (2): qed*: Fix size of config attribute dump. qed: Fix Config attribute frame format. drivers/net/ethernet/qlogic/qed/qed_main.c | 47 +++++++++++++++++++------ drivers/net/ethernet/qlogic/qede/qede_ethtool.c | 14 ++++---- include/linux/qed/qed_if.h | 8 +++++ 3 files changed, 53 insertions(+), 16 deletions(-) -- 1.8.3.1