Thread (52 messages) 52 messages, 8 authors, 2016-11-08

Re: [PATCH v3] vhost: Add indirect descriptors support to the TX path

From: Maxime Coquelin <hidden>
Date: 2016-09-27 07:25:51


On 09/27/2016 06:15 AM, Yuanhan Liu wrote:
On Fri, Sep 23, 2016 at 10:28:23AM +0200, Maxime Coquelin wrote:
quoted
+		if (vq->desc[desc_indexes[i]].flags & VRING_DESC_F_INDIRECT) {
+			desc = (struct vring_desc *)gpa_to_vva(dev,
As mentioned before, this would break 32 bit OS build. It should be

	(struct vring_desc *)(uintptr_t)gpa_to_vva(...);

I meant to fix this while apply, later I just realized you haven't
updated the release note (sorry for the late notice).

So would you mind send a new version, with the fix and release note
update? FYI, the release note is at "doc/guides/rel_notes/"
Not a problem, doing it now.

Thanks,
Maxime
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help