>>> On 03.07.15 at 18:25, <paul.durr...@citrix.com> wrote:
> Building on the previous patch, this patch restricts portio port numbers
> to uint16_t in registration/relocate calls and portio_action_t. It also
> changes portio sizes to unsigned int which then allows the io_handler
> size field to reduce to an unsigned int.

Changing size's type is fine; changing port numbers to uint16_t will -
afaict - generate worse code, and hence doesn't seem warranted.
I wouldn't mind changing from uint32_t to unsigned int though.

Jan


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to