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.am...@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.w...@intel.com>
Applied with typo fixed, thanks