[PATCH v9 01/15] eal: introduce new secure memory zero

Stephen Hemminger stephen at networkplumber.org
Wed Jun 11 16:57:27 CEST 2025


On Wed, 11 Jun 2025 14:34:49 +0200
Thomas Monjalon <thomas at monjalon.net> wrote:

> 20/02/2025 17:27, Stephen Hemminger:
> > --- a/lib/eal/include/rte_string_fns.h
> > +++ b/lib/eal/include/rte_string_fns.h
> > +__rte_experimental
> > +void
> > +rte_memzero_explicit(void *dst, size_t sz);  
> 
> This function is not about strings.
> Better to move it to rte_memory.h (even if not ideal).
> I'll try to move while merging.
> 
> 

I chose rte_string_fns.h since regular memset prototype
is in string.h


More information about the dev mailing list