Bruce Rogers
2007-Apr-30 23:57 UTC
[Xen-devel] blkback does not copy full id from request to response
I just noticed that the linux block backend does not copy the full 64 bits of the id field of a request to the associated response. The blkif.h states that this is echoed in the response. An unsigned long in make_response is used as an intermediary. This would sure be helpful to me if the full 64 bits were echoed. - Bruce Rogers _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Keir Fraser
2007-May-01 06:49 UTC
Re: [Xen-devel] blkback does not copy full id from request to response
On 1/5/07 00:57, "Bruce Rogers" <BROGERS@novell.com> wrote:> I just noticed that the linux block backend does not copy the full 64 bits > of the id field of a request to the associated response. The blkif.h states > that this is echoed in the response. An unsigned long in make_response > is used as an intermediary. > > This would sure be helpful to me if the full 64 bits were echoed.Will fix. -- Keir _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Bruce Rogers
2007-May-01 11:43 UTC
Re: [Xen-devel] blkback does not copy full id from request to response
Thanks.>>> On 5/1/2007 at 12:49 AM, in message <C25CA178.6A30%Keir.Fraser@cl.cam.ac.uk>,Keir Fraser <Keir.Fraser@cl.cam.ac.uk> wrote:> On 1/5/07 00:57, "Bruce Rogers" <BROGERS@novell.com> wrote: > >> I just noticed that the linux block backend does not copy the full 64 bits >> of the id field of a request to the associated response. The blkif.h states >> that this is echoed in the response. An unsigned long in make_response >> is used as an intermediary. >> >> This would sure be helpful to me if the full 64 bits were echoed. > > Will fix. > > -- Keir_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Reasonably Related Threads
- [PATCH] blkback: Fix block I/O latency issue
- [PATCH] Persistent grant maps for xen blk drivers
- [PATCH RFC 09/12] xen-blkback: move pending handles list from blkbk to pending_req
- [PATCH V4 0/3] xen-blkfront/blkback discard support
- [RFC v1 3/5] VBD: enlarge max segment per request in blkfront