From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next v2 00/10] qed*: Add support for management firmware TLV request. Date: Tue, 22 May 2018 23:31:00 -0400 (EDT) Message-ID: <20180522.233100.1784559686046181472.davem@davemloft.net> References: <20180522072846.2454-1-sudarsana.kalluru@cavium.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, Ariel.Elior@cavium.com, chad.dupuis@cavium.com, manish.rangankar@cavium.com To: sudarsana.kalluru@cavium.com Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:51274 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753684AbeEWDbE (ORCPT ); Tue, 22 May 2018 23:31:04 -0400 In-Reply-To: <20180522072846.2454-1-sudarsana.kalluru@cavium.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Sudarsana Reddy Kalluru Date: Tue, 22 May 2018 00:28:36 -0700 > From: Sudarsana Reddy Kalluru > > Management firmware (MFW) requires config and state information from > the driver. It queries this via TLV (type-length-value) request wherein > mfw specificies the list of required TLVs. Driver fills the TLV data > and responds back to MFW. > This patch series adds qed/qede/qedf/qedi driver implementation for > supporting the TLV queries from MFW. > > Changes from previous versions: > ------------------------------- > v2: Split patch (2) into multiple simpler patches. > v2: Update qed_tlv_parsed_buf->p_val datatype to void pointer to avoid > bunch of unnecessary typecasts. > > Please consider applying this series to "net-next". Series applied, thanks.