-----Original Message----- > Date: Tue, 13 Jun 2017 23:06:54 +0000 > From: "Eads, Gage" <gage.e...@intel.com> > To: Jerin Jacob <jerin.ja...@caviumnetworks.com>, "dev@dpdk.org" > <dev@dpdk.org> > CC: "hemant.agra...@nxp.com" <hemant.agra...@nxp.com>, "Van Haaren, Harry" > <harry.van.haa...@intel.com>, "sta...@dpdk.org" <sta...@dpdk.org> > Subject: RE: [dpdk-dev] [PATCH] event/octeontx: fix missing enqueue smp > barrier > > > > > -----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>
Applied to dpdk-next-eventdev/master. Thanks.