Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758687Ab3GaAe4 (ORCPT ); Tue, 30 Jul 2013 20:34:56 -0400 Received: from usmamail.tilera.com ([12.216.194.151]:45852 "EHLO USMAMAIL.TILERA.COM" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757395Ab3GaAez (ORCPT ); Tue, 30 Jul 2013 20:34:55 -0400 Message-ID: <51F85BAC.70101@tilera.com> Date: Tue, 30 Jul 2013 20:34:52 -0400 From: Chris Metcalf User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130620 Thunderbird/17.0.7 MIME-Version: 1.0 To: David Miller CC: , Subject: Re: [PATCH v2] tile: handle 64-bit statistics in tilepro network driver References: <40362053a9f02d56a4f0c07a9982d96203723ec8.1374609948.git.cmetcalf@tilera.com> <201307251642.r6PGgHx2002404@farm-0012.internal.tilera.com> <20130730.161634.1378046909890599017.davem@davemloft.net> In-Reply-To: <20130730.161634.1378046909890599017.davem@davemloft.net> X-Enigmail-Version: 1.5.2 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2486 Lines: 57 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 me to apply it. > > Thanks. It might be easiest to pull the whole series from: git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile.git tile-net-next Chris Metcalf (13): tile: handle 64-bit statistics in tilepro network driver tile: support rx_dropped/rx_errors in tilepro net driver tile: avoid bug in tilepro net driver built with old hypervisor tile: remove dead is_dup_ack() function from tilepro net driver tile: support jumbo frames in the tilegx network driver tile: update dev->stats directly in tilegx network driver tile: fix panic bug in napi support for tilegx network driver tile: enable GRO in the tilegx network driver tile: support multiple mPIPE shims in tilegx network driver tile: support TSO for IPv6 in tilegx network driver tile: make "tile_net.custom" a proper bool module parameter tile: remove deprecated NETIF_F_LLTX flag from tile drivers tile: support PTP using the tilegx mPIPE (IEEE 1588) arch/tile/gxio/iorpc_mpipe.c | 66 ++ arch/tile/gxio/iorpc_mpipe_info.c | 18 + arch/tile/gxio/mpipe.c | 43 +- arch/tile/include/gxio/iorpc_mpipe.h | 14 +- arch/tile/include/gxio/iorpc_mpipe_info.h | 4 + arch/tile/include/gxio/mpipe.h | 143 +++- arch/tile/include/hv/drv_mpipe_intf.h | 3 + drivers/net/ethernet/tile/Kconfig | 11 + drivers/net/ethernet/tile/tilegx.c | 1097 +++++++++++++++++++---------- drivers/net/ethernet/tile/tilepro.c | 206 ++---- 10 files changed, 1100 insertions(+), 505 deletions(-) Aside from the tilepro 64-bit stats change, and the PTP change, the other changes didn't receive any substantive feedback. (Eric Dumazet pointed out that explicit NETIF_F_GRO was unnecessary, so I removed it.) -- Chris Metcalf, Tilera Corp. http://www.tilera.com -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/