aboutsummaryrefslogtreecommitdiffstats
path: root/arch/tile/gxio/iorpc_mpipe.c
Commit message (Collapse)AuthorAge
* tile: improve gxio iorpc autogenerated code styleChris Metcalf2013-09-16
| | | | | | Fix some whitespace style issues in some auto-generated files. Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
* tile: support PTP using the tilegx mPIPE (IEEE 1588)Chris Metcalf2013-08-01
| | | | | | Signed-off-by: Chris Metcalf <cmetcalf@tilera.com> Acked-by: Richard Cochran <richardcochran@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
* tile: support jumbo frames in the tilegx network driverChris Metcalf2013-08-01
| | | | | Signed-off-by: Chris Metcalf <cmetcalf@tilera.com> Signed-off-by: David S. Miller <davem@davemloft.net>
* arch/tile: provide kernel support for the tilegx mPIPE shimChris Metcalf2012-07-11
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>