All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ryan Harper <ryanh@us.ibm.com>
To: John Levon <levon@movementarian.org>
Cc: Ryan Harper <ryanh@us.ibm.com>, xen-devel@lists.xensource.com
Subject: Re: [PATCH 6/6] xen,tools: add numa stat tool and hcalls
Date: Mon, 23 Oct 2006 16:11:23 -0500	[thread overview]
Message-ID: <20061023211123.GM25762@us.ibm.com> (raw)
In-Reply-To: <20061023204926.GC28984@totally.trollied.org>

* John Levon <levon@movementarian.org> [2006-10-23 15:53]:
> On Mon, Oct 23, 2006 at 01:09:28PM -0500, Ryan Harper wrote:
> 
> > This patch adds a tool used to display how memory for each domain was
> > allocated (which nodes does a domain's memory reside within).  It also
> > dumps information about the Xen heap, including how many pages are in
> > each zone and node.
> 
> +        struct xen_domctl_availheap         availheap;
> +        struct xen_domctl_getdomnodestat    getdomnodestat;
>          uint8_t                             pad[128];
> 
> Don't you need to alter the pad to compensate?

AFAIK, I don't.  My understanding is that the pad[128] is the maximum
size for any member of the union.  Neither of the two added hypercalls
exceed 128.  

-- 
Ryan Harper
Software Engineer; Linux Technology Center
IBM Corp., Austin, Tx
(512) 838-9253   T/L: 678-9253
ryanh@us.ibm.com

      reply	other threads:[~2006-10-23 21:11 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-10-23 18:09 [PATCH 6/6] xen,tools: add numa stat tool and hcalls Ryan Harper
2006-10-23 20:49 ` John Levon
2006-10-23 21:11   ` Ryan Harper [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20061023211123.GM25762@us.ibm.com \
    --to=ryanh@us.ibm.com \
    --cc=levon@movementarian.org \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.