From: nicolas.ferre@atmel.com (Nicolas Ferre)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/3 v2] net/macb: RX path enhancement
Date: Mon, 17 Dec 2012 14:01:56 +0100 [thread overview]
Message-ID: <cover.1355748676.git.nicolas.ferre@atmel.com> (raw)
Hi,
Here is the patch series for modifying the RX path in macb driver.
This change applies on GEM variant of the Cadence IP and introduces
function pointers to match the path to the proper adapter. The move
to RX buffers adapted to MTU and that can be DMAed directly in SKB
is done in two steps but can be merged in a single patch.
v2: - gave up the idea of using non-coherent memory for
rx buffers
- addition of the struct macb layout optimization
Havard Skinnemoen (1):
net/macb: Try to optimize struct macb layout
Nicolas Ferre (2):
net/macb: increase RX buffer size for GEM
net/macb: change RX path for GEM
drivers/net/ethernet/cadence/macb.c | 323 +++++++++++++++++++++++++++++++-----
drivers/net/ethernet/cadence/macb.h | 35 ++--
2 files changed, 306 insertions(+), 52 deletions(-)
--
1.8.0
next reply other threads:[~2012-12-17 13:01 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-12-17 13:01 Nicolas Ferre [this message]
2012-12-17 13:01 ` [PATCH 1/3 v2] net/macb: increase RX buffer size for GEM Nicolas Ferre
2012-12-17 13:01 ` [PATCH 2/3 v2] net/macb: change RX path " Nicolas Ferre
2012-12-17 13:01 ` [PATCH 3/3 v2] net/macb: Try to optimize struct macb layout Nicolas Ferre
2012-12-17 13:52 ` Ben Hutchings
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.1355748676.git.nicolas.ferre@atmel.com \
--to=nicolas.ferre@atmel.com \
--cc=linux-arm-kernel@lists.infradead.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 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).