From: Jeff Garzik <jeff@garzik.org>
To: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Cc: e1000-devel@lists.sourceforge.net, netdev@vger.kernel.org
Subject: Re: [PATCH 1/2] ixgbe: fix typo
Date: Tue, 10 Jun 2008 18:22:21 -0400 [thread overview]
Message-ID: <484EFE9D.9020807@garzik.org> (raw)
In-Reply-To: <20080609225658.1219.89600.stgit@localhost.localdomain>
Jeff Kirsher wrote:
> Define names were accidently transposed.
>
> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
> ---
>
> drivers/net/ixgbe/ixgbe_82598.c | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/net/ixgbe/ixgbe_82598.c b/drivers/net/ixgbe/ixgbe_82598.c
> index 6321b05..2f38e84 100644
> --- a/drivers/net/ixgbe/ixgbe_82598.c
> +++ b/drivers/net/ixgbe/ixgbe_82598.c
> @@ -58,8 +58,8 @@ static s32 ixgbe_reset_hw_82598(struct ixgbe_hw *hw);
>
> static s32 ixgbe_get_invariants_82598(struct ixgbe_hw *hw)
> {
> - hw->mac.num_rx_queues = IXGBE_82598_MAX_TX_QUEUES;
> - hw->mac.num_tx_queues = IXGBE_82598_MAX_RX_QUEUES;
> + hw->mac.num_rx_queues = IXGBE_82598_MAX_RX_QUEUES;
> + hw->mac.num_tx_queues = IXGBE_82598_MAX_TX_QUEUES;
> hw->mac.num_rx_addrs = IXGBE_82598_RAR_ENTRIES;
>
> /* PHY ops are filled in by default properly for Fiber only */
>
applied for 2.6.26
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
prev parent reply other threads:[~2008-06-10 22:22 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-06-09 22:57 [PATCH 1/2] ixgbe: fix typo Jeff Kirsher
2008-06-09 22:57 ` [PATCH 2/2] ixgbe: add LRO support Jeff Kirsher
2008-06-09 23:26 ` Ben Hutchings
2008-06-10 19:33 ` Malli
2008-06-10 19:47 ` Malli
2008-06-11 10:16 ` Ben Hutchings
2008-06-10 22:22 ` Jeff Garzik [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=484EFE9D.9020807@garzik.org \
--to=jeff@garzik.org \
--cc=e1000-devel@lists.sourceforge.net \
--cc=jeffrey.t.kirsher@intel.com \
--cc=netdev@vger.kernel.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.