[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v10 5/9] libxl: vnuma types declararion
On Thu, Sep 4, 2014 at 6:35 AM, Ian Campbell <Ian.Campbell@xxxxxxxxxx> wrote: On Wed, 2014-09-03 at 23:48 -0400, Elena Ufimtseva wrote: Hi Ian Is there a better mechanism to parse first vnuma_nodes, and within it to parse distances array? So lets say config will be looking like this: vnuma_nodes = [ a b c, d e f, g e k,... ] but c, f, k cannot be arrays. Parser does not expect to have one more string withing each element of a topmost string. So this does not work: vnuma_nodes Â= Â[ a b "distance array1", d e "distance array2", ...] also this does not work: vnuma_node = [ [], [], [], ..] Looks like that I was trying to avoid with emulating multi dimensional array for distance still persists here. Maybe you know some tricky way to get around this? Thank you! Â
Elena _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |