> -----Original Message----- > From: Jerin Jacob [mailto:jerin.ja...@caviumnetworks.com] > Sent: Friday, June 9, 2017 8:16 AM > To: dev@dpdk.org > Cc: hemant.agra...@nxp.com; Eads, Gage <gage.e...@intel.com>; Van > Haaren, Harry <harry.van.haa...@intel.com>; Jerin Jacob > <jerin.ja...@caviumnetworks.com>; sta...@dpdk.org > Subject: [dpdk-dev] [PATCH] event/octeontx: fix missing enqueue smp barrier > > Typically RTE_EVENT_OP_NEW issued by the producer lcore. To reflect the > write changes issued by the producer lcore on worker lcore, an SMP write > barrier is required on producer enqueue. Fixing the missing > rte_smp_wmb() on enqueue with RTE_EVENT_OP_NEW. > > CC: sta...@dpdk.org > Fixes: f10d322eff76 ("event/octeontx: support worker enqueue") > > Signed-off-by: Jerin Jacob <jerin.ja...@caviumnetworks.com>
Acked-by: Gage Eads <gage.e...@intel.com>