RE: [PATCH v2 1/7] eal: add queue macro extensions from FreeBSD

2025-03-13 Thread Morten Brørup
> From: Thomas Monjalon [mailto:tho...@monjalon.net] > > 13/03/2025 09:56, Bruce Richardson: > > On Thu, Mar 13, 2025 at 09:00:09AM +0100, Morten Brørup wrote: > > > > From: Stephen Hemminger [mailto:step...@networkplumber.org] > > > > Sent: Thursday, 13 March 2025 00.02 > > > > > > > > On Wed, 19

Re: [PATCH v2 1/7] eal: add queue macro extensions from FreeBSD

2025-03-13 Thread Stephen Hemminger
On Thu, 13 Mar 2025 17:40:26 +0100 Morten Brørup wrote: > > From: Stephen Hemminger [mailto:step...@networkplumber.org] > > Sent: Thursday, 13 March 2025 17.25 > > > > On Thu, 13 Mar 2025 15:41:33 +0100 > > Morten Brørup wrote: > > > > > > From: Thomas Monjalon [mailto:tho...@monjalon.net] >

RE: [PATCH v2 1/7] eal: add queue macro extensions from FreeBSD

2025-03-13 Thread Morten Brørup
> From: Stephen Hemminger [mailto:step...@networkplumber.org] > Sent: Thursday, 13 March 2025 17.25 > > On Thu, 13 Mar 2025 15:41:33 +0100 > Morten Brørup wrote: > > > > From: Thomas Monjalon [mailto:tho...@monjalon.net] > > > > > > 13/03/2025 09:56, Bruce Richardson: > > > > On Thu, Mar 13, 202

Re: [PATCH v2 1/7] eal: add queue macro extensions from FreeBSD

2025-03-13 Thread Stephen Hemminger
On Thu, 13 Mar 2025 15:41:33 +0100 Morten Brørup wrote: > > From: Thomas Monjalon [mailto:tho...@monjalon.net] > > > > 13/03/2025 09:56, Bruce Richardson: > > > On Thu, Mar 13, 2025 at 09:00:09AM +0100, Morten Brørup wrote: > > > > > From: Stephen Hemminger [mailto:step...@networkplumber.org

Re: [PATCH v2 1/7] eal: add queue macro extensions from FreeBSD

2025-03-13 Thread Thomas Monjalon
13/03/2025 09:56, Bruce Richardson: > On Thu, Mar 13, 2025 at 09:00:09AM +0100, Morten Brørup wrote: > > > From: Stephen Hemminger [mailto:step...@networkplumber.org] > > > Sent: Thursday, 13 March 2025 00.02 > > > > > > On Wed, 19 Feb 2025 15:55:17 +0100 > > > Thomas Monjalon wrote: > > > > > >

Re: [PATCH v2 1/7] eal: add queue macro extensions from FreeBSD

2025-03-13 Thread Bruce Richardson
On Thu, Mar 13, 2025 at 09:00:09AM +0100, Morten Brørup wrote: > > From: Stephen Hemminger [mailto:step...@networkplumber.org] > > Sent: Thursday, 13 March 2025 00.02 > > > > On Wed, 19 Feb 2025 15:55:17 +0100 > > Thomas Monjalon wrote: > > > > > 14/02/2025 18:20, Stephen Hemminger: > > > > The

RE: [PATCH v2 1/7] eal: add queue macro extensions from FreeBSD

2025-03-13 Thread Morten Brørup
> From: Stephen Hemminger [mailto:step...@networkplumber.org] > Sent: Thursday, 13 March 2025 00.02 > > On Wed, 19 Feb 2025 15:55:17 +0100 > Thomas Monjalon wrote: > > > 14/02/2025 18:20, Stephen Hemminger: > > > The Linux version of sys/queue.h is frozen at an older version > > > and is missing

Re: [PATCH v2 1/7] eal: add queue macro extensions from FreeBSD

2025-03-12 Thread Stephen Hemminger
On Wed, 19 Feb 2025 15:55:17 +0100 Thomas Monjalon wrote: > 14/02/2025 18:20, Stephen Hemminger: > > The Linux version of sys/queue.h is frozen at an older version > > and is missing the _SAFE macro variants. Several drivers started > > introducing the own workarounds for this. Should be handled

Re: [PATCH v2 1/7] eal: add queue macro extensions from FreeBSD

2025-02-22 Thread Thomas Monjalon
22/02/2025 00:05, Stephen Hemminger: > On Wed, 19 Feb 2025 15:55:17 +0100 > Thomas Monjalon wrote: > > > 14/02/2025 18:20, Stephen Hemminger: > > > The Linux version of sys/queue.h is frozen at an older version > > > and is missing the _SAFE macro variants. Several drivers started > > > introduci

Re: [PATCH v2 1/7] eal: add queue macro extensions from FreeBSD

2025-02-21 Thread Stephen Hemminger
On Wed, 19 Feb 2025 15:55:17 +0100 Thomas Monjalon wrote: > 14/02/2025 18:20, Stephen Hemminger: > > The Linux version of sys/queue.h is frozen at an older version > > and is missing the _SAFE macro variants. Several drivers started > > introducing the own workarounds for this. Should be handled

Re: [PATCH v2 1/7] eal: add queue macro extensions from FreeBSD

2025-02-19 Thread Thomas Monjalon
14/02/2025 18:20, Stephen Hemminger: > The Linux version of sys/queue.h is frozen at an older version > and is missing the _SAFE macro variants. Several drivers started > introducing the own workarounds for this. Should be handled in EAL. > > Signed-off-by: Stephen Hemminger We may want to unify

[PATCH v2 1/7] eal: add queue macro extensions from FreeBSD

2025-02-14 Thread Stephen Hemminger
The Linux version of sys/queue.h is frozen at an older version and is missing the _SAFE macro variants. Several drivers started introducing the own workarounds for this. Should be handled in EAL. Signed-off-by: Stephen Hemminger --- lib/eal/include/meson.build | 3 +- lib/eal/include/rte_queue