Re: [RFC PATCH 15/19] tools/vhost-user-rpmb: implement VIRTIO_RPMB_REQ_DATA_WRITE

2020-09-28 Thread Joakim Bech
On Mon, Sep 28, 2020 at 03:56:19PM +0100, Alex Bennée wrote: > > Joakim Bech writes: > > > On Fri, Sep 25, 2020 at 01:51:43PM +0100, Alex Bennée wrote: > >> With this command we are finally updating data to the backing store > >> and cycling the write_count and each successful write. We also inc

Re: [RFC PATCH 15/19] tools/vhost-user-rpmb: implement VIRTIO_RPMB_REQ_DATA_WRITE

2020-09-28 Thread Joakim Bech
On Fri, Sep 25, 2020 at 01:51:43PM +0100, Alex Bennée wrote: > With this command we are finally updating data to the backing store > and cycling the write_count and each successful write. We also include > the write count in all response frames as the spec is a little unclear > but the example test

Re: [RFC PATCH 15/19] tools/vhost-user-rpmb: implement VIRTIO_RPMB_REQ_DATA_WRITE

2020-09-28 Thread Alex Bennée
Joakim Bech writes: > On Fri, Sep 25, 2020 at 01:51:43PM +0100, Alex Bennée wrote: >> With this command we are finally updating data to the backing store >> and cycling the write_count and each successful write. We also include >> the write count in all response frames as the spec is a little u

[RFC PATCH 15/19] tools/vhost-user-rpmb: implement VIRTIO_RPMB_REQ_DATA_WRITE

2020-09-25 Thread Alex Bennée
With this command we are finally updating data to the backing store and cycling the write_count and each successful write. We also include the write count in all response frames as the spec is a little unclear but the example test code expected it. Signed-off-by: Alex Bennée --- tools/vhost-user