From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753213AbbC3JCW (ORCPT ); Mon, 30 Mar 2015 05:02:22 -0400 Received: from userp1040.oracle.com ([156.151.31.81]:23692 "EHLO userp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752787AbbC3JCV (ORCPT ); Mon, 30 Mar 2015 05:02:21 -0400 Date: Mon, 30 Mar 2015 12:02:34 +0300 From: Dan Carpenter To: "K. Y. Srinivasan" Cc: davem@davemloft.net, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, devel@linuxdriverproject.org, olaf@aepfle.de, apw@canonical.com, jasowang@redhat.com Subject: Re: [PATCH net-next 1/2] hv_netvsc: Cleanup the test for freeing skb when we use sendbuf mechanism Message-ID: <20150330090234.GC10964@mwanda> References: <1427688478-27950-1-git-send-email-kys@microsoft.com> <1427688522-27991-1-git-send-email-kys@microsoft.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1427688522-27991-1-git-send-email-kys@microsoft.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-Source-IP: aserv0022.oracle.com [141.146.126.234] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Mar 29, 2015 at 09:08:41PM -0700, K. Y. Srinivasan wrote: > In preparation for embedding the rndis state and other packet state into > the skb, cleanup the test for freeing the skb. > So there is no behavior change in applying this patch? regards, dan carpenter