This patch implements BUM support in the VTEP schema. This relates to BUM traffic flowing from a gateway towards HVs. This code would be relevant to HW gateways and the ovs-vtep simulator. In order to do this, the mcast macs remote table in the VTEP schema is populated based on the OVN SB port binding. For each logical switch, the SB port bindings are queried to find all the physical locators to send BUM traffic to and the VTEP DB is updated.
Some test packets were enabled in the HW gateway test case to exercise the new code. v1->v2: Fold in code review comments and also fix a memory management issue found during retesting v2->v3 Fold in Justin's review comments Darrell Ball (1): Patch v3: ovn-controller-vtep: Support BUM traffic for the VTEP Schema AUTHORS | 1 + ovn/controller-vtep/vtep.c | 264 ++++++++++++++++++++++++++++++++++++++------- tests/ovn.at | 6 +- 3 files changed, 230 insertions(+), 41 deletions(-) -- 1.9.1 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev