From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next 0/6] hv_netvsc: minor changes Date: Wed, 13 Dec 2017 15:57:55 -0500 (EST) Message-ID: <20171213.155755.1689958321967920282.davem@davemloft.net> References: <20171213004840.17507-1-sthemmin@microsoft.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: kys@microsoft.com, haiyangz@microsoft.com, sthemmin@microsoft.com, devel@linuxdriverproject.org, netdev@vger.kernel.org To: stephen@networkplumber.org Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:44968 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752932AbdLMU55 (ORCPT ); Wed, 13 Dec 2017 15:57:57 -0500 In-Reply-To: <20171213004840.17507-1-sthemmin@microsoft.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Stephen Hemminger Date: Tue, 12 Dec 2017 16:48:34 -0800 > This includes minor cleanup of code in send and receive path and > also a new statistic to check for allocation failures. This also > eliminates some of the extra RCU when not needed. > > There is a theoritical bug where buffered data could be blocked > for longer than necessary if the ring buffer got full. This > has not been seen in the wild, found by inspection. > > The reference count between net device and internal RNDIS > is not needed. Series applied, thanks Stephen.