From: Eric Dumazet <eric.dumazet@gmail.com>
To: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Cc: "Tantilov, Emil S" <emil.s.tantilov@intel.com>,
David Miller <davem@davemloft.net>,
"Waskiewicz Jr, Peter P" <peter.p.waskiewicz.jr@intel.com>,
"Brattain, Ross B" <ross.b.brattain@intel.com>,
netdev <netdev@vger.kernel.org>
Subject: Re: [PATCH] ixgbe: refactor ixgbe_alloc_queues()
Date: Fri, 29 Oct 2010 10:48:58 +0200 [thread overview]
Message-ID: <1288342138.2560.1.camel@edumazet-laptop> (raw)
In-Reply-To: <AANLkTinKQccHsA++PG86h5x3smJx75EB05YnHq2tGM-R@mail.gmail.com>
Le vendredi 29 octobre 2010 à 01:38 -0700, Jeff Kirsher a écrit :
>
> I noticed a typo when applying the patch and I fixed it in the patch
> in my queue.
>
> The following code:
> > + while (rx)
> > + kfree(adapter->tx_ring[--rx]);
> > +
>
> should be:
> > + while (rx)
> > + kfree(adapter->rx_ring[--rx]);
> > +
>
Good catch, thanks !
prev parent reply other threads:[~2010-10-29 8:49 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-11 12:17 [PATCH net-next] ixgbe: fix stats handling Eric Dumazet
2010-10-12 0:13 ` Jeff Kirsher
2010-10-27 22:35 ` Tantilov, Emil S
2010-10-28 4:24 ` Eric Dumazet
2010-10-28 12:02 ` [PATCH] ixgbe: delay rx_ring freeing Eric Dumazet
2010-10-28 12:21 ` Jeff Kirsher
2010-10-29 3:45 ` [PATCH] ixgbe: refactor ixgbe_alloc_queues() Eric Dumazet
2010-10-29 7:46 ` Jeff Kirsher
2010-10-29 8:38 ` Jeff Kirsher
2010-10-29 8:48 ` Eric Dumazet [this message]
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=1288342138.2560.1.camel@edumazet-laptop \
--to=eric.dumazet@gmail.com \
--cc=davem@davemloft.net \
--cc=emil.s.tantilov@intel.com \
--cc=jeffrey.t.kirsher@intel.com \
--cc=netdev@vger.kernel.org \
--cc=peter.p.waskiewicz.jr@intel.com \
--cc=ross.b.brattain@intel.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox