Displaying 20 results from an estimated 75 matches for "virtio_rpmsg".
2020 Aug 04
0
[vhost:vhost 42/49] drivers/rpmsg/virtio_rpmsg_bus.c:28:10: fatal error: 'linux/virtio_rpmsg.h' file not found
...ached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=mips
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp at intel.com>
All errors (new ones prefixed by >>):
>> drivers/rpmsg/virtio_rpmsg_bus.c:28:10: fatal error: 'linux/virtio_rpmsg.h' file not found
#include <linux/virtio_rpmsg.h>
^~~~~~~~~~~~~~~~~~~~~~
1 error generated.
vim +28 drivers/rpmsg/virtio_rpmsg_bus.c
13
14 #include <linux/dma-mapping.h>
15 #include <linux/idr.h>...
2020 Jun 05
0
[RFC 11/12] rpmsg: increase buffer size and reduce buffer number
...re 512 buffers would really be
> > needed, whereas 512 bytes per buffer might be too little. Change this
> > to use 16 16KiB buffers instead.
> >
> > Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski at linux.intel.com>
> > ---
> > include/linux/virtio_rpmsg.h | 4 ++--
> > 1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/include/linux/virtio_rpmsg.h b/include/linux/virtio_rpmsg.h
> > index 679be8b..1add468 100644
> > --- a/include/linux/virtio_rpmsg.h
> > +++ b/include/linux/virtio_rpmsg.h
>...
2015 Mar 09
0
[PATCH] virtio_rpmsg: set DRIVER_OK before using device
...S. Tsirkin <mst at redhat.com>
Applied. I'll wait for Ohad to ack before sending to Linus.
BTW I assume you have a version of qemu which warns on these kind of
failures? That'd be nice to have!
Thanks,
Rusty.
> ---
>
> Note: compile-tested only.
>
> drivers/rpmsg/virtio_rpmsg_bus.c | 17 ++++++++++++++++-
> 1 file changed, 16 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/rpmsg/virtio_rpmsg_bus.c b/drivers/rpmsg/virtio_rpmsg_bus.c
> index 92f6af6..73354ee 100644
> --- a/drivers/rpmsg/virtio_rpmsg_bus.c
> +++ b/drivers/rpmsg/virtio_rpmsg_bus.c
&g...
2015 Mar 09
0
[PATCH] virtio_rpmsg: set DRIVER_OK before using device
...ify calls. prepare before
> virtio_device_ready - when we know we won't get interrupts. notify right
> afterwards.
>
> Signed-off-by: Michael S. Tsirkin <mst at redhat.com>
> ---
Ohad, can you review and ack pls?
> Note: compile-tested only.
>
> drivers/rpmsg/virtio_rpmsg_bus.c | 17 ++++++++++++++++-
> 1 file changed, 16 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/rpmsg/virtio_rpmsg_bus.c b/drivers/rpmsg/virtio_rpmsg_bus.c
> index 92f6af6..73354ee 100644
> --- a/drivers/rpmsg/virtio_rpmsg_bus.c
> +++ b/drivers/rpmsg/virtio_rpmsg_bus.c
&...
2015 Mar 11
1
[PATCH] virtio_rpmsg: set DRIVER_OK before using device
On Mon, Mar 9, 2015 at 10:41 AM, Michael S. Tsirkin <mst at redhat.com> wrote:
> On Sat, Mar 07, 2015 at 08:06:56PM +0100, Michael S. Tsirkin wrote:
>> virtio spec requires that all drivers set DRIVER_OK
>> before using devices. While rpmsg isn't yet
>> included in the virtio 1 spec, previous spec versions
>> also required this.
>>
>> virtio rpmsg
2015 Mar 09
0
[PATCH] virtio_rpmsg: set DRIVER_OK before using device
...S. Tsirkin <mst at redhat.com>
Applied. I'll wait for Ohad to ack before sending to Linus.
BTW I assume you have a version of qemu which warns on these kind of
failures? That'd be nice to have!
Thanks,
Rusty.
> ---
>
> Note: compile-tested only.
>
> drivers/rpmsg/virtio_rpmsg_bus.c | 17 ++++++++++++++++-
> 1 file changed, 16 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/rpmsg/virtio_rpmsg_bus.c b/drivers/rpmsg/virtio_rpmsg_bus.c
> index 92f6af6..73354ee 100644
> --- a/drivers/rpmsg/virtio_rpmsg_bus.c
> +++ b/drivers/rpmsg/virtio_rpmsg_bus.c
&g...
2015 Mar 09
0
[PATCH] virtio_rpmsg: set DRIVER_OK before using device
...ify calls. prepare before
> virtio_device_ready - when we know we won't get interrupts. notify right
> afterwards.
>
> Signed-off-by: Michael S. Tsirkin <mst at redhat.com>
> ---
Ohad, can you review and ack pls?
> Note: compile-tested only.
>
> drivers/rpmsg/virtio_rpmsg_bus.c | 17 ++++++++++++++++-
> 1 file changed, 16 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/rpmsg/virtio_rpmsg_bus.c b/drivers/rpmsg/virtio_rpmsg_bus.c
> index 92f6af6..73354ee 100644
> --- a/drivers/rpmsg/virtio_rpmsg_bus.c
> +++ b/drivers/rpmsg/virtio_rpmsg_bus.c
&...
2015 Mar 11
1
[PATCH] virtio_rpmsg: set DRIVER_OK before using device
On Mon, Mar 9, 2015 at 10:41 AM, Michael S. Tsirkin <mst at redhat.com> wrote:
> On Sat, Mar 07, 2015 at 08:06:56PM +0100, Michael S. Tsirkin wrote:
>> virtio spec requires that all drivers set DRIVER_OK
>> before using devices. While rpmsg isn't yet
>> included in the virtio 1 spec, previous spec versions
>> also required this.
>>
>> virtio rpmsg
2020 Aug 04
2
[PATCH v4 0/4] Add a vhost RPMsg API
...ianness fixes have been merged we can
> > proceed with the next step.
>
> OK my attempts to resolve conflicts just created a mess.
You just need to apply my previous patch for virtio-rpmsg first
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/drivers/rpmsg/virtio_rpmsg_bus.c?id=111d1089700cdb752681ef44f54ab6137736f5c2
Then this series should apply cleanly.
Thanks
Guennadi
> I dropped these for now, could you pls rebase on top
> of linux-next branch in my tree, and repost?
> Thanks!
>
>
> > v4:
> > - add endianness conversions to com...
2020 Aug 04
2
[PATCH v4 0/4] Add a vhost RPMsg API
...ianness fixes have been merged we can
> > proceed with the next step.
>
> OK my attempts to resolve conflicts just created a mess.
You just need to apply my previous patch for virtio-rpmsg first
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/drivers/rpmsg/virtio_rpmsg_bus.c?id=111d1089700cdb752681ef44f54ab6137736f5c2
Then this series should apply cleanly.
Thanks
Guennadi
> I dropped these for now, could you pls rebase on top
> of linux-next branch in my tree, and repost?
> Thanks!
>
>
> > v4:
> > - add endianness conversions to com...
2020 Jul 22
13
[PATCH v4 0/4] Add a vhost RPMsg API
.../linux/pull/1501/commits
Thanks
Guennadi
Guennadi Liakhovetski (4):
vhost: convert VHOST_VSOCK_SET_RUNNING to a generic ioctl
rpmsg: move common structures and defines to headers
rpmsg: update documentation
vhost: add an RPMsg API
Documentation/rpmsg.txt | 6 +-
drivers/rpmsg/virtio_rpmsg_bus.c | 78 +------
drivers/vhost/Kconfig | 7 +
drivers/vhost/Makefile | 3 +
drivers/vhost/rpmsg.c | 375 +++++++++++++++++++++++++++++++
drivers/vhost/vhost_rpmsg.h | 74 ++++++
include/linux/virtio_rpmsg.h | 83 +++++++
include/uapi/linux/rpmsg.h...
2020 Jul 22
13
[PATCH v4 0/4] Add a vhost RPMsg API
.../linux/pull/1501/commits
Thanks
Guennadi
Guennadi Liakhovetski (4):
vhost: convert VHOST_VSOCK_SET_RUNNING to a generic ioctl
rpmsg: move common structures and defines to headers
rpmsg: update documentation
vhost: add an RPMsg API
Documentation/rpmsg.txt | 6 +-
drivers/rpmsg/virtio_rpmsg_bus.c | 78 +------
drivers/vhost/Kconfig | 7 +
drivers/vhost/Makefile | 3 +
drivers/vhost/rpmsg.c | 375 +++++++++++++++++++++++++++++++
drivers/vhost/vhost_rpmsg.h | 74 ++++++
include/linux/virtio_rpmsg.h | 83 +++++++
include/uapi/linux/rpmsg.h...
2020 May 27
10
[PATCH v3 0/5] Add a vhost RPMsg API
...(5):
vhost: convert VHOST_VSOCK_SET_RUNNING to a generic ioctl
vhost: (cosmetic) remove a superfluous variable initialisation
rpmsg: move common structures and defines to headers
rpmsg: update documentation
vhost: add an RPMsg API
Documentation/rpmsg.txt | 6 +-
drivers/rpmsg/virtio_rpmsg_bus.c | 78 +-------
drivers/vhost/Kconfig | 7 +
drivers/vhost/Makefile | 3 +
drivers/vhost/rpmsg.c | 382 +++++++++++++++++++++++++++++++++++++++
drivers/vhost/vhost.c | 2 +-
drivers/vhost/vhost_rpmsg.h | 74 ++++++++
include/linux/virtio_...
2020 May 27
10
[PATCH v3 0/5] Add a vhost RPMsg API
...(5):
vhost: convert VHOST_VSOCK_SET_RUNNING to a generic ioctl
vhost: (cosmetic) remove a superfluous variable initialisation
rpmsg: move common structures and defines to headers
rpmsg: update documentation
vhost: add an RPMsg API
Documentation/rpmsg.txt | 6 +-
drivers/rpmsg/virtio_rpmsg_bus.c | 78 +-------
drivers/vhost/Kconfig | 7 +
drivers/vhost/Makefile | 3 +
drivers/vhost/rpmsg.c | 382 +++++++++++++++++++++++++++++++++++++++
drivers/vhost/vhost.c | 2 +-
drivers/vhost/vhost_rpmsg.h | 74 ++++++++
include/linux/virtio_...
2015 Mar 07
4
[PATCH] virtio_rpmsg: set DRIVER_OK before using device
...pt in parallel with adding buffers.
Instead, split kick out to prepare+notify calls. prepare before
virtio_device_ready - when we know we won't get interrupts. notify right
afterwards.
Signed-off-by: Michael S. Tsirkin <mst at redhat.com>
---
Note: compile-tested only.
drivers/rpmsg/virtio_rpmsg_bus.c | 17 ++++++++++++++++-
1 file changed, 16 insertions(+), 1 deletion(-)
diff --git a/drivers/rpmsg/virtio_rpmsg_bus.c b/drivers/rpmsg/virtio_rpmsg_bus.c
index 92f6af6..73354ee 100644
--- a/drivers/rpmsg/virtio_rpmsg_bus.c
+++ b/drivers/rpmsg/virtio_rpmsg_bus.c
@@ -951,6 +951,7 @@ static int...
2015 Mar 07
4
[PATCH] virtio_rpmsg: set DRIVER_OK before using device
...pt in parallel with adding buffers.
Instead, split kick out to prepare+notify calls. prepare before
virtio_device_ready - when we know we won't get interrupts. notify right
afterwards.
Signed-off-by: Michael S. Tsirkin <mst at redhat.com>
---
Note: compile-tested only.
drivers/rpmsg/virtio_rpmsg_bus.c | 17 ++++++++++++++++-
1 file changed, 16 insertions(+), 1 deletion(-)
diff --git a/drivers/rpmsg/virtio_rpmsg_bus.c b/drivers/rpmsg/virtio_rpmsg_bus.c
index 92f6af6..73354ee 100644
--- a/drivers/rpmsg/virtio_rpmsg_bus.c
+++ b/drivers/rpmsg/virtio_rpmsg_bus.c
@@ -951,6 +951,7 @@ static int...
2020 May 25
6
[PATCH v2 0/5] Add a vhost RPMsg API
...(5):
vhost: convert VHOST_VSOCK_SET_RUNNING to a generic ioctl
vhost: (cosmetic) remove a superfluous variable initialisation
rpmsg: move common structures and defines to headers
rpmsg: update documentation
vhost: add an rpmsg API
Documentation/rpmsg.txt | 2 +-
drivers/rpmsg/virtio_rpmsg_bus.c | 78 +-------
drivers/vhost/Kconfig | 7 +
drivers/vhost/Makefile | 3 +
drivers/vhost/rpmsg.c | 372 +++++++++++++++++++++++++++++++++++++++
drivers/vhost/vhost.c | 2 +-
drivers/vhost/vhost_rpmsg.h | 74 ++++++++
include/linux/virtio_...
2020 May 16
9
[PATCH 0/6] Add a vhost RPMsg API
...c ioctl
vhost: (cosmetic) remove a superfluous variable initialisation
rpmsg: move common structures and defines to headers
rpmsg: update documentation
vhost: add an rpmsg API
rpmsg: add a device ID to also bind to the ADSP device
Documentation/rpmsg.txt | 2 +-
drivers/rpmsg/virtio_rpmsg_bus.c | 79 +--------
drivers/vhost/Kconfig | 8 +
drivers/vhost/Makefile | 3 +
drivers/vhost/rpmsg.c | 372 +++++++++++++++++++++++++++++++++++++++
drivers/vhost/vhost.c | 2 +-
drivers/vhost/vhost_rpmsg.h | 74 ++++++++
include/linux/virtio...
2020 May 16
9
[PATCH 0/6] Add a vhost RPMsg API
...c ioctl
vhost: (cosmetic) remove a superfluous variable initialisation
rpmsg: move common structures and defines to headers
rpmsg: update documentation
vhost: add an rpmsg API
rpmsg: add a device ID to also bind to the ADSP device
Documentation/rpmsg.txt | 2 +-
drivers/rpmsg/virtio_rpmsg_bus.c | 79 +--------
drivers/vhost/Kconfig | 8 +
drivers/vhost/Makefile | 3 +
drivers/vhost/rpmsg.c | 372 +++++++++++++++++++++++++++++++++++++++
drivers/vhost/vhost.c | 2 +-
drivers/vhost/vhost_rpmsg.h | 74 ++++++++
include/linux/virtio...
2020 Jun 04
0
[PATCH v3 0/5] Add a vhost RPMsg API
...ET_RUNNING to a generic ioctl
> vhost: (cosmetic) remove a superfluous variable initialisation
> rpmsg: move common structures and defines to headers
> rpmsg: update documentation
> vhost: add an RPMsg API
>
> Documentation/rpmsg.txt | 6 +-
> drivers/rpmsg/virtio_rpmsg_bus.c | 78 +-------
> drivers/vhost/Kconfig | 7 +
> drivers/vhost/Makefile | 3 +
> drivers/vhost/rpmsg.c | 382 +++++++++++++++++++++++++++++++++++++++
> drivers/vhost/vhost.c | 2 +-
> drivers/vhost/vhost_rpmsg.h | 74 ++++++...