Displaying 20 results from an estimated 24 matches for "staron".
Did you mean:
sharon
2019 Jun 12
1
[PATCH v13 2/7] virtio-pmem: Add virtio pmem driver
...IO from 'pmem' driver when userspace performs flush
> on DAX memory range.
>
> Signed-off-by: Pankaj Gupta <pagupta at redhat.com>
> Reviewed-by: Yuval Shaia <yuval.shaia at oracle.com>
> Acked-by: Michael S. Tsirkin <mst at redhat.com>
> Acked-by: Jakub Staron <jstaron at google.com>
> Tested-by: Jakub Staron <jstaron at google.com>
> ---
> drivers/nvdimm/Makefile | 1 +
> drivers/nvdimm/nd_virtio.c | 125 +++++++++++++++++++++++++++++++
> drivers/nvdimm/virtio_pmem.c | 122 ++++++++++++++++++++++++++++++
&...
2019 May 18
2
[Qemu-devel] [PATCH v9 2/7] virtio-pmem: Add virtio pmem driver
On 5/16/19 10:35 PM, Pankaj Gupta wrote:
> Can I take it your reviewed/acked-by? or tested-by tag? for the virtio patch :)I don't feel that I have enough expertise to give the reviewed-by tag, but you can
take my acked-by + tested-by.
Acked-by: Jakub Staron <jstaron at google.com>
Tested-by: Jakub Staron <jstaron at google.com>
No kernel panics/stalls encountered during testing this patches (v9) with QEMU + xfstests.
Some CPU stalls encountered while testing with crosvm instead of QEMU with xfstests
(test generic/464) but no repro for QEM...
2019 May 18
2
[Qemu-devel] [PATCH v9 2/7] virtio-pmem: Add virtio pmem driver
On 5/16/19 10:35 PM, Pankaj Gupta wrote:
> Can I take it your reviewed/acked-by? or tested-by tag? for the virtio patch :)I don't feel that I have enough expertise to give the reviewed-by tag, but you can
take my acked-by + tested-by.
Acked-by: Jakub Staron <jstaron at google.com>
Tested-by: Jakub Staron <jstaron at google.com>
No kernel panics/stalls encountered during testing this patches (v9) with QEMU + xfstests.
Some CPU stalls encountered while testing with crosvm instead of QEMU with xfstests
(test generic/464) but no repro for QEM...
2019 May 17
2
[PATCH v9 2/7] virtio-pmem: Add virtio pmem driver
...err = -EIO;
> + } else {
> + /* A host repsonse results in "host_ack" getting called */
> + wait_event(req->host_acked, req->done);
> + err = req->ret;
> +I confirm that the failures I was facing with the `-ENOSPC` error path are not present in v9.
Best,
Jakub Staron
2019 May 17
2
[PATCH v9 2/7] virtio-pmem: Add virtio pmem driver
...err = -EIO;
> + } else {
> + /* A host repsonse results in "host_ack" getting called */
> + wait_event(req->host_acked, req->done);
> + err = req->ret;
> +I confirm that the failures I was facing with the `-ENOSPC` error path are not present in v9.
Best,
Jakub Staron
2019 May 20
0
[Qemu-devel] [PATCH v9 2/7] virtio-pmem: Add virtio pmem driver
...On 5/16/19 10:35 PM, Pankaj Gupta wrote:
> > Can I take it your reviewed/acked-by? or tested-by tag? for the virtio
> > patch :)I don't feel that I have enough expertise to give the reviewed-by
> > tag, but you can
> take my acked-by + tested-by.
>
> Acked-by: Jakub Staron <jstaron at google.com>
> Tested-by: Jakub Staron <jstaron at google.com>
>
> No kernel panics/stalls encountered during testing this patches (v9) with
> QEMU + xfstests.
Thank you for testing and confirming the results. I will add your tested &
acked-by in v10.
>...
2019 May 07
3
[Qemu-devel] [PATCH v7 2/6] virtio-pmem: Add virtio pmem driver
...o pmem device, error code %d\n", err);
+ spin_unlock_irqrestore(&vpmem->pmem_lock, flags);
+ err = -EIO;
+ goto ret;
+ }
err = virtqueue_kick(vpmem->req_vq);
spin_unlock_irqrestore(&vpmem->pmem_lock, flags);
Let me know if it looks reasonable to you.
Thank you,
Jakub Staron
2019 May 07
3
[Qemu-devel] [PATCH v7 2/6] virtio-pmem: Add virtio pmem driver
...o pmem device, error code %d\n", err);
+ spin_unlock_irqrestore(&vpmem->pmem_lock, flags);
+ err = -EIO;
+ goto ret;
+ }
err = virtqueue_kick(vpmem->req_vq);
spin_unlock_irqrestore(&vpmem->pmem_lock, flags);
Let me know if it looks reasonable to you.
Thank you,
Jakub Staron
2019 Jun 11
2
[PATCH v12 2/7] virtio-pmem: Add virtio pmem driver
...IO from 'pmem' driver when userspace performs flush
> on DAX memory range.
>
> Signed-off-by: Pankaj Gupta <pagupta at redhat.com>
> Reviewed-by: Yuval Shaia <yuval.shaia at oracle.com>
> Acked-by: Michael S. Tsirkin <mst at redhat.com>
> Acked-by: Jakub Staron <jstaron at google.com>
> Tested-by: Jakub Staron <jstaron at google.com>
> ---
> drivers/nvdimm/Makefile | 1 +
> drivers/nvdimm/nd_virtio.c | 124 +++++++++++++++++++++++++++++++
> drivers/nvdimm/virtio_pmem.c | 122 ++++++++++++++++++++++++++++++
&...
2019 Jun 11
2
[PATCH v12 2/7] virtio-pmem: Add virtio pmem driver
...IO from 'pmem' driver when userspace performs flush
> on DAX memory range.
>
> Signed-off-by: Pankaj Gupta <pagupta at redhat.com>
> Reviewed-by: Yuval Shaia <yuval.shaia at oracle.com>
> Acked-by: Michael S. Tsirkin <mst at redhat.com>
> Acked-by: Jakub Staron <jstaron at google.com>
> Tested-by: Jakub Staron <jstaron at google.com>
> ---
> drivers/nvdimm/Makefile | 1 +
> drivers/nvdimm/nd_virtio.c | 124 +++++++++++++++++++++++++++++++
> drivers/nvdimm/virtio_pmem.c | 122 ++++++++++++++++++++++++++++++
&...
2019 Jun 12
0
[PATCH v12 2/7] virtio-pmem: Add virtio pmem driver
...when userspace performs flush
> > on DAX memory range.
> >
> > Signed-off-by: Pankaj Gupta <pagupta at redhat.com>
> > Reviewed-by: Yuval Shaia <yuval.shaia at oracle.com>
> > Acked-by: Michael S. Tsirkin <mst at redhat.com>
> > Acked-by: Jakub Staron <jstaron at google.com>
> > Tested-by: Jakub Staron <jstaron at google.com>
> > ---
> > drivers/nvdimm/Makefile | 1 +
> > drivers/nvdimm/nd_virtio.c | 124 +++++++++++++++++++++++++++++++
> > drivers/nvdimm/virtio_pmem.c | 122 +++++++...
2019 May 21
0
[PATCH v10 2/7] virtio-pmem: Add virtio pmem driver
...perform guest flush over
VIRTIO from 'pmem' driver when userspace performs flush
on DAX memory range.
Signed-off-by: Pankaj Gupta <pagupta at redhat.com>
Reviewed-by: Yuval Shaia <yuval.shaia at oracle.com>
Acked-by: Michael S. Tsirkin <mst at redhat.com>
Acked-by: Jakub Staron <jstaron at google.com>
Tested-by: Jakub Staron <jstaron at google.com>
---
drivers/nvdimm/Makefile | 1 +
drivers/nvdimm/nd_virtio.c | 124 +++++++++++++++++++++++++++++++
drivers/nvdimm/virtio_pmem.c | 122 ++++++++++++++++++++++++++++++
drivers/nvdimm/virtio_pme...
2019 Jun 11
0
[PATCH v12 2/7] virtio-pmem: Add virtio pmem driver
...perform guest flush over
VIRTIO from 'pmem' driver when userspace performs flush
on DAX memory range.
Signed-off-by: Pankaj Gupta <pagupta at redhat.com>
Reviewed-by: Yuval Shaia <yuval.shaia at oracle.com>
Acked-by: Michael S. Tsirkin <mst at redhat.com>
Acked-by: Jakub Staron <jstaron at google.com>
Tested-by: Jakub Staron <jstaron at google.com>
---
drivers/nvdimm/Makefile | 1 +
drivers/nvdimm/nd_virtio.c | 124 +++++++++++++++++++++++++++++++
drivers/nvdimm/virtio_pmem.c | 122 ++++++++++++++++++++++++++++++
drivers/nvdimm/virtio_pme...
2019 Jun 12
0
[PATCH v13 2/7] virtio-pmem: Add virtio pmem driver
...perform guest flush over
VIRTIO from 'pmem' driver when userspace performs flush
on DAX memory range.
Signed-off-by: Pankaj Gupta <pagupta at redhat.com>
Reviewed-by: Yuval Shaia <yuval.shaia at oracle.com>
Acked-by: Michael S. Tsirkin <mst at redhat.com>
Acked-by: Jakub Staron <jstaron at google.com>
Tested-by: Jakub Staron <jstaron at google.com>
---
drivers/nvdimm/Makefile | 1 +
drivers/nvdimm/nd_virtio.c | 125 +++++++++++++++++++++++++++++++
drivers/nvdimm/virtio_pmem.c | 122 ++++++++++++++++++++++++++++++
drivers/nvdimm/virtio_pme...
2019 May 17
0
[Qemu-devel] [PATCH v9 2/7] virtio-pmem: Add virtio pmem driver
...t_acked, req->done);
> > + err = req->ret;
> > +I confirm that the failures I was facing with the `-ENOSPC` error path are
> > not present in v9.
Can I take it your reviewed/acked-by? or tested-by tag? for the virtio patch :)
Thank you,
Pankaj
>
> Best,
> Jakub Staron
>
>
2019 May 08
0
[Qemu-devel] [PATCH v7 2/6] virtio-pmem: Add virtio pmem driver
...e_kick(vpmem->req_vq);
> spin_unlock_irqrestore(&vpmem->pmem_lock, flags);
>
>
> Let me know if it looks reasonable to you.
Don't think this is fulfilling entire logic correctly. But thanks, I spotted a bug in my code :)
Will fix it.
>
> Thank you,
> Jakub Staron
>
>
2019 Jun 12
8
[PATCH v13 0/7] virtio pmem driver
This patch series is ready to be merged via nvdimm tree
as discussed with Dan. We have ack/review on XFS, EXT4
device mapper & VIRTIO patches.
This version has minor changes in patch 2. Keeping all
the existing r-o-bs. Jakob CCed also tested the patch
series and confirmed the working of v9.
---
This patch series has implementation for "virtio pmem".
"virtio pmem"
2019 Jun 11
9
[PATCH v12 0/7] virtio pmem driver
This patch series is ready to be merged via nvdimm tree
as discussed with Dan. We have ack/review on XFS, EXT4
& VIRTIO patches. Device mapper change is also reviewed.
Mike, Can you please provide ack for device mapper change
i.e patch4.
This version has changed implementation for patch 4 as
suggested by 'Mike'. Keeping all the existing r-o-bs. Jakob
CCed also tested the
2019 Jun 10
8
[PATCH v11 0/7] virtio pmem driver
This patch series is ready to be merged via nvdimm tree
as discussed with Dan. We have ack/review on XFS, EXT4 &
VIRTIO patches. Need an ack on device mapper change in
patch 4.
Mike, Can you please review and ack patch4.
This version does not has any additonal code change from v10
and is only rebase of v10 on Linux 5.2-rc4 which is required
for patch4. Keeping all the existing
2019 May 21
9
[PATCH v10 0/7] virtio pmem driver
This patch series is ready to be merged via nvdimm tree
as discussed with Dan. We have ack/review on XFS, EXT4 &
VIRTIO patches. Need an ack on device mapper change in
patch 4.
Mike, Can you please review patch 4 which has change for
dax with device mapper.
Incorporated all the changes suggested in v9. This version
has minor changes in patch 2(virtio) and does not change the