Re: [PATCH v2] tile: handle 64-bit statistics in tilepro network driver

2013-07-30 Thread David Miller
From: Chris Metcalf Date: Tue, 30 Jul 2013 20:34:52 -0400 > On 7/30/2013 7:16 PM, David Miller wrote: >> From: Chris Metcalf >> Date: Thu, 25 Jul 2013 12:41:15 -0400 >> >>> Signed-off-by: Chris Metcalf >> Applied, thanks. >> >> Your PTP patch for the Tile driver doesn't even come close to >> ap

Re: [PATCH v2] tile: handle 64-bit statistics in tilepro network driver

2013-07-30 Thread Chris Metcalf
On 7/30/2013 7:16 PM, David Miller wrote: > From: Chris Metcalf > Date: Thu, 25 Jul 2013 12:41:15 -0400 > >> Signed-off-by: Chris Metcalf > Applied, thanks. > > Your PTP patch for the Tile driver doesn't even come close to > applying properly to net-next, please respin it and report if > you want

Re: [PATCH v2] tile: handle 64-bit statistics in tilepro network driver

2013-07-30 Thread David Miller
From: Chris Metcalf Date: Thu, 25 Jul 2013 12:41:15 -0400 > Signed-off-by: Chris Metcalf Applied, thanks. Your PTP patch for the Tile driver doesn't even come close to applying properly to net-next, please respin it and report if you want me to apply it. Thanks. -- To unsubscribe from this li

[PATCH v2] tile: handle 64-bit statistics in tilepro network driver

2013-07-25 Thread Chris Metcalf
Signed-off-by: Chris Metcalf --- v2: use primitives drivers/net/ethernet/tile/tilepro.c | 77 ++--- 1 file changed, 54 insertions(+), 23 deletions(-) diff --git a/drivers/net/ethernet/tile/tilepro.c b/drivers/net/ethernet/tile/tilepro.c index 3643549..f66ac20 1