All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rusty Russell <rusty@rustcorp.com.au>
To: Amit Shah <amit.shah@redhat.com>
Cc: "Michael S. Tsirkin" <mst@redhat.com>,
	"Sjur Brændeland" <sjur@brendeland.net>,
	"Linus Walleij" <linus.walleij@linaro.org>,
	linux-kernel@vger.kernel.org,
	virtualization@lists.linux-foundation.org,
	"Masami Hiramatsu" <masami.hiramatsu.pt@hitachi.com>,
	"Sjur Brændeland" <sjur.brandeland@stericsson.com>
Subject: Re: [PATCHv8 0/3]virtio_console: Add rproc_serial driver
Date: Tue, 06 Nov 2012 12:23:31 +1030	[thread overview]
Message-ID: <874nl35wf8.fsf@rustcorp.com.au> (raw)
In-Reply-To: <20121105103144.GB12402@amit.redhat.com>

Amit Shah <amit.shah@redhat.com> writes:
> On (Mon) 05 Nov 2012 [11:31:24], Amit Shah wrote:
>> On (Mon) 05 Nov 2012 [09:11:45], Rusty Russell wrote:
>> > Sjur Brændeland <sjur@brendeland.net> writes:
>> > 
>> > > From: Sjur Brændeland <sjur.brandeland@stericsson.com>
>> > >
>> > > This patch-set introduces a new virtio type "rproc_serial" for communicating
>> > > with remote processors over shared memory. The driver depends on the
>> > > the remoteproc framework. As preparation for introducing "rproc_serial"
>> > > I've done a refactoring of the transmit buffer handling.
>> > >
>> > > Changes since v7:
>> > > - Rebased to virtio-next branch.
>> > > - Removed extra added lines.
>> > > - Removed superfluous checks before calling reclaim_dma_bufs().
>> > > - Rusty raised some question regarding garbage collection of the
>> > >   out-vq, so I moved this into a separate patch.
>> > 
>> > OK, I'm not sure that WARN_ON won't fire, but that's not all that
>> > harmful.
>> 
>> Sjur said he'll send out a respin for this; can you wait for his v8?
>
> Er, v9.
>
> 		Amit

Yep, they're in my pending-rebases tree now.

Though no need to repost the whole series; just the changes please.

Cheers,
Rusty.
_______________________________________________
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/virtualization

WARNING: multiple messages have this Message-ID (diff)
From: Rusty Russell <rusty@rustcorp.com.au>
To: Amit Shah <amit.shah@redhat.com>
Cc: "Sjur Brændeland" <sjur@brendeland.net>,
	"Michael S. Tsirkin" <mst@redhat.com>,
	"Linus Walleij" <linus.walleij@linaro.org>,
	"Masami Hiramatsu" <masami.hiramatsu.pt@hitachi.com>,
	"Ohad Ben-Cohen" <ohad@wizery.com>,
	linux-kernel@vger.kernel.org,
	virtualization@lists.linux-foundation.org, sjurbren@gmail.com,
	"Sjur Brændeland" <sjur.brandeland@stericsson.com>
Subject: Re: [PATCHv8 0/3]virtio_console: Add rproc_serial driver
Date: Tue, 06 Nov 2012 12:23:31 +1030	[thread overview]
Message-ID: <874nl35wf8.fsf@rustcorp.com.au> (raw)
In-Reply-To: <20121105103144.GB12402@amit.redhat.com>

Amit Shah <amit.shah@redhat.com> writes:
> On (Mon) 05 Nov 2012 [11:31:24], Amit Shah wrote:
>> On (Mon) 05 Nov 2012 [09:11:45], Rusty Russell wrote:
>> > Sjur Brændeland <sjur@brendeland.net> writes:
>> > 
>> > > From: Sjur Brændeland <sjur.brandeland@stericsson.com>
>> > >
>> > > This patch-set introduces a new virtio type "rproc_serial" for communicating
>> > > with remote processors over shared memory. The driver depends on the
>> > > the remoteproc framework. As preparation for introducing "rproc_serial"
>> > > I've done a refactoring of the transmit buffer handling.
>> > >
>> > > Changes since v7:
>> > > - Rebased to virtio-next branch.
>> > > - Removed extra added lines.
>> > > - Removed superfluous checks before calling reclaim_dma_bufs().
>> > > - Rusty raised some question regarding garbage collection of the
>> > >   out-vq, so I moved this into a separate patch.
>> > 
>> > OK, I'm not sure that WARN_ON won't fire, but that's not all that
>> > harmful.
>> 
>> Sjur said he'll send out a respin for this; can you wait for his v8?
>
> Er, v9.
>
> 		Amit

Yep, they're in my pending-rebases tree now.

Though no need to repost the whole series; just the changes please.

Cheers,
Rusty.

  reply	other threads:[~2012-11-06  1:53 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-30  8:51 [PATCHv8 0/3]virtio_console: Add rproc_serial driver Sjur Brændeland
2012-10-30  8:51 ` Sjur Brændeland
2012-10-30  8:51 ` [PATCH v8 1/3] virtio_console: Merge struct buffer_token into struct port_buffer Sjur Brændeland
2012-10-30  8:51   ` Sjur Brændeland
2012-10-30  8:51 ` [PATCH v8 2/3] virtio_console: Add support for remoteproc serial Sjur Brændeland
2012-10-30  8:51   ` Sjur Brændeland
2012-10-30  8:51 ` [PATCH v8 3/3] virtio_console: Remove buffers from out_vq at port removal Sjur Brændeland
2012-10-30  8:51 ` Sjur Brændeland
2012-11-04 22:41 ` [PATCHv8 0/3]virtio_console: Add rproc_serial driver Rusty Russell
2012-11-04 22:41   ` Rusty Russell
2012-11-05 10:31   ` Amit Shah
2012-11-05 10:31     ` Amit Shah
2012-11-05 10:31     ` Amit Shah
2012-11-05 10:31       ` Amit Shah
2012-11-06  1:53       ` Rusty Russell [this message]
2012-11-06  1:53         ` Rusty Russell
2012-11-08  9:06 ` Amit Shah
2012-11-08  9:06   ` Amit Shah
2012-12-10  5:54   ` Amit Shah
2012-12-10  5:54     ` Amit Shah
2012-12-10 10:08     ` [PATCH] Introduce rproc serial device specification Sjur Brændeland
2012-12-10 10:08       ` Sjur Brændeland

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=874nl35wf8.fsf@rustcorp.com.au \
    --to=rusty@rustcorp.com.au \
    --cc=amit.shah@redhat.com \
    --cc=linus.walleij@linaro.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=masami.hiramatsu.pt@hitachi.com \
    --cc=mst@redhat.com \
    --cc=sjur.brandeland@stericsson.com \
    --cc=sjur@brendeland.net \
    --cc=virtualization@lists.linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.