All of lore.kernel.org
 help / color / mirror / Atom feed
* [PASEMI_MAC] Don't claim to do IPv6 checksum offload
@ 2007-12-03  4:34 David Woodhouse
  2007-12-03  4:54 ` Olof Johansson
  2007-12-04 19:54 ` Jeff Garzik
  0 siblings, 2 replies; 3+ messages in thread
From: David Woodhouse @ 2007-12-03  4:34 UTC (permalink / raw)
  To: Olof Johansson; +Cc: netdev, jgarzik

Signed-off-by: David Woodhouse <dwmw2@infradead.org>

diff --git a/drivers/net/pasemi_mac.c b/drivers/net/pasemi_mac.c
index 09b4fde..a8db5d7 100644
--- a/drivers/net/pasemi_mac.c
+++ b/drivers/net/pasemi_mac.c
@@ -1362,7 +1362,7 @@ pasemi_mac_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
 
 	netif_napi_add(dev, &mac->napi, pasemi_mac_poll, 64);
 
-	dev->features = NETIF_F_HW_CSUM | NETIF_F_LLTX | NETIF_F_SG;
+	dev->features = NETIF_F_IP_CSUM | NETIF_F_LLTX | NETIF_F_SG;
 
 	/* These should come out of the device tree eventually */
 	mac->dma_txch = index;

-- 
dwmw2


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PASEMI_MAC] Don't claim to do IPv6 checksum offload
  2007-12-03  4:34 [PASEMI_MAC] Don't claim to do IPv6 checksum offload David Woodhouse
@ 2007-12-03  4:54 ` Olof Johansson
  2007-12-04 19:54 ` Jeff Garzik
  1 sibling, 0 replies; 3+ messages in thread
From: Olof Johansson @ 2007-12-03  4:54 UTC (permalink / raw)
  To: David Woodhouse; +Cc: netdev, jgarzik

On Mon, Dec 03, 2007 at 04:34:32AM +0000, David Woodhouse wrote:
> Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Acked-by: Olof Johansson <olof@lixom.net>

Jeff,

I'd like to see this in 2.6.24, please.


Thanks,

-Olof


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PASEMI_MAC] Don't claim to do IPv6 checksum offload
  2007-12-03  4:34 [PASEMI_MAC] Don't claim to do IPv6 checksum offload David Woodhouse
  2007-12-03  4:54 ` Olof Johansson
@ 2007-12-04 19:54 ` Jeff Garzik
  1 sibling, 0 replies; 3+ messages in thread
From: Jeff Garzik @ 2007-12-04 19:54 UTC (permalink / raw)
  To: David Woodhouse; +Cc: Olof Johansson, netdev

David Woodhouse wrote:
> Signed-off-by: David Woodhouse <dwmw2@infradead.org>
> 
> diff --git a/drivers/net/pasemi_mac.c b/drivers/net/pasemi_mac.c
> index 09b4fde..a8db5d7 100644
> --- a/drivers/net/pasemi_mac.c
> +++ b/drivers/net/pasemi_mac.c
> @@ -1362,7 +1362,7 @@ pasemi_mac_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
>  
>  	netif_napi_add(dev, &mac->napi, pasemi_mac_poll, 64);
>  
> -	dev->features = NETIF_F_HW_CSUM | NETIF_F_LLTX | NETIF_F_SG;
> +	dev->features = NETIF_F_IP_CSUM | NETIF_F_LLTX | NETIF_F_SG;

applied #upstream-fixes



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-12-04 19:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-12-03  4:34 [PASEMI_MAC] Don't claim to do IPv6 checksum offload David Woodhouse
2007-12-03  4:54 ` Olof Johansson
2007-12-04 19:54 ` Jeff Garzik

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.