From: Ian Campbell <hidden> Date: 2011-03-10 17:04:23
Fixup the rx_gso_checksum_fixup field added in e0ce4af920eb to be
unsigned long as suggested by Ben Hutchings in
<1298919198.2569.14.camel@bwh-desktop>
Signed-off-by: Ian Campbell <redacted>
Cc: Ben Hutchings <redacted>
---
drivers/net/xen-netfront.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
From: David Miller <davem@davemloft.net> Date: 2011-03-14 22:09:51
From: Ian Campbell <redacted>
Date: Thu, 10 Mar 2011 17:04:18 +0000
Fixup the rx_gso_checksum_fixup field added in e0ce4af920eb to be
unsigned long as suggested by Ben Hutchings in
<1298919198.2569.14.camel@bwh-desktop>
Signed-off-by: Ian Campbell <redacted>
From: Eric Dumazet <hidden> Date: 2011-03-15 03:50:47
Le lundi 14 mars 2011 à 15:10 -0700, David Miller a écrit :
From: Ian Campbell <redacted>
Date: Thu, 10 Mar 2011 17:04:18 +0000
quoted
Fixup the rx_gso_checksum_fixup field added in e0ce4af920eb to be
unsigned long as suggested by Ben Hutchings in
<1298919198.2569.14.camel@bwh-desktop>
Signed-off-by: Ian Campbell <redacted>
Applied, thanks Ian.
Hmm, this needs this followup patch then.
Thanks
[PATCH] xen: netfront: fix xennet_get_ethtool_stats()
commit e9a799ea4a5551d2 (xen: netfront: ethtool stats fields should be
unsigned long) made rx_gso_checksum_fixup an unsigned long.
Signed-off-by: Eric Dumazet <redacted>
Cc: Ian Campbell <redacted>
Cc: Ben Hutchings <redacted>
---
drivers/net/xen-netfront.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
From: David Miller <davem@davemloft.net> Date: 2011-03-15 04:05:37
From: Eric Dumazet <redacted>
Date: Tue, 15 Mar 2011 04:50:43 +0100
Le lundi 14 mars 2011 à 15:10 -0700, David Miller a écrit :
quoted
From: Ian Campbell <redacted>
Date: Thu, 10 Mar 2011 17:04:18 +0000
quoted
Fixup the rx_gso_checksum_fixup field added in e0ce4af920eb to be
unsigned long as suggested by Ben Hutchings in
<1298919198.2569.14.camel@bwh-desktop>
Signed-off-by: Ian Campbell <redacted>
Applied, thanks Ian.
Hmm, this needs this followup patch then.
Thanks
[PATCH] xen: netfront: fix xennet_get_ethtool_stats()
commit e9a799ea4a5551d2 (xen: netfront: ethtool stats fields should be
unsigned long) made rx_gso_checksum_fixup an unsigned long.
Signed-off-by: Eric Dumazet <redacted>
I even saw your feedback but for some reason I still applied
his patch, sorry about that :-)
Applied, thanks.
From: Ian Campbell <hidden> Date: 2011-03-15 07:12:14
On Tue, 2011-03-15 at 04:06 +0000, David Miller wrote:
From: Eric Dumazet <redacted>
Date: Tue, 15 Mar 2011 04:50:43 +0100
quoted
Le lundi 14 mars 2011 à 15:10 -0700, David Miller a écrit :
quoted
From: Ian Campbell <redacted>
Date: Thu, 10 Mar 2011 17:04:18 +0000
quoted
Fixup the rx_gso_checksum_fixup field added in e0ce4af920eb to be
unsigned long as suggested by Ben Hutchings in
<1298919198.2569.14.camel@bwh-desktop>
Signed-off-by: Ian Campbell <redacted>
Applied, thanks Ian.
Hmm, this needs this followup patch then.
Thanks
[PATCH] xen: netfront: fix xennet_get_ethtool_stats()
commit e9a799ea4a5551d2 (xen: netfront: ethtool stats fields should be
unsigned long) made rx_gso_checksum_fixup an unsigned long.
Signed-off-by: Eric Dumazet <redacted>
I even saw your feedback but for some reason I still applied
his patch, sorry about that :-)
Applied, thanks.
His feed back was for netback and this was a netfront patch, but I
didn't make the link either.
Thanks for picking it up Eric.
Ian.