On 13 January 2014 14:09, Ben Pfaff <[email protected]> wrote:
>
> As written, every call to nl_dump_done() will allocate and free a 4 kb
> buffer, when most of the time that is wasted effort.  I suggest
> allocating a NL_DUMP_BUFSIZE (or 4 kb or whatever) local buffer and
> using ofpbuf_use_stub() to avoid the allocation.
>

Sure, I'll fix that up.
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev

Reply via email to