On 10/18/2024 12:42 AM, Joshua Washington wrote:
> Currently, a number of integer types are typedef'd to their
> corresponding upserspace or RTE values. This can be problematic if these
> types are already defined somewhere else, as it would cause type
> collisions. This patch changes the typedefs to #define macros which are
> only defined if the types are not defined already.
> 
> Fixes: c9ba2caf6302 ("net/gve/base: add OS-specific implementation")
> Fixes: abf1242fbb84 ("net/gve: add struct members and typedefs for DQO")
> Cc: [email protected]
> Cc: [email protected]
> 
> Signed-off-by: Joshua Washington <[email protected]>
> Suggested-by: David Marchand <[email protected]>
>

Thanks Joshua, probably better to get this fix directly to main for
-rc1, in patchwork assigned it to David.

Reply via email to