On Wed, Jan 15, 2025 at 05:13:22PM +0100, David Marchand wrote:
> Hello Andre,
>
> On Fri, Jan 10, 2025 at 11:17 PM Andre Muezerie
> wrote:
> >
> > MSVC struct packing is not compatible with GCC. Different alternatives
> > were considered:
> >
> > 1) Have a macro __RTE_PACKED(decl) to which the s
Hello Andre,
On Fri, Jan 10, 2025 at 11:17 PM Andre Muezerie
wrote:
>
> MSVC struct packing is not compatible with GCC. Different alternatives
> were considered:
>
> 1) Have a macro __RTE_PACKED(decl) to which the struct/union is passed
>and the macro would define the struct/union with the ap
On Fri, Jan 10, 2025 at 11:17 PM Andre Muezerie
wrote:
>
> MSVC struct packing is not compatible with GCC. Different alternatives
> were considered:
>
> 1) Have a macro __RTE_PACKED(decl) to which the struct/union is passed
>and the macro would define the struct/union with the appropriate
>
MSVC struct packing is not compatible with GCC. Different alternatives
were considered:
1) Have a macro __RTE_PACKED(decl) to which the struct/union is passed
and the macro would define the struct/union with the appropriate
packing attribute for the compiler in use.
Advantages:
* Can be pl
4 matches
Mail list logo