numam-dpdk/drivers/event
Jerin Jacob 6ac67eb3b6 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.

Fixes: f10d322eff ("event/octeontx: support worker enqueue")
Cc: stable@dpdk.org

Signed-off-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>
Acked-by: Gage Eads <gage.eads@intel.com>
2017-06-21 15:33:23 +02:00
..
octeontx event/octeontx: fix missing enqueue SMP barrier 2017-06-21 15:33:23 +02:00
skeleton event/skeleton: advertise the burst mode capability 2017-06-21 15:33:23 +02:00
sw event/sw: advertise the burst mode capability 2017-06-21 15:33:23 +02:00
Makefile event/octeontx: add build and log infrastructure 2017-04-04 19:19:52 +02:00