On Wed, Apr 07, 2021 at 01:12:11PM +0200, Ilya Maximets wrote: > On 3/26/21 7:30 PM, Ben Pfaff wrote: > > The thread-local data allocators can't increment coverage counters > > because this can cause reentrancy. Until now, this code has used > > explicit calls to malloc(). This code replaces them by calls to the > > new functions. This will make it easier in an upcoming patch to update > > all the code that can run out of memory. > > Commit message should be adjusted if we're no going to have patch #3. > Beside that and a couple of minor comments inline it looks OK to me. > Have no strong opinion if we need this patch or not. > > Anyway, > Acked-by: Ilya Maximets <[email protected]>
Thanks, I folded in your comments and applied this to master. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
