"dev" <dev-boun...@openvswitch.org> wrote on 07/19/2016 03:59:39 AM:
> From: Zong Kai LI <zealo...@gmail.com> > To: dev@openvswitch.org > Date: 07/19/2016 04:03 AM > Subject: [ovs-dev] [PATCH] [PATCH v1] ovs python: add set type for from_python > Sent by: "dev" <dev-boun...@openvswitch.org> > > In method from_python, when parameter 'value' is in list type or tuple > type, it will process per each element in 'value'. And indeed, it just > needs a iterable sequence here, no matter it's a list or tuple. > So set type should be considered too, it's also a basic, common iterable > sequence type from python. > > Signed-off-by: Zong Kai LI <zealo...@gmail.com> From Richard Theis <rth...@us.ibm.com>: This patch is need to avoid the revert [1] in networking-ovn. Without this patch or the revert, networking-ovn is experiencing the bug described in [2]. Acked-by: Richard Theis <rth...@us.ibm.com> [1] http://review.openstack.org/344078 [2] https://bugs.launchpad.net/networking-ovn/+bug/1605573 Ryan Moats _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev