From: David Decotigny <decot@googlers.com>
To: Matt Carlson <mcarlson@broadcom.com>,
Michael Chan <mchan@broadcom.com>,
netdev@vger.kernel.org, linux-kernel@vger.kernel.org
Cc: Javier Martinez Canillas <martinez.javier@gmail.com>,
Robin Getz <rgetz@blackfin.uclinux.org>,
Matt Mackall <mpm@selenic.com>,
David Decotigny <decot@googlers.com>
Subject: [PATCH net-next v1 0/6] tg3: adaptive interrupt coalescing, non-napi mode
Date: Fri, 16 Dec 2011 10:19:43 -0800 [thread overview]
Message-ID: <cover.1324059527.git.decot@googlers.com> (raw)
This series implements adaptive interrupt coalescing for tg3 NIC,
improving performance substancially. It also implements non-NAPI mode
for specific system loads.
############################################
# Patch Set Summary:
David Decotigny (2):
tg3: fix possible infinite loop
tg3: move functions related to reset_task together
Maciej Żenczykowski (1):
tg3: Remove IRQF_SAMPLE_RANDOM flag from internal tests
Tom Herbert (1):
tg3: implementation of a non-NAPI mode
Ying Cai (2):
tg3: Implement adaptive interrupt coalescing
tg3: use netif_tx_start_queue instead of wake_queue when no
reschedule needed
drivers/net/ethernet/broadcom/Kconfig | 8 +
drivers/net/ethernet/broadcom/tg3.c | 379 ++++++++++++++++++++++++++++++---
drivers/net/ethernet/broadcom/tg3.h | 42 ++++
3 files changed, 397 insertions(+), 32 deletions(-)
--
1.7.3.1
next reply other threads:[~2011-12-16 18:20 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-12-16 18:19 David Decotigny [this message]
2011-12-16 18:19 ` [PATCH net-next v1 1/6] tg3: fix possible infinite loop David Decotigny
2011-12-16 18:19 ` [PATCH net-next v1 2/6] tg3: Remove IRQF_SAMPLE_RANDOM flag from internal tests David Decotigny
2011-12-16 18:19 ` [PATCH net-next v1 3/6] tg3: Implement adaptive interrupt coalescing David Decotigny
2011-12-16 18:19 ` [PATCH net-next v1 4/6] tg3: move functions related to reset_task together David Decotigny
2011-12-16 18:19 ` [PATCH net-next v1 5/6] tg3: implementation of a non-NAPI mode David Decotigny
2011-12-16 19:30 ` Ben Hutchings
2011-12-16 19:42 ` Eric Dumazet
2011-12-16 19:50 ` Eric Dumazet
2011-12-16 18:19 ` [PATCH net-next v1 6/6] tg3: use netif_tx_start_queue instead of wake_queue when no reschedule needed David Decotigny
2011-12-16 18:42 ` [PATCH net-next v1 0/6] tg3: adaptive interrupt coalescing, non-napi mode David Miller
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=cover.1324059527.git.decot@googlers.com \
--to=decot@googlers.com \
--cc=linux-kernel@vger.kernel.org \
--cc=martinez.javier@gmail.com \
--cc=mcarlson@broadcom.com \
--cc=mchan@broadcom.com \
--cc=mpm@selenic.com \
--cc=netdev@vger.kernel.org \
--cc=rgetz@blackfin.uclinux.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.