From: mbizon@freebox.fr (Maxime Bizon)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/2] set packet size limit for the mv643xx csum offloading
Date: Sat, 14 Aug 2010 00:28:00 +0200 [thread overview]
Message-ID: <1281738480.12446.533.camel@sakura.staff.proxad.net> (raw)
In-Reply-To: <1275827336-31111-2-git-send-email-saeed@marvell.com>
On Sun, 2010-06-06 at 15:28 +0300, Saeed Bishara wrote:
> diff --git a/arch/arm/mach-kirkwood/common.c b/arch/arm/mach-kirkwood/common.c
> index 4ccfdf9..c4bd8cb 100644
> --- a/arch/arm/mach-kirkwood/common.c
> +++ b/arch/arm/mach-kirkwood/common.c
> @@ -114,6 +114,7 @@ void __init kirkwood_ehci_init(void)
> ****************************************************************************/
> struct mv643xx_eth_shared_platform_data kirkwood_ge00_shared_data = {
> .dram = &kirkwood_mbus_dram_info,
> + .tx_csum_limit = 1600,
> };
>
> static struct resource kirkwood_ge00_shared_resources[] = {
Kirkwood (at least) has a second ethernet mac, please add the definition
for it too.
Thanks,
--
Maxime
next prev parent reply other threads:[~2010-08-13 22:28 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-06-06 12:28 [PATCH 1/2] mv643xx_eth: disable csum offloading if the hw limited by max size Saeed Bishara
2010-06-06 12:28 ` [PATCH 2/2] set packet size limit for the mv643xx csum offloading Saeed Bishara
2010-06-08 17:09 ` Lennert Buytenhek
2010-07-15 20:26 ` Martin Michlmayr
2010-07-16 6:08 ` Lennert Buytenhek
2010-08-31 11:17 ` saeed bishara
2010-08-31 13:13 ` saeed bishara
2010-08-31 16:48 ` Lennert Buytenhek
2010-09-01 7:42 ` saeed bishara
2010-09-01 7:49 ` Lennert Buytenhek
2010-08-13 22:28 ` Maxime Bizon [this message]
2010-08-31 11:17 ` saeed bishara
2010-08-31 13:13 ` saeed bishara
2010-06-08 17:08 ` [PATCH 1/2] mv643xx_eth: disable csum offloading if the hw limited by max size Lennert Buytenhek
2010-06-09 8:21 ` Saeed Bishara
2010-06-09 8:51 ` [PATCH 1/2 v2] mv643xx_eth: use sw csum for big packets Saeed Bishara
2010-06-10 6:43 ` Lennert Buytenhek
2010-06-10 7:38 ` Saeed Bishara
2010-06-12 8:31 ` Lennert Buytenhek
2010-06-13 7:38 ` Saeed Bishara
2010-06-14 9:32 ` Lennert Buytenhek
2010-06-20 11:49 ` saeed bishara
2010-06-20 11:58 ` Lennert Buytenhek
2010-06-27 4:22 ` David Miller
2010-06-09 19:10 ` [PATCH 1/2] mv643xx_eth: disable csum offloading if the hw limited by max size Lennert Buytenhek
2010-06-09 19:22 ` Abhijeet Gole
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=1281738480.12446.533.camel@sakura.staff.proxad.net \
--to=mbizon@freebox.fr \
--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).