> > rte_hash_hash is multi-thread safe but not multi-process safe because of > > the use of function pointers. Previous document and comment says the other > > way around. This commit fixes the issue. > > Acked-by: John McNamara <john.mcnam...@intel.com>
Applied, thanks