Re: [dpdk-dev] [PATCH v1 00/12] use compiler atomic builtins for app

2021-10-20 Thread Joyce Kong
; jer...@marvell.com; declan.dohe...@intel.com; ciara.po...@intel.com; > xiaoyun...@intel.com; nicolas.chau...@intel.com; > maryam.tah...@intel.com; reshma.pat...@intel.com; > cristian.dumitre...@intel.com > Cc: dev@dpdk.org; nd > Subject: [dpdk-dev] [PATCH v1 00/12] use compiler atom

[dpdk-dev] [PATCH v1 00/12] use compiler atomic builtins for app

2021-08-02 Thread Joyce Kong
Since atomic operations have been adopted in DPDK now[1], change rte_atomicNN_xxx APIs to compiler's atomic built-ins in app module[2]. [1] https://www.dpdk.org/blog/2021/03/26/dpdk-adopts-the-c11-memory-model/ [2] https://doc.dpdk.org/guides/rel_notes/deprecation.html Joyce Kong (12): test/pmd