Re: [PATCH v16 0/3] add diagnostics macros to make code portable

2025-01-29 Thread Andre Muezerie
On Wed, Jan 29, 2025 at 03:16:51PM +0100, David Marchand wrote: > On Wed, Jan 29, 2025 at 2:26 PM David Marchand > wrote: > > > > On Tue, Jan 21, 2025 at 11:36 PM Andre Muezerie > > wrote: > > > > > > v16: > > > * Updated comment for RTE_CAST_PTR. > > > > > > v15: > > > * Fixed a comment in rte

Re: [PATCH v16 0/3] add diagnostics macros to make code portable

2025-01-29 Thread David Marchand
On Wed, Jan 29, 2025 at 2:26 PM David Marchand wrote: > > On Tue, Jan 21, 2025 at 11:36 PM Andre Muezerie > wrote: > > > > v16: > > * Updated comment for RTE_CAST_PTR. > > > > v15: > > * Fixed a comment in rte_common.h to make Doxygen happy. > > * Fixed a typo (extra comma). > > * Added missi

Re: [PATCH v16 0/3] add diagnostics macros to make code portable

2025-01-29 Thread David Marchand
On Tue, Jan 21, 2025 at 11:36 PM Andre Muezerie wrote: > > v16: > * Updated comment for RTE_CAST_PTR. > > v15: > * Fixed a comment in rte_common.h to make Doxygen happy. > * Fixed a typo (extra comma). > * Added missing RTE_PTR_UNQUAL needed for ARM64. > > v14: > * Renamed RTE_PTR_DROP_QUALIF

[PATCH v16 0/3] add diagnostics macros to make code portable

2025-01-21 Thread Andre Muezerie
v16: * Updated comment for RTE_CAST_PTR. v15: * Fixed a comment in rte_common.h to make Doxygen happy. * Fixed a typo (extra comma). * Added missing RTE_PTR_UNQUAL needed for ARM64. v14: * Renamed RTE_PTR_DROP_QUALIFIERS into RTE_PTR_UNQUAL to more resemble C23 typeof_unqual. * Added mac