From: Jeff Garzik <jgarzik@pobox.com>
To: Ganesh Venkatesan <ganesh.venkatesan@intel.com>
Cc: netdev <netdev@oss.sgi.com>
Subject: Re: [Patch 3/16 2.5] ixgb: Fix endianess issue for Tx cleanup
Date: Fri, 15 Oct 2004 13:04:10 -0400 [thread overview]
Message-ID: <4170030A.4030508@pobox.com> (raw)
In-Reply-To: <Pine.LNX.4.44.0410150622460.31227-100000@isotope.jf.intel.com>
Ganesh Venkatesan wrote:
> diff -up net-drivers-2.6/drivers/net/ixgb/ixgb_main.c net-drivers-2.6/drivers/net/ixgb.new/ixgb_main.c
> --- net-drivers-2.6/drivers/net/ixgb/ixgb_main.c 2004-10-05 15:50:18.000000000 -0700
> +++ net-drivers-2.6/drivers/net/ixgb.new/ixgb_main.c 2004-10-05 17:55:48.000000000 -0700
> @@ -1677,7 +1677,7 @@ static boolean_t ixgb_clean_tx_irq(struc
> eop = tx_ring->buffer_info[i].next_to_watch;
> eop_desc = IXGB_TX_DESC(*tx_ring, eop);
>
> - while (eop_desc->status & cpu_to_le32(IXGB_TX_DESC_STATUS_DD)) {
> + while(eop_desc->status & IXGB_TX_DESC_STATUS_DD) {
>
> for (cleaned = FALSE; !cleaned;) {
patch OK but patch(1) could not apply the patch:
bk import -tpatch -CR -yixgb: Fix endianess issue for Tx cleanup
/tmp/patch4377 .
Patching...
Patch failed. **** patch log follows ****
Patching file drivers/net/ixgb/ixgb_main.c
1 out of 1 hunk FAILED -- saving rejects to file
drivers/net/ixgb/ixgb_main.c.rej
prev parent reply other threads:[~2004-10-15 17:04 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-10-15 13:54 [Patch 3/16 2.5] ixgb: Fix endianess issue for Tx cleanup Ganesh Venkatesan
2004-10-15 17:04 ` 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=4170030A.4030508@pobox.com \
--to=jgarzik@pobox.com \
--cc=ganesh.venkatesan@intel.com \
--cc=netdev@oss.sgi.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 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.