On Wed, Mar 6, 2024 at 11:14 PM Tyler Retzlaff <roret...@linux.microsoft.com> wrote: > > Clean up direct uses of GCC __attribute__((__pure__)) and > __attribute__((__may_alias__)). A checkpatch check already warns for > new additions. > > Tyler Retzlaff (5): > eal: add rte pure attribute macro > lpm: use rte macro instead of GCC attribute > rcu: use rte macro instead of GCC attribute > app/test: use rte macro instead of GCC attribute > net/cxgbe: use rte macro instead of GCC attribute >
As explained in response to patch 5, I did not apply the last patch for now. Patch 1-4 applied, thanks for the cleanup Tyler. -- David Marchand