[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <51F85BAC.70101@tilera.com>
Date: Tue, 30 Jul 2013 20:34:52 -0400
From: Chris Metcalf <cmetcalf@...era.com>
To: David Miller <davem@...emloft.net>
CC: <linux-kernel@...r.kernel.org>, <netdev@...r.kernel.org>
Subject: Re: [PATCH v2] tile: handle 64-bit statistics in tilepro network
driver
On 7/30/2013 7:16 PM, David Miller wrote:
> From: Chris Metcalf <cmetcalf@...era.com>
> Date: Thu, 25 Jul 2013 12:41:15 -0400
>
>> Signed-off-by: Chris Metcalf <cmetcalf@...era.com>
> 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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists