* [net-next-2.6 PATCH v2] ixgbevf: Enable GRO by default
@ 2010-06-04 3:19 Jeff Kirsher
2010-06-04 3:21 ` Jeff Kirsher
2010-06-05 10:05 ` David Miller
0 siblings, 2 replies; 3+ messages in thread
From: Jeff Kirsher @ 2010-06-04 3:19 UTC (permalink / raw)
To: davem; +Cc: netdev, gospo, Shirley Ma, Greg Rose, Jeff Kirsher
From: Shirley Ma <mashirle@us.ibm.com>
Enable GRO by default for performance.
Signed-off-by: Shirley Ma <xma@us.ibm.com>
Acked-by: Greg Rose <gregory.v.rose@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
---
drivers/net/ixgbevf/ixgbevf_main.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/net/ixgbevf/ixgbevf_main.c b/drivers/net/ixgbevf/ixgbevf_main.c
index a16cff7..73f1e75 100644
--- a/drivers/net/ixgbevf/ixgbevf_main.c
+++ b/drivers/net/ixgbevf/ixgbevf_main.c
@@ -3411,6 +3411,7 @@ static int __devinit ixgbevf_probe(struct pci_dev *pdev,
netdev->features |= NETIF_F_IPV6_CSUM;
netdev->features |= NETIF_F_TSO;
netdev->features |= NETIF_F_TSO6;
+ netdev->features |= NETIF_F_GRO;
netdev->vlan_features |= NETIF_F_TSO;
netdev->vlan_features |= NETIF_F_TSO6;
netdev->vlan_features |= NETIF_F_IP_CSUM;
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [net-next-2.6 PATCH v2] ixgbevf: Enable GRO by default
2010-06-04 3:19 [net-next-2.6 PATCH v2] ixgbevf: Enable GRO by default Jeff Kirsher
@ 2010-06-04 3:21 ` Jeff Kirsher
2010-06-05 10:05 ` David Miller
1 sibling, 0 replies; 3+ messages in thread
From: Jeff Kirsher @ 2010-06-04 3:21 UTC (permalink / raw)
To: davem; +Cc: netdev, gospo, Shirley Ma, Greg Rose, Jeff Kirsher
On Thu, Jun 3, 2010 at 20:19, Jeff Kirsher <jeffrey.t.kirsher@intel.com> wrote:
> From: Shirley Ma <mashirle@us.ibm.com>
>
> Enable GRO by default for performance.
>
> Signed-off-by: Shirley Ma <xma@us.ibm.com>
> Acked-by: Greg Rose <gregory.v.rose@intel.com>
> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
> ---
>
> drivers/net/ixgbevf/ixgbevf_main.c | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
Helps if I get Greg's email correct... :)
This second version has his *correct* email.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [net-next-2.6 PATCH v2] ixgbevf: Enable GRO by default
2010-06-04 3:19 [net-next-2.6 PATCH v2] ixgbevf: Enable GRO by default Jeff Kirsher
2010-06-04 3:21 ` Jeff Kirsher
@ 2010-06-05 10:05 ` David Miller
1 sibling, 0 replies; 3+ messages in thread
From: David Miller @ 2010-06-05 10:05 UTC (permalink / raw)
To: jeffrey.t.kirsher; +Cc: netdev, gospo, xma, gregory.v.rose
From: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Date: Thu, 03 Jun 2010 20:19:25 -0700
> From: Shirley Ma <mashirle@us.ibm.com>
>
> Enable GRO by default for performance.
>
> Signed-off-by: Shirley Ma <xma@us.ibm.com>
> Acked-by: Greg Rose <gregory.v.rose@intel.com>
> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Applied, thanks.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-06-05 10:04 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-04 3:19 [net-next-2.6 PATCH v2] ixgbevf: Enable GRO by default Jeff Kirsher
2010-06-04 3:21 ` Jeff Kirsher
2010-06-05 10:05 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox