From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH 3/6] Drivers: net: hyperv: Enable offloads on the host Date: Thu, 06 Mar 2014 14:31:30 -0500 (EST) Message-ID: <20140306.143130.1210832721936446995.davem@davemloft.net> References: <1394104358-23438-1-git-send-email-kys@microsoft.com> <1394104390-23477-1-git-send-email-kys@microsoft.com> <1394104390-23477-3-git-send-email-kys@microsoft.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: olaf@aepfle.de, netdev@vger.kernel.org, jasowang@redhat.com, linux-kernel@vger.kernel.org, apw@canonical.com, devel@linuxdriverproject.org To: kys@microsoft.com Return-path: In-Reply-To: <1394104390-23477-3-git-send-email-kys@microsoft.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: driverdev-devel-bounces@linuxdriverproject.org Sender: driverdev-devel-bounces@linuxdriverproject.org List-Id: netdev.vger.kernel.org From: "K. Y. Srinivasan" Date: Thu, 6 Mar 2014 03:13:07 -0800 > + /* > + * can't put_rndis_request, since we may still receive a > + * send-completion. > + */ Please fix the formatting of this comment. > + /* > + * Turn on the offloads; the host supports all of the relevant > + * offloads. > + */ Likewise. > + /* > + * A value of zero means "no change"; now turn on what we > + * want. > + */ Likewise.