[ovs-dev] [PATCH] dpif-netdev: Fix crash when PACKET_OUT is metered

Ben Pfaff blp at ovn.org
Thu Jun 17 21:59:07 UTC 2021


All these flags for stealing, allowing stealing, blah blah, are just
ways to do some kind of dumb reference counting without actually have a
reference count.  When it gets super complex like this, maybe
introducing a reference count is the way to go.  It would be a bigger
change, but perhaps more maintainable over time.


More information about the dev mailing list