On Fri, Apr 1, 2022 at 7:34 PM Paolo Valerio <[email protected]> wrote: > > The test relied on the flows installed by recv_upcalls() after > upcall_receive() returned ENODEV if the packet was initially > originated by packet-out with OFPP_CONTROLLER as in_port. > > Since 323ae1e808e6 ("ofproto-dpif-xlate: Fix recirculation when in_port is > OFPP_CONTROLLER.") > the test stopped working because recirculation in such scenario got > fixed and upcall_receive() no longer returns ENODEV. > > Fix it by setting an invalid as "in_port" in order to similarly > trigger the same behavior. > > Signed-off-by: Paolo Valerio <[email protected]>
This fixes the broken test for me. Acked-by: Mike Pattrick <[email protected]> _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
