[0/3] use rte macros instead of GCC __attribute

Message ID 1709075273-6885-1-git-send-email-roretzla@linux.microsoft.com (mailing list archive)
Headers
Series use rte macros instead of GCC __attribute |

Message

Tyler Retzlaff Feb. 27, 2024, 11:07 p.m. UTC
  Clean up direct uses of GCC __attribute__ in libs outside of EAL. A
checkpatch check already warns for new additions.

Tyler Retzlaff (3):
  eal: add rte pure attribute macro
  lpm: use rte macro instead of GCC attribute
  rcu: use rte macro instead of GCC attribute

 lib/eal/include/rte_common.h | 9 +++++++++
 lib/lpm/rte_lpm.c            | 4 ++--
 lib/lpm/rte_lpm6.c           | 2 +-
 lib/rcu/rcu_qsbr_pvt.h       | 2 +-
 4 files changed, 13 insertions(+), 4 deletions(-)