On Tue, Feb 15, 2022 at 03:00:56PM -0800, Stephen Hemminger wrote: > Yet another case of applying Linux kernel best practices > to DPDK. Flexible arrays are supported by Clang, GCC and > Microsoft compilers (part of C99). > Do we need to start explicitly stating that DPDK uses C99 features, and adding -std=c99 to our build flags? Are we also requiring that applications are compiled with c99 features to use this (I would hope that they are, but I'm not sure we can mandate it).
- [RFC 0/2] Eliminate zero length arrays in DPDK Stephen Hemminger
- [RFC 1/2] devtools: add script to check for zero le... Stephen Hemminger
- [RFC 2/2] treewide: replace zero-length array with ... Stephen Hemminger
- RE: [RFC 0/2] Eliminate zero length arrays in DPDK Morten Brørup
- Re: [RFC 0/2] Eliminate zero length arrays in DPDK Bruce Richardson
- RE: [RFC 0/2] Eliminate zero length arrays in D... Morten Brørup
- Re: [RFC 0/2] Eliminate zero length arrays ... Bruce Richardson
- Re: [RFC 0/2] Eliminate zero length arr... Tyler Retzlaff
- RE: [RFC 0/2] Eliminate zero lengt... Morten Brørup
- Re: [RFC 0/2] Eliminate zero l... Stephen Hemminger
- Re: [RFC 0/2] Eliminate zero length arrays in D... Stephen Hemminger
- Re: [RFC 0/2] Eliminate zero length arrays in DPDK Tyler Retzlaff
- RE: [RFC 0/2] Eliminate zero length arrays in DPDK Morten Brørup
- Re: [RFC 0/2] Eliminate zero length arrays in D... Tyler Retzlaff