Re: [PATCH v2 0/4] Enhance headers check

2024-10-16 Thread David Marchand
On Wed, Oct 16, 2024 at 1:38 PM David Marchand wrote: > > We currently check that exported headers are fine with > -DALLOW_EXPERIMENTAL_API and -DALLOW_INTERNAL_API. > > Such a check won't catch issues like the one fixed in patch 1, where OVS > compilation is broken by the additional of experiment

[PATCH v2 0/4] Enhance headers check

2024-10-16 Thread David Marchand
We currently check that exported headers are fine with -DALLOW_EXPERIMENTAL_API and -DALLOW_INTERNAL_API. Such a check won't catch issues like the one fixed in patch 1, where OVS compilation is broken by the additional of experimental API in a header commonly included in other parts of DPDK. Idea