]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_table/rte_swx_table.h
examples/packet_ordering: enhance getopt_long usage
[dpdk.git] / lib / librte_table / rte_swx_table.h
index dc434b72ef8b8ff907d816c951bbf7f4676c0c17..5a3137ec53655409c821d8aa920369392b297253 100644 (file)
@@ -127,12 +127,6 @@ typedef uint64_t
  * progress and it is passed as a parameter to the lookup operation. This allows
  * for multiple concurrent lookup operations into the same table.
  *
- * @param[in] params
- *   Table creation parameters.
- * @param[in] entries
- *   Entries to be added to the table at creation time.
- * @param[in] args
- *   Any additional table create arguments. It may be NULL.
  * @return
  *   Table memory footprint in bytes, on success, or zero, on error.
  */