On 06/07/2021 13:35, Flavio Leitner wrote: > > The two functions below are Linux specific, so they need to be conditional > to the #ifdef above like you did in dpif_netlink_recv_wait(): > > #ifdef _WIN32 > dpif_netlink_recv_wait_windows() > #else > dpif_netlink_recv_wait_vport_dispatch() > dpif_netlink_recv_wait_cpu_dispatch() > #endif > > Otherwise I don't see anything else. Tests are good on my end. > Thanks > fbl >
Done. Thanks for the review and testing. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
