History log of /arch/tile/include/arch/mpipe_shm.h
Revision Date Author Comments
88e2692a4dff0d1f80e9761ade3db2ea59206c1e 16-Sep-2013 Chris Metcalf <cmetcalf@tilera.com> tile: <arch/> header updates from upstream

The hardware architecture descriptor headers have been updated, in
particular to reflect some larger MMIO fields on the mPIPE shims for
controlling the network hardware, from the recent Gx72 release.

Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
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>