Re: [PATCH v2 01/83] lib: update documentation of XXX_free() functions

2022-02-08 Thread Thomas Monjalon
29/01/2022 19:51, Thomas Monjalon: > 28/01/2022 23:51, Stephen Hemminger: > > On Fri, 28 Jan 2022 22:47:15 +0100 > > Thomas Monjalon wrote: > > > > > 24/01/2022 18:45, Stephen Hemminger: > > > > These functions all behave like libc free() and do > > > > nothing if handed a NULL pointer. The code

Re: [PATCH v2 01/83] lib: update documentation of XXX_free() functions

2022-01-29 Thread Thomas Monjalon
28/01/2022 23:51, Stephen Hemminger: > On Fri, 28 Jan 2022 22:47:15 +0100 > Thomas Monjalon wrote: > > > 24/01/2022 18:45, Stephen Hemminger: > > > These functions all behave like libc free() and do > > > nothing if handed a NULL pointer. The code is already doing > > > this, this patch just docu

Re: [PATCH v2 01/83] lib: update documentation of XXX_free() functions

2022-01-28 Thread Stephen Hemminger
On Fri, 28 Jan 2022 22:47:15 +0100 Thomas Monjalon wrote: > 24/01/2022 18:45, Stephen Hemminger: > > These functions all behave like libc free() and do > > nothing if handed a NULL pointer. The code is already doing > > this, this patch just documents the behavior. > > > > Signed-off-by: Stephen

Re: [PATCH v2 01/83] lib: update documentation of XXX_free() functions

2022-01-28 Thread Thomas Monjalon
24/01/2022 18:45, Stephen Hemminger: > These functions all behave like libc free() and do > nothing if handed a NULL pointer. The code is already doing > this, this patch just documents the behavior. > > Signed-off-by: Stephen Hemminger > --- > /** > * De-allocate all memory used by hash table

[PATCH v2 01/83] lib: update documentation of XXX_free() functions

2022-01-24 Thread Stephen Hemminger
These functions all behave like libc free() and do nothing if handed a NULL pointer. The code is already doing this, this patch just documents the behavior. Signed-off-by: Stephen Hemminger --- lib/hash/rte_hash.h | 3 +++ lib/kvargs/rte_kvargs.h | 2 ++ lib/mbuf/rte_mbuf.h | 2 ++