From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next 00/14] bnxt_en: Updates for net-next. Date: Wed, 17 Jan 2018 14:48:46 -0500 (EST) Message-ID: <20180117.144846.1682296197819753516.davem@davemloft.net> References: <1516177276-9722-1-git-send-email-michael.chan@broadcom.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org To: michael.chan@broadcom.com Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:34830 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750888AbeAQTss (ORCPT ); Wed, 17 Jan 2018 14:48:48 -0500 In-Reply-To: <1516177276-9722-1-git-send-email-michael.chan@broadcom.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Michael Chan Date: Wed, 17 Jan 2018 03:21:02 -0500 > First, we upgrade the firmware interface spec. Due to a change in > the toolchains, the auto-generated bnxt_hsi.h does not match the > old bnxt_hsi.h and the patch is really big. This should be just > one-time. Going forward, changes should be incremental. > > The next 10 patches implement a new scheme for the PF and VF drivers > to allocate and reserve resources. The new scheme is more flexible > and allows dynamic and asymmetric distribution of resources, whereas > the old scheme is static and even distribution. > > The last few patches add cacheline size setting, a couple of PCI IDs, > better management of VF MAC address, and a better parent switchdev ID > for dual-port devices. Ok, series applied, thanks Michael.