From: gregory.clement@bootlin.com (Gregory CLEMENT)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH net-next 0/6] Few improvements on mvneta
Date: Fri, 6 Jul 2018 15:19:43 +0200 [thread overview]
Message-ID: <20180706131949.2684-1-gregory.clement@bootlin.com> (raw)
Hello,
This series brings some improvements for the mvneta driver.
The main one is the last patch which improves the driver for system
with low memory.
Patch 2 and 4 also contribute to improve the performance, whereas the
3 other ones are more about cleanup.
The series had been tested on ARM32 (clearfog) and ARM64
(EspressoBin), with and without hardware buffer management.
Gregory
Gregory CLEMENT (2):
net: mvneta: remove data pointer usage from device_node structure
net: mvneta: Allocate page for the descriptor
Yelena Krivosheev (4):
net: mvneta: increase number of buffers in RX and TX queue
net: mvneta: discriminate error cause for missed packet
net: mvneta: Verify hardware checksum only when offload checksum
feature is set
net: mvneta: Improve the buffer allocation method for SWBM
drivers/net/ethernet/marvell/mvneta.c | 395 ++++++++++++++---------
drivers/net/ethernet/marvell/mvneta_bm.c | 13 +
drivers/net/ethernet/marvell/mvneta_bm.h | 8 +-
3 files changed, 258 insertions(+), 158 deletions(-)
--
2.17.1
next reply other threads:[~2018-07-06 13:19 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-07-06 13:19 Gregory CLEMENT [this message]
2018-07-06 13:19 ` [PATCH net-next 1/6] net: mvneta: remove data pointer usage from device_node structure Gregory CLEMENT
2018-07-07 10:45 ` kbuild test robot
2018-07-06 13:19 ` [PATCH net-next 2/6] net: mvneta: increase number of buffers in RX and TX queue Gregory CLEMENT
2018-07-06 13:19 ` [PATCH net-next 3/6] net: mvneta: discriminate error cause for missed packet Gregory CLEMENT
2018-07-07 2:09 ` David Miller
2018-07-06 13:19 ` [PATCH net-next 4/6] net: mvneta: Allocate page for the descriptor Gregory CLEMENT
2018-07-06 13:19 ` [PATCH net-next 5/6] net: mvneta: Verify hardware checksum only when offload checksum feature is set Gregory CLEMENT
2018-07-07 14:58 ` Marcin Wojtas
2018-07-06 13:19 ` [PATCH net-next 6/6] net: mvneta: Improve the buffer allocation method for SWBM Gregory CLEMENT
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=20180706131949.2684-1-gregory.clement@bootlin.com \
--to=gregory.clement@bootlin.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).