On Thu, Jan 10, 2019 at 12:11 PM Eric Chanudet <eric.chanu...@gmail.com> wrote:
>
> 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?

Yeah, it's an error in the comment. Thanks.

Christopher

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

Reply via email to