]> git.droids-corp.org - dpdk.git/commit
lib: update documentation of some *_free functions
authorStephen Hemminger <stephen@networkplumber.org>
Wed, 9 Feb 2022 19:17:13 +0000 (11:17 -0800)
committerThomas Monjalon <thomas@monjalon.net>
Sat, 12 Feb 2022 11:05:01 +0000 (12:05 +0100)
commite7b1c4665fd02259d5bd43213fa9b8565d25a169
tree9dec9a11e821d5089f337816eb58666e11150d00
parenta0cc7be20dd13e118387786c3a86aab56325ed63
lib: update documentation of some *_free functions

These functions all behave like libc free() and do
nothing if handed a NULL pointer. The code is already doing
this, this patch just documents the behavior.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
lib/hash/rte_hash.h
lib/mempool/rte_mempool.h
lib/ring/rte_ring.h