[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20120611.170336.1197560839526564340.davem@davemloft.net>
Date: Mon, 11 Jun 2012 17:03:36 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: cmetcalf@...era.com
Cc: eric.dumazet@...il.com, bhutchings@...arflare.com, arnd@...db.de,
linux-kernel@...r.kernel.org, netdev@...r.kernel.org
Subject: Re: [PATCH v10] tilegx network driver: initial support
From: Chris Metcalf <cmetcalf@...era.com>
Date: Thu, 7 Jun 2012 16:45:02 -0400
> This change adds support for the tilegx network driver based on the
> GXIO IORPC support in the tilegx software stack, using the on-chip
> mPIPE packet processing engine.
>
> Signed-off-by: Chris Metcalf <cmetcalf@...era.com>
Applied.
Although:
> +/* The transmit wake timer for a given cpu and echannel. */
> +struct tile_net_tx_wake {
> + struct hrtimer timer;
> + struct net_device *dev;
> +};
> +
^^^^^^^
I had to remove that trailing whitespace when I applied this.
--
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