Re: [PATCH v2] lib/hash: new feature adding existing key

2024-02-16 Thread Thomas Monjalon
Any review please? If maintainers agree with the idea, we should announce the ABI change. 23/10/2023 10:29, Abdullah Ömer Yamaç: > From: Abdullah Ömer Yamaç > > In some use cases inserting data with the same key shouldn't be > overwritten. We use a new flag in this patch to disable overwriting

[PATCH v2] lib/hash: new feature adding existing key

2023-10-23 Thread Abdullah Ömer Yamaç
In some use cases inserting data with the same key shouldn't be overwritten. We use a new flag in this patch to disable overwriting data for the same key. Signed-off-by: Abdullah Ömer Yamaç --- Cc: Yipeng Wang Cc: Sameh Gobriel Cc: Bruce Richardson Cc: Vladimir Medvedkin Cc: David Marchand

[PATCH v2] lib/hash: new feature adding existing key

2023-10-23 Thread Abdullah Ömer Yamaç
From: Abdullah Ömer Yamaç In some use cases inserting data with the same key shouldn't be overwritten. We use a new flag in this patch to disable overwriting data for the same key. Signed-off-by: Abdullah Ömer Yamaç --- Cc: Yipeng Wang Cc: Sameh Gobriel Cc: Bruce Richardson Cc: Vladimir Med