gatekeeper icon indicating copy to clipboard operation
gatekeeper copied to clipboard

Adopt rte_pktmbuf_free_bulk()

Open cjdoucette opened this issue 5 years ago • 1 comments

More recent versions of DPDK add the ability to do a bulk freeing of packets. We should adopt it into Gatekeeper when we upgrade DPDK.

cjdoucette avatar Oct 30 '20 01:10 cjdoucette

While working on this issue, one should investigate all calls to rte_pktmbuf_free() since there're a number of opportunities to use rte_pktmbuf_free_bulk() in the code.

AltraMayor avatar Mar 29 '21 13:03 AltraMayor