]> git.droids-corp.org - dpdk.git/blobdiff - lib/hash/rte_hash.h
pipeline: add drop port for each pipeline
[dpdk.git] / lib / hash / rte_hash.h
index 6067aad954317b7407c6d582fef50ce640bd5d83..7fa9702742a9eef8c053835cd0a758f60bc707f6 100644 (file)
@@ -174,8 +174,10 @@ rte_hash_find_existing(const char *name);
 
 /**
  * De-allocate all memory used by hash table.
+ *
  * @param h
- *   Hash table to free
+ *   Hash table to free, if NULL, the function does nothing.
+ *
  */
 void
 rte_hash_free(struct rte_hash *h);