History log of /arch/tile/gxio/iorpc_mpipe.c
Revision Date Author Comments
126eb08820a2c97c10ea58e73a544c2f075d59a7 16-Sep-2013 Chris Metcalf <cmetcalf@tilera.com> tile: improve gxio iorpc autogenerated code style

Fix some whitespace style issues in some auto-generated files.

Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
9ab5ec59c8a9cc0e4b94252b48200b6023c716aa 01-Aug-2013 Chris Metcalf <cmetcalf@tilera.com> tile: support PTP using the tilegx mPIPE (IEEE 1588)

Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
Acked-by: Richard Cochran <richardcochran@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2628e8af31a0ee4d28304d96a72fdf4d7822508c 01-Aug-2013 Chris Metcalf <cmetcalf@tilera.com> tile: support jumbo frames in the tilegx network driver

Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
4875f69fecab08654972d6fb0d71ee2109d2538c 06-Apr-2012 Chris Metcalf <cmetcalf@tilera.com> arch/tile: provide kernel support for the tilegx mPIPE shim

The TILE-Gx chip includes a packet-processing network engine called
mPIPE ("Multicore Programmable Intelligent Packet Engine"). This
change adds support for using the mPIPE engine from within the
kernel. The engine has more functionality than is exposed here,
but to keep the kernel code and binary simpler, this is a subset
of the full API designed to enable standard Linux networking only.

Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>