From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jakub Kicinski Subject: Re: [net-next 0/7] nfp: ethtool and related improvements Date: Sat, 4 Nov 2017 13:58:15 -0700 Message-ID: <20171104135815.3218ed1a@cakuba.lan> References: <20171104154900.21469-1-simon.horman@netronome.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: David Miller , netdev@vger.kernel.org, oss-drivers@netronome.com, Dirk van der Merwe To: Simon Horman Return-path: Received: from mail-qk0-f177.google.com ([209.85.220.177]:55073 "EHLO mail-qk0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751534AbdKDU6T (ORCPT ); Sat, 4 Nov 2017 16:58:19 -0400 Received: by mail-qk0-f177.google.com with SMTP id n5so6953173qke.11 for ; Sat, 04 Nov 2017 13:58:19 -0700 (PDT) In-Reply-To: <20171104154900.21469-1-simon.horman@netronome.com> Sender: netdev-owner@vger.kernel.org List-ID: On Sat, 4 Nov 2017 16:48:53 +0100, Simon Horman wrote: > Dirk van der Merwe says: > > This patch series throws a couple of loosely related items into a single > series. > > Patch 1: Clang compilation fix reported by > Matthias Kaehlcke > > Patch 2: Driver can now do MAC reinit on load when there has been a > media override set in the NSP. > > Patch 3: Refactor the nfp_app_reprs_set API. > > Patch 4: Similar to vNICs, representors must be able to deal with media > override changes in the NSP. > > Patch 5: Since representors can now handle media overrides, we can > allocate the get/set link ndo's to them. > > Patch 6 & 7: Add support for FEC mode modification. I forgot to put: Reviewed-by: Jakub Kicinski on Dirk's patches, thanks for posting Simon!