Re: [ovs-dev] [PATCH v2 02/12] openvswitch.h: Use odp_port_t for port numbers in userspace-only structs.

2017-06-19 Thread Jan Scheurich
<b...@ovn.org> > Subject: [ovs-dev] [PATCH v2 02/12] openvswitch.h: Use odp_port_t for port > numbers in userspace-only structs. > > Using the correct type reduces the need for type conversions. > > Signed-off-by: Ben Pfaff <b...@ovn.org> > --- > datapath/l

Re: [ovs-dev] [PATCH v2 02/12] openvswitch.h: Use odp_port_t for port numbers in userspace-only structs.

2017-06-18 Thread nickcooper-zhangtonghao
Reviewed-by: nickcooper-zhangtonghao > On Jun 19, 2017, at 7:29 AM, Ben Pfaff wrote: > > Using the correct type reduces the need for type conversions. > > Signed-off-by: Ben Pfaff > > --- >

[ovs-dev] [PATCH v2 02/12] openvswitch.h: Use odp_port_t for port numbers in userspace-only structs.

2017-06-18 Thread Ben Pfaff
Using the correct type reduces the need for type conversions. Signed-off-by: Ben Pfaff --- datapath/linux/compat/include/linux/openvswitch.h | 4 ++-- lib/dpif-netdev.c | 2 +- lib/netdev.c | 2 +-