Add function for freeing a bulk of mbufs.
Signed-off-by: Morten Brørup
Acked-by: Konstantin Ananyev
Reviewed-by: Andrew Rybchenko
---
v6:
* Remove __rte_always_inline from static function.
The compiler will inline anyway.
v5:
* Rename variables from "free" to "pending" for improved readabil
Olivier, Stephen, Harry, Konstantin, Mattias, Bruce and Andrew,
Thank you for all your constructive feedback on my first non-trivial source
code contribution to DPDK.
And thank you for tolerating all the noise from my unfamiliarity with git and
patchwork.
Med venlig hilsen / kind regards
- Mo
Add function for freeing a bulk of mbufs.
v6:
* Remove __rte_always_inline from static function.
The compiler will inline anyway.
v5:
* Rename variables from "free" to "pending" for improved readability.
* Add prefix __ to rte_pktmbuf_free_seg_via_array().
* Add array size parameter to __rte_pkt
Add function for freeing a bulk of mbufs.
v6:
* Remove __rte_always_inline from static function.
The compiler will inline anyway.
v5:
* Rename variables from "free" to "pending" for improved readability.
* Add prefix __ to rte_pktmbuf_free_seg_via_array().
* Add array size parameter to __rte_pkt
4 matches
Mail list logo