All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lino Sanfilippo <LinoSanfilippo@gmx.de>
To: intel-wired-lan@osuosl.org
Subject: [Intel-wired-lan] [PATCH 2/3] r8169: Use dev_kfree_skb in Tx cleanup path
Date: Fri, 01 May 2015 14:15:42 +0200	[thread overview]
Message-ID: <55436E6E.5050609@gmx.de> (raw)
In-Reply-To: <55436C4B.7090509@gmx.de>

On 01.05.2015 14:06, Lino Sanfilippo wrote:

> which did just the opposite: replace dev_kfree() with dev_kfree_any()
> for that reason. See
> 

Um, this should of course be dev_kfree_skb() and dev_kfree_skb_any().

Lino


WARNING: multiple messages have this Message-ID (diff)
From: Lino Sanfilippo <LinoSanfilippo@gmx.de>
To: Francois Romieu <romieu@fr.zoreil.com>,
	Alexander Duyck <alexander.h.duyck@redhat.com>
Cc: netdev@vger.kernel.org, nic_swsd@realtek.com,
	Dept-HSGLinuxNICDev@qlogic.com, sony.chacko@qlogic.com,
	intel-wired-lan@lists.osuosl.org, jeffrey.t.kirsher@intel.com,
	davem@davemloft.net, ebiederm@xmission.com
Subject: Re: [PATCH 2/3] r8169: Use dev_kfree_skb in Tx cleanup path
Date: Fri, 01 May 2015 14:15:42 +0200	[thread overview]
Message-ID: <55436E6E.5050609@gmx.de> (raw)
In-Reply-To: <55436C4B.7090509@gmx.de>

On 01.05.2015 14:06, Lino Sanfilippo wrote:

> which did just the opposite: replace dev_kfree() with dev_kfree_any()
> for that reason. See
> 

Um, this should of course be dev_kfree_skb() and dev_kfree_skb_any().

Lino

  reply	other threads:[~2015-05-01 12:15 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-30 20:58 [Intel-wired-lan] [PATCH 0/3] Stop using dev_kfree_skb_any in NAPI Tx clean-up Alexander Duyck
2015-04-30 20:58 ` Alexander Duyck
2015-04-30 20:58 ` [Intel-wired-lan] [PATCH 1/3] igb, ixgbe(vf), i40e(vf), fm10k: Use dev_kfree_skb in Tx cleanup path Alexander Duyck
2015-04-30 20:58   ` Alexander Duyck
2015-05-01  1:46   ` [Intel-wired-lan] " Jeff Kirsher
2015-05-01  1:46     ` Jeff Kirsher
2015-04-30 20:58 ` [Intel-wired-lan] [PATCH 2/3] r8169: " Alexander Duyck
2015-04-30 20:58   ` Alexander Duyck
2015-05-01  9:34   ` [Intel-wired-lan] " Francois Romieu
2015-05-01  9:34     ` Francois Romieu
2015-05-01 12:06     ` [Intel-wired-lan] " Lino Sanfilippo
2015-05-01 12:06       ` Lino Sanfilippo
2015-05-01 12:15       ` Lino Sanfilippo [this message]
2015-05-01 12:15         ` Lino Sanfilippo
2015-05-01 15:36         ` [Intel-wired-lan] " David Miller
2015-05-01 15:36           ` David Miller
2015-04-30 20:58 ` [Intel-wired-lan] [PATCH 3/3] bnx2: " Alexander Duyck
2015-04-30 20:58   ` Alexander Duyck
2015-05-01 15:42 ` [Intel-wired-lan] [PATCH 0/3] Stop using dev_kfree_skb_any in NAPI Tx clean-up David Miller
2015-05-01 15:42   ` David Miller
2015-05-01 16:45   ` [Intel-wired-lan] " Alexander Duyck
2015-05-01 16:45     ` Alexander Duyck

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=55436E6E.5050609@gmx.de \
    --to=linosanfilippo@gmx.de \
    --cc=intel-wired-lan@osuosl.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.