[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v3 07/15] argo: implement the register op
On Thu, Jan 10, 2019 at 12:11 PM Eric Chanudet <eric.chanudet@xxxxxxxxx> 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@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |