On Mon, Jan 9, 2023 at 7:29 PM Ilya Maximets <[email protected]> wrote: > > rte_pktmbuf_free_bulk() function was introduced in 19.11 and became > stable in 21.11. Use it to free arrays of mbufs instead of freeing > packets one by one. > > In simple V2V testing with 64B packets, 2 PMD threads and bidirectional > traffic this change improves performance by 3.5 - 4.5 %. > > Signed-off-by: Ilya Maximets <[email protected]>
Reviewed-by: David Marchand <[email protected]> -- David Marchand _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
