Re: [dpdk-dev] [PATCH v7 0/8] add Nitrox crypto device support

2019-10-04 Thread Akhil Goyal
> > Add the Nitrox PMD to support Nitrox crypto device. > --- > v7: > * Removed rte_wmb() and rte_rmb() usage in all places. > * Added rte_smp_wmb() before pending count update in enqueue > operation and rte_smp_rmb() before reading softreq from > pending queue. > * Added rte_io_wmb() before

[dpdk-dev] [PATCH v7 0/8] add Nitrox crypto device support

2019-09-30 Thread Nagadheeraj Rottela
Add the Nitrox PMD to support Nitrox crypto device. --- v7: * Removed rte_wmb() and rte_rmb() usage in all places. * Added rte_smp_wmb() before pending count update in enqueue operation and rte_smp_rmb() before reading softreq from pending queue. * Added rte_io_wmb() before the ring doorbell to