On 4/25/22 16:04, Mike Pattrick wrote: > 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]>
Thanks, Paolo and Mike! This test is finally working for the first time in a few years! That is very nice to see. Best regards, Ilya Maximets. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
