On Wed, 12 Feb 2025 20:13:28 +0200 Gal Pressman wrote: > > You could leave this macro inplace and just change `(info) + 1` to > > `(info)->options` avoiding changes in lots of files and adding casts > > everywhere.
+1 > I'd rather not, having a macro to do 'info->options' doesn't help code > readability IMHO. It'd avoid having to explicitly cast the types everywhere, too. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
