On Tue, 28 Apr 2026 at 17:20, Ilya Maximets <[email protected]> wrote: > > This functionality was deprecated in 3.7 due to lack of use, testing > and maintenance. It's time to remove it. > > Signed-off-by: Ilya Maximets <[email protected]> > ---
[snip] > diff --git a/vswitchd/bridge.c b/vswitchd/bridge.c > index 7a68e19ac..38435e9ab 100644 > --- a/vswitchd/bridge.c > +++ b/vswitchd/bridge.c > @@ -532,7 +532,6 @@ bridge_init(const char *remote) > stp_init(); > lldp_init(); > rstp_init(); > - odp_execute_init(); > > ifaces_changed = seq_create(); > last_ifaces_changed = seq_read(ifaces_changed); We can probably remove inclusion of odp-execute.h from this file. -- David Marchand _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
