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

2024-10-17 Thread Thomas Monjalon
Recheck-request: iol-unit-amd64-testing, iol-unit-arm64-testing

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

2024-10-14 Thread Stephen Hemminger
On Mon, 14 Oct 2024 10:19:16 + 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 Acked-b

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

2024-10-14 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 --- v3: * code indentation fix and rte_errno set correctly v2: * change hash