Amit Shah
2011-Oct-31 10:19 UTC
[PATCH 0/8] virtio: console: Fixes, cleanups, stats for bytes transferred
On (Wed) 14 Sep 2011 [13:06:38], Amit Shah wrote:> Hello, > > These patches are mostly cleanups (patches 1, 4, 5, 6, 7). Patches 2 > and 3 fix cases which will be exposed when S4 support is enabled. > > Patch 8 adds stats for bytes received, sent and discarded for each > port. These are added for debugging data loss issues (rather, > pointing out they don't exist). Closing a port while data transfer is > ongoing resulted in discarding of any pending data in the vq, which is > the expected case. Adding these stats just helps showing there's no > data loss, but things are working as they were designed. > > Please apply.Hey Rusty, Can you push this series to Linus for 3.2? Thanks! Amit
Rusty Russell
2011-Oct-31 23:57 UTC
[PATCH 0/8] virtio: console: Fixes, cleanups, stats for bytes transferred
On Mon, 31 Oct 2011 15:49:40 +0530, Amit Shah <amit.shah at redhat.com> wrote:> On (Wed) 14 Sep 2011 [13:06:38], Amit Shah wrote: > > Hello, > > > > These patches are mostly cleanups (patches 1, 4, 5, 6, 7). Patches 2 > > and 3 fix cases which will be exposed when S4 support is enabled. > > > > Patch 8 adds stats for bytes received, sent and discarded for each > > port. These are added for debugging data loss issues (rather, > > pointing out they don't exist). Closing a port while data transfer is > > ongoing resulted in discarding of any pending data in the vq, which is > > the expected case. Adding these stats just helps showing there's no > > data loss, but things are working as they were designed. > > > > Please apply. > > Hey Rusty, > > Can you push this series to Linus for 3.2? Thanks!Yep, was going to do it yesterday but spent the day chasing console breakage in lguest, but it's not caused by these. Thanks, Rusty.
Reasonably Related Threads
- [PATCH 0/8] virtio: console: Fixes, cleanups, stats for bytes transferred
- [PATCH 0/8] (v4) virtio: console: Fixes, new way of discovering ports
- [PATCH 0/8] (v4) virtio: console: Fixes, new way of discovering ports
- [PATCH 3/4] virtio: console makes incorrect assumption about virtio API
- [PATCH 3/4] virtio: console makes incorrect assumption about virtio API