On Wed, Jan 17, 2024 at 10:19:58AM -0800, Stephen Hemminger wrote: > Clang does not allow const variable in a static_assert > expression. > > Signed-off-by: Stephen Hemminger <step...@networkplumber.org> Acked-by: Bruce Richardson <bruce.richard...@intel.com>
- [PATCH v4 1/6] eal: introduce RTE_MIN_T() and RTE_MAX_T... Stephen Hemminger
- RE: [PATCH v4 1/6] eal: introduce RTE_MIN_T() and ... Konstantin Ananyev
- Re: [PATCH v4 1/6] eal: introduce RTE_MIN_T() and ... Andrew Rybchenko
- Re: [PATCH v4 1/6] eal: introduce RTE_MIN_T() and ... Tyler Retzlaff
- Re: [PATCH v4 1/6] eal: introduce RTE_MIN_T() ... Stephen Hemminger
- [PATCH v4 2/6] event/opdl: fix non-constant compile tim... Stephen Hemminger
- Re: [PATCH v4 2/6] event/opdl: fix non-constant co... Andrew Rybchenko
- [PATCH v4 3/6] net/sfc: fix non-constant expression in ... Stephen Hemminger
- Re: [PATCH v4 3/6] net/sfc: fix non-constant expre... Andrew Rybchenko
- [PATCH v4 4/6] net/i40e: avoid using const variable in ... Stephen Hemminger
- Re: [PATCH v4 4/6] net/i40e: avoid using const var... Bruce Richardson
- RE: [PATCH v4 4/6] net/i40e: avoid using const var... Konstantin Ananyev
- [PATCH v4 5/6] mempool: avoid floating point expression... Stephen Hemminger
- RE: [PATCH v4 5/6] mempool: avoid floating point e... Morten Brørup
- Re: [PATCH v4 5/6] mempool: avoid floating poi... Andrew Rybchenko
- RE: [PATCH v4 5/6] mempool: avoid floating point e... Konstantin Ananyev
- [PATCH v4 6/6] eal: replace out of bounds VLA with stat... Stephen Hemminger