On 06/01/19 at 11:42pm, Christopher Clark wrote:
+/* + * The maximum size of an Argo ring is defined to be: 16GB + * -- which is 0x1000000 bytes. + * A byte index into the ring is at most 24 bits. + */ +#define XEN_ARGO_MAX_RING_SIZE (0x1000000ULL)
It looks like 16MB. Did I miss a <<10 somewhere or is it a typo in the comment?
-- Eric Chanudet _______________________________________________ Xen-devel mailing list Xen-devel@lists.xenproject.org https://lists.xenproject.org/mailman/listinfo/xen-devel