From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next 0/5] net: aquantia: various ethtool ops implementation Date: Thu, 31 May 2018 14:09:05 -0400 (EDT) Message-ID: <20180531.140905.155565690507142974.davem@davemloft.net> References: Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, darcari@redhat.com, pavel.belous@aquantia.com To: igor.russkikh@aquantia.com Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:60816 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932782AbeEaSJH (ORCPT ); Thu, 31 May 2018 14:09:07 -0400 In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: From: Igor Russkikh Date: Tue, 29 May 2018 15:56:57 +0300 > In this patchset Anton Mikaev and I added some useful ethtool operations: > - ring size changes > - link renegotioation > - flow control management > > The patch also improves init/deinit sequence. As noted the locking in patch #1 needs to be resolved.