Re: [PATCH] hash: separate param checks in hash create func

2024-09-04 Thread Medvedkin, Vladimir
Acked-by: Vladimir Medvedkin On 26/07/2024 15:54, Niall Meade wrote: Separated name, entries and key_len parameter checks in rte_hash_create(). Also made the error messages more informative/verbose to help with debugging. Also added myself to the mailing list. Signed-off-by: Niall Meade ---

[PATCH] hash: separate param checks in hash create func

2024-07-30 Thread Niall Meade
Separated name, entries and key_len parameter checks in rte_hash_create(). Also made the error messages more informative/verbose to help with debugging. Also added myself to the mailing list. Signed-off-by: Niall Meade --- I had name set to NULL in the parameters I was passing to rte_hash_crea