From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next v2 00/14] bnxt_en: Net-next updates. Date: Fri, 27 Apr 2018 14:53:07 -0400 (EDT) Message-ID: <20180427.145307.101984782860977054.davem@davemloft.net> References: <1524779084-4016-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]:56272 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757929AbeD0SxK (ORCPT ); Fri, 27 Apr 2018 14:53:10 -0400 In-Reply-To: <1524779084-4016-1-git-send-email-michael.chan@broadcom.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Michael Chan Date: Thu, 26 Apr 2018 17:44:30 -0400 > This series has 3 main features. The first is to add mqprio TC to > hardware queue mapping to avoid reprogramming hardware CoS queue > watermarks during run-time. The second is DIM improvements from > Andy Gospo. The third is some improvements to VF resource allocations > when supporting large numbers of VFs with more limited resources. > > There are some additional minor improvements and a new function level > discard counter. > > v2: Fixed EEPROM typo noted by Andrew Lunn. Series applied, thanks Michael.