Re: [PATCH v6 01/23] mbuf: add accessors for rearm and Rx descriptor fields

2024-02-28 Thread Tyler Retzlaff
On Wed, Feb 28, 2024 at 09:28:22AM +0100, Morten Brørup wrote: > +To: Thomas, previously joined the discussion > > > From: Tyler Retzlaff [mailto:roret...@linux.microsoft.com] > > Sent: Tuesday, 27 February 2024 18.17 > > > > On Tue, Feb 27, 2024 at 10:10:03AM +0100, Morten Brørup wrote: > > > >

RE: [PATCH v6 01/23] mbuf: add accessors for rearm and Rx descriptor fields

2024-02-28 Thread Morten Brørup
+To: Thomas, previously joined the discussion > From: Tyler Retzlaff [mailto:roret...@linux.microsoft.com] > Sent: Tuesday, 27 February 2024 18.17 > > On Tue, Feb 27, 2024 at 10:10:03AM +0100, Morten Brørup wrote: > > > From: Tyler Retzlaff [mailto:roret...@linux.microsoft.com] > > > Sent: Tuesda

Re: [PATCH v6 01/23] mbuf: add accessors for rearm and Rx descriptor fields

2024-02-27 Thread Tyler Retzlaff
On Tue, Feb 27, 2024 at 10:10:03AM +0100, Morten Brørup wrote: > > From: Tyler Retzlaff [mailto:roret...@linux.microsoft.com] > > Sent: Tuesday, 27 February 2024 06.41 > > > > RTE_MARKER typedefs are a GCC extension unsupported by MSVC. Provide > > inline functions to access compatible type pointe

RE: [PATCH v6 01/23] mbuf: add accessors for rearm and Rx descriptor fields

2024-02-27 Thread Morten Brørup
> From: Tyler Retzlaff [mailto:roret...@linux.microsoft.com] > Sent: Tuesday, 27 February 2024 06.41 > > RTE_MARKER typedefs are a GCC extension unsupported by MSVC. Provide > inline functions to access compatible type pointer to rearm_data > and rx_descriptor_fields1 which will allow direct refer

[PATCH v6 01/23] mbuf: add accessors for rearm and Rx descriptor fields

2024-02-26 Thread Tyler Retzlaff
RTE_MARKER typedefs are a GCC extension unsupported by MSVC. Provide inline functions to access compatible type pointer to rearm_data and rx_descriptor_fields1 which will allow direct references on the rte marker fields to be removed. Signed-off-by: Tyler Retzlaff --- lib/mbuf/rte_mbuf.h |