[RFC 7/8] drivers: introduce rpmsg, a remote-processor messaging bus

Ohad Ben-Cohen ohad at wizery.com
Tue Jul 19 01:38:28 EDT 2011


Hi Pavel,

On Thu, Jun 9, 2011 at 8:12 PM, Pavel Machek <pavel at ucw.cz> wrote:
> So this is basically networking... right? Why not implement it as
> sockets? (accept, connect, read, write)?

This patch focuses on adding the core rpmsg kernel infrastructure. The
next step, after getting the basic stuff in, would be adding rpmsg
drivers, and exposing user space API.

For some use cases, where userland talks directly with remote entities
(and otherwise requires no kernel involvement besides exposing the
transport), socket API is very nice as it's flexible and prevalent.

We already have several rpmsg drivers and a rpmsg-based socket API
implementation too, but we'll get to it only after the core stuff gets
in.

Thanks,
Ohad.



More information about the linux-arm-kernel mailing list