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

2025-01-15 Thread Bruce Richardson
> > > > > > > > > > From: Andre Muezerie > > > > > > > To: andre...@linux.microsoft.com > > > > > > > Cc: dev@dpdk.org, step...@networkplumber.org > > > > > > > Subject: [PATCH v11 0/3] add diagnosti

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

2025-01-14 Thread Andre Muezerie
To: andre...@linux.microsoft.com > > > > > > Cc: dev@dpdk.org, step...@networkplumber.org > > > > > > Subject: [PATCH v11 0/3] add diagnostics macros to make code > > > > > > portable > > > > > > Date: Fri, 3 Jan 2025 07:36:48 -0

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

2025-01-08 Thread Bruce Richardson
> > > On Fri, 3 Jan 2025 07:36:48 -0800 > > > > Andre Muezerie wrote: > > > > > > > > > From: Andre Muezerie > > > > > To: andre...@linux.microsoft.com > > > > > Cc: dev@dpdk.org, step...@networkplumber.org > >

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

2025-01-07 Thread Andre Muezerie
wrote: > > > > > > > From: Andre Muezerie > > > > To: andre...@linux.microsoft.com > > > > Cc: dev@dpdk.org, step...@networkplumber.org > > > > Subject: [PATCH v11 0/3] add diagnostics macros to make code portable > > > > Date: Fr

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

2025-01-06 Thread Bruce Richardson
ux.microsoft.com > > > Cc: dev@dpdk.org, step...@networkplumber.org > > > Subject: [PATCH v11 0/3] add diagnostics macros to make code portable > > > Date: Fri, 3 Jan 2025 07:36:48 -0800 > > > X-Mailer: git-send-email 1.8.3.1 > > > > > > It was a c

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

2025-01-03 Thread Andre Muezerie
On Fri, Jan 03, 2025 at 11:24:02AM -0800, Stephen Hemminger wrote: > On Fri, 3 Jan 2025 07:36:48 -0800 > Andre Muezerie wrote: > > > From: Andre Muezerie > > To: andre...@linux.microsoft.com > > Cc: dev@dpdk.org, step...@networkplumber.org > > Subject: [PATC

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

2025-01-03 Thread Stephen Hemminger
On Fri, 3 Jan 2025 07:36:48 -0800 Andre Muezerie wrote: > From: Andre Muezerie > To: andre...@linux.microsoft.com > Cc: dev@dpdk.org, step...@networkplumber.org > Subject: [PATCH v11 0/3] add diagnostics macros to make code portable > Date: Fri, 3 Jan 2025 07:36:48 -0800 >

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

2025-01-03 Thread Andre Muezerie
It was a common pattern to have "GCC diagnostic ignored" pragmas sprinkled over the code and only activate these pragmas for certain compilers (gcc and clang). Clang supports GCC's pragma for compatibility with existing source code, so #pragma GCC diagnostic and #pragma clang diagnostic are synonym