From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751572AbbCKJYN (ORCPT ); Wed, 11 Mar 2015 05:24:13 -0400 Received: from mo4-p00-ob.smtp.rzone.de ([81.169.146.160]:42593 "EHLO mo4-p00-ob.smtp.rzone.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751271AbbCKJX7 (ORCPT ); Wed, 11 Mar 2015 05:23:59 -0400 X-RZG-AUTH: :P2EQZWCpfu+qG7CngxMFH1J+yackYocTD1iAi8x+OWi/zfN1cLnBYfssV4pSFZalwAeMSYGGVMSyQaZuzod+milLZOzKSQ== X-RZG-CLASS-ID: mo00 Date: Wed, 11 Mar 2015 10:23:54 +0100 From: Olaf Hering To: "K. Y. Srinivasan" Cc: davem@davemloft.net, netdev@vger.kernel.org, gregkh@linuxfoundation.org, linux-kernel@vger.kernel.org, devel@linuxdriverproject.org, apw@canonical.com, jasowang@redhat.com Subject: Re: [PATCH 2/2 net-next] hyperv: Support batched notification Message-ID: <20150311092354.GA13144@aepfle.de> References: <1426013383-2853-1-git-send-email-kys@microsoft.com> <1426013404-2892-1-git-send-email-kys@microsoft.com> <1426013404-2892-2-git-send-email-kys@microsoft.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <1426013404-2892-2-git-send-email-kys@microsoft.com> User-Agent: Mutt/1.5.22.rev6346 (2013-10-29) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Mar 10, K. Y. Srinivasan wrote: > Optimize notifying the host by deferring notification until there > are no more packets to be sent. This will help in batching the requests > on the host. The subjects for the network driver say "hyperv:". But all such changes should get "netvsc:" as prefix to make it clear what each single patch is all about. This should be changed for upcoming submissions. Thanks! Olaf