Re: [PATCH v3] RFC deprecate RTE_MARKER in struct rte_mbuf

2024-02-25 Thread Stephen Hemminger
On Tue, 13 Feb 2024 15:33:28 -0800 Tyler Retzlaff wrote: > Here is the latest iteration of the proposed change to allow struct rte_mbuf > to be consumed by MSVC. > > * Introduce an internal __rte_marker macro conditionally expanded for MSVC > vs existing users of the struct. At some point we c

RE: [PATCH v3] RFC deprecate RTE_MARKER in struct rte_mbuf

2024-02-14 Thread Morten Brørup
> From: Tyler Retzlaff [mailto:roret...@linux.microsoft.com] > Sent: Wednesday, 14 February 2024 00.33 > > Here is the latest iteration of the proposed change to allow struct > rte_mbuf > to be consumed by MSVC. > > * Introduce an internal __rte_marker macro conditionally expanded for > MSVC >

[PATCH v3] RFC deprecate RTE_MARKER in struct rte_mbuf

2024-02-13 Thread Tyler Retzlaff
Here is the latest iteration of the proposed change to allow struct rte_mbuf to be consumed by MSVC. * Introduce an internal __rte_marker macro conditionally expanded for MSVC vs existing users of the struct. At some point we can uncomment __rte_deprecated to assist migration away from the cu