From: David S. Miller Date: Wed, 23 May 2018 03:29:55 +0000 (-0400) Subject: Merge branch 'qed-firmware-TLV' X-Git-Tag: Ubuntu-5.4-5.4.0-11.14~5227^2~172 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=1fe8c06c4a0d3b589f076cd00c25082840f10423;p=mirror_ubuntu-focal-kernel.git Merge branch 'qed-firmware-TLV' Sudarsana Reddy Kalluru says: ==================== qed*: Add support for management firmware TLV request. 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". ==================== Signed-off-by: David S. Miller --- 1fe8c06c4a0d3b589f076cd00c25082840f10423