This series fixes a couple places where expressions that could not be evaluated as constant early in compiler passes were used. And then converts RTE_BUILD_BUG_ON() with static_assert.
Stephen Hemminger (3): event/opdl: fix non-constant compile time assertion net/sfc: fix non-constant expression inr RTE_BUILD_BUG_ON() eal: replace out of bounds VLA with static_assert drivers/event/opdl/opdl_ring.c | 5 ++++- drivers/net/sfc/sfc_ef100_tx.c | 7 +++++-- lib/eal/include/rte_common.h | 3 ++- 3 files changed, 11 insertions(+), 4 deletions(-) -- 2.39.2