From: Jeff Garzik <jeff@garzik.org>
To: akpm@linux-foundation.org
Cc: netdev@vger.kernel.org, osstklei@de.ibm.com, davem@davemloft.net,
hering2@de.ibm.com, raisch@de.ibm.com, stable@kernel.org,
stefan.roscher@de.ibm.com, themann@de.ibm.com, tklein@de.ibm.com
Subject: Re: [patch for 2.6.25? 2/3] ehea: fix IPv6 support
Date: Thu, 27 Mar 2008 08:23:05 -0400 [thread overview]
Message-ID: <47EB91A9.3020501@garzik.org> (raw)
In-Reply-To: <200803270745.m2R7jDkC024163@imap1.linux-foundation.org>
akpm@linux-foundation.org wrote:
> From: Thomas Klein <osstklei@de.ibm.com>
>
> Indicate that EHEA calculates IPv4 checksums only
>
> Signed-off-by: Thomas Klein <tklein@de.ibm.com>
> Cc: Jeff Garzik <jeff@garzik.org>
> Cc: Christoph Raisch <raisch@de.ibm.com>
> Cc: "Jan-Bernd Themann" <themann@de.ibm.com>
> Cc: Stefan Roscher <stefan.roscher@de.ibm.com>
> Cc: Hannes Hering <hering2@de.ibm.com>
> Cc: "David S. Miller" <davem@davemloft.net>
> Cc: <stable@kernel.org>
> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
> ---
>
> drivers/net/ehea/ehea.h | 2 +-
> drivers/net/ehea/ehea_main.c | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff -puN drivers/net/ehea/ehea.h~ehea-fix-ipv6-support drivers/net/ehea/ehea.h
> --- a/drivers/net/ehea/ehea.h~ehea-fix-ipv6-support
> +++ a/drivers/net/ehea/ehea.h
> @@ -40,7 +40,7 @@
> #include <asm/io.h>
>
> #define DRV_NAME "ehea"
> -#define DRV_VERSION "EHEA_0087"
> +#define DRV_VERSION "EHEA_0089"
>
> /* eHEA capability flags */
> #define DLPAR_PORT_ADD_REM 1
> diff -puN drivers/net/ehea/ehea_main.c~ehea-fix-ipv6-support drivers/net/ehea/ehea_main.c
> --- a/drivers/net/ehea/ehea_main.c~ehea-fix-ipv6-support
> +++ a/drivers/net/ehea/ehea_main.c
> @@ -3110,7 +3110,7 @@ struct ehea_port *ehea_setup_single_port
> dev->vlan_rx_add_vid = ehea_vlan_rx_add_vid;
> dev->vlan_rx_kill_vid = ehea_vlan_rx_kill_vid;
> dev->features = NETIF_F_SG | NETIF_F_FRAGLIST | NETIF_F_TSO
> - | NETIF_F_HIGHDMA | NETIF_F_HW_CSUM | NETIF_F_HW_VLAN_TX
> + | NETIF_F_HIGHDMA | NETIF_F_IP_CSUM | NETIF_F_HW_VLAN_TX
> | NETIF_F_HW_VLAN_RX | NETIF_F_HW_VLAN_FILTER
> | NETIF_F_LLTX;
> dev->tx_timeout = &ehea_tx_watchdog;
davem already has this
prev parent reply other threads:[~2008-03-27 12:23 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-03-27 7:45 [patch for 2.6.25? 2/3] ehea: fix IPv6 support akpm
2008-03-27 12:23 ` 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=47EB91A9.3020501@garzik.org \
--to=jeff@garzik.org \
--cc=akpm@linux-foundation.org \
--cc=davem@davemloft.net \
--cc=hering2@de.ibm.com \
--cc=netdev@vger.kernel.org \
--cc=osstklei@de.ibm.com \
--cc=raisch@de.ibm.com \
--cc=stable@kernel.org \
--cc=stefan.roscher@de.ibm.com \
--cc=themann@de.ibm.com \
--cc=tklein@de.ibm.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).