Re: [dpdk-dev] [PATCH v6 0/7] use WFE for aarch64

2019-09-26 Thread Gavin Hu (Arm Technology China)
> > There is checkpatch failure. > ### eal: add the APIs to wait until equal > > WARNING:LONG_LINE_COMMENT: line over 80 characters > #123: FILE: lib/librte_eal/common/include/generic/rte_pause.h:29: > + * Wait for *addr to be updated with a 16-bit expected value, with a > relaxed memory > > Wit

Re: [dpdk-dev] [PATCH v6 0/7] use WFE for aarch64

2019-09-26 Thread Jerin Jacob
On Sat, Sep 14, 2019 at 8:30 PM Gavin Hu wrote: > > V6: > - squash the RTE_ARM_USE_WFE configuration entry patch into the new API patch > - move the new configuration to the end of EAL > - add doxygen comments to reflect the relaxed and acquire semantics > - correct the meson configuration > V5: >

[dpdk-dev] [PATCH v6 0/7] use WFE for aarch64

2019-09-14 Thread Gavin Hu
V6: - squash the RTE_ARM_USE_WFE configuration entry patch into the new API patch - move the new configuration to the end of EAL - add doxygen comments to reflect the relaxed and acquire semantics - correct the meson configuration V5: - add doxygen comments for the new APIs - spinlock early exit w