[ovs-dev] [QoS fixes 06/10] Add pretty-printers for QoS related OpenFlow and ODP actions.

Justin Pettit jpettit at nicira.com
Tue Jul 20 01:37:39 UTC 2010


On Jul 16, 2010, at 3:52 PM, Ben Pfaff wrote:

> +    case ODPAT_SET_PRIORITY:
> +        ds_put_format(ds, "set_priority(0x%"PRIx32")", a->priority.priority);

Since this typically maps to the queue id, which is typically handled in decimal, would it make sense to print this in decimal, too?

Otherwise, looks good.

--Justin






More information about the dev mailing list