dpif: Change get_max_ports() to return uint32_t.
authorAlex Wang <alexw@nicira.com>
Thu, 22 Aug 2013 21:24:18 +0000 (14:24 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 23 Aug 2013 18:33:17 +0000 (11:33 -0700)
The declaration of 'get_max_ports()' to return odp_port_t adds
unwanted complexity to coding.  This commit changes it back to
return uint32_t type.

Signed-off-by: Alex Wang <alexw@nicira.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>

No differences found