Re: [dpdk-dev] [PATCH v7 1/7] bus/fslmc: fix the conflicting dmb function
On Fri, Sep 27, 2019 at 7:42 AM Gavin Hu wrote: > > There are two definitions conflicting each other, for more > details, refer to [1]. > > include/rte_atomic_64.h:19: error: "dmb" redefined [-Werror] > drivers/bus/fslmc/mc/fsl_mc_sys.h:36: note: this is the location of the > previous definition >
Re: [dpdk-dev] [PATCH v7 1/7] bus/fslmc: fix the conflicting dmb function
Acked-by: Hemant Agrawal