RE: [PATCH v1 07/12] app/eventdev: use compiler atomic builtins for packets sync

2021-11-10 Thread Joyce Kong
> > > > Subject: [PATCH v1 07/12] app/eventdev: use compiler atomic builtins > > for packets sync > How about the following: > app/eventdev: use compiler atomic builtins for shared data synchronization > Yes, please see next version. > > > > Convert rte_atomic usages to compiler atomic built-i

RE: [PATCH v1 07/12] app/eventdev: use compiler atomic builtins for packets sync

2021-11-10 Thread Honnappa Nagarahalli
> Subject: [PATCH v1 07/12] app/eventdev: use compiler atomic builtins for > packets sync How about the following: app/eventdev: use compiler atomic builtins for shared data synchronization > > Convert rte_atomic usages to compiler atomic built-ins for outstanding_pkts > sync in eventdev cases.