[dpdk-dev] [PATCH v4] hash: added a new API to hash to query key id

Thomas Monjalon thomas at monjalon.net
Mon Jan 20 01:16:47 CET 2020


27/11/2019 02:59, Wang, Yipeng1:
> From: Amber, Kumar
> >Adding new API function to query the maximum key ID
> >that could possibly be returned by rte_hash_add_key and
> >rte_hash_add_key_with_hash. When RTE_HASH_EXTRA_FLAGS_MULTI_WRITER_ADD
> >is set, the maximum key id is larger than the entry count specified
> >by the user.
> >
> >Signed-off-by: Kumar Amber <kumar.amber at intel.com>
> >---
> >+ *   - A value indicating the max key of Id key slots present in the table.
> >+ */
> [Wang, Yipeng] typo: key of id -> key Id of
> 
> Other than this:
> Acked-by: Yipeng Wang <yipeng1.wang at intel.com>

Applied with typo fixed, thanks





More information about the dev mailing list