From: Jeff Garzik <jeff@garzik.org>
To: Sreenivasa Honnur <Sreenivasa.Honnur@neterion.com>
Cc: netdev@vger.kernel.org, support@neterion.com
Subject: Re: [PATCH 2.6.25 1/2]S2io: Handle TX completions on the same CPU as the sender for MIS-X interrupts
Date: Tue, 25 Mar 2008 23:20:56 -0400 [thread overview]
Message-ID: <47E9C118.40207@garzik.org> (raw)
In-Reply-To: <Pine.GSO.4.10.10803251510470.22948-100000@guinness>
Sreenivasa Honnur wrote:
> - Handling TX completions on the same cpu as the sender.
>
> Signed-off-by: Surjit Reang <surjit.reang@neterion.com>
> ---
> diff -Nurp 2-0-26-19/drivers/net/s2io.c 2-0-26-21-1/drivers/net/s2io.c
> --- 2-0-26-19/drivers/net/s2io.c 2008-03-20 09:22:03.000000000 +0530
> +++ 2-0-26-21-1/drivers/net/s2io.c 2008-03-20 10:22:25.000000000 +0530
> @@ -4344,6 +4344,9 @@ static int s2io_xmit(struct sk_buff *skb
> dev->trans_start = jiffies;
> spin_unlock_irqrestore(&fifo->tx_lock, flags);
>
> + if (sp->config.intr_type == MSI_X)
> + tx_intr_handler(fifo);
> +
> return 0;
> pci_map_failed:
> stats->pci_map_fail_cnt++;
applied
prev parent reply other threads:[~2008-03-26 3:20 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-03-25 19:11 [PATCH 2.6.25 1/2]S2io: Handle TX completions on the same CPU as the sender for MIS-X interrupts Sreenivasa Honnur
2008-03-26 3:20 ` 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=47E9C118.40207@garzik.org \
--to=jeff@garzik.org \
--cc=Sreenivasa.Honnur@neterion.com \
--cc=netdev@vger.kernel.org \
--cc=support@neterion.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;
as well as URLs for NNTP newsgroup(s).