[PATCH v6 14/14] net/zxdh: optimize msg processing ops and modify some issues

Stephen Hemminger stephen at networkplumber.org
Tue Apr 8 15:34:08 CEST 2025


On Fri, 21 Mar 2025 15:32:00 +0800
Bingbin Chen <chen.bingbin at zte.com.cn> wrote:

> +
> +#define BUILD_BUG_ON(condition) do { \
> +	if (condition) \
> +		__builtin_unreachable(); \
> +	} while (0)
> +

This should be using static_assert() please send a follow up patch.


More information about the dev mailing list