RE: [PATCH v7 01/16] eal: introduce new secure memory zero

2025-02-16 Thread Morten Brørup
Acked-by: Morten Brørup

[PATCH v7 01/16] eal: introduce new secure memory zero

2025-02-15 Thread Stephen Hemminger
When memset() is used before a release function such as free, the compiler if allowed to optimize the memset away under the as-if rules. This is normally ok, but in certain cases such as passwords or security keys it is problematic. Introduce a DPDK wrapper which uses the bzero_explicit function o