[dpdk-dev] [PATCH v2] enic: fix name of hash table used for enic classifiers

2016-06-28 Thread Bruce Richardson
On Thu, Jun 23, 2016 at 04:10:02PM -0700, Nelson Escobar wrote: > The enic_clsf_init() function is called once per enic instance, but it > used a static name to create the hash table. Consequently when using > more than one enic instance, there was a name collision which caused > errors: > > EAL:

[dpdk-dev] [PATCH v2] enic: fix name of hash table used for enic classifiers

2016-06-23 Thread Nelson Escobar
The enic_clsf_init() function is called once per enic instance, but it used a static name to create the hash table. Consequently when using more than one enic instance, there was a name collision which caused errors: EAL: memzone_reserve_aligned_thread_unsafe(): memzone already exists RING: Can