Re: [dpdk-dev] [PATCH v2 1/2] drivers: replace RTE CIO barriers with RTE IO barriers

2020-09-14 Thread Honnappa Nagarahalli
> > Replace the deprecated rte_cio_[rw]mb barriers with rte_io_[rw]mb barriers. > > Signed-off-by: Phil Yang > Signed-off-by: Joyce Kong > Reviewed-by: Ruifeng Wang Looks good. Reviewed-by: Honnappa Nagarahalli > --- > drivers/common/mlx5/mlx5_common.h | 2 +- > drivers/cryp

[dpdk-dev] [PATCH v2 1/2] drivers: replace RTE CIO barriers with RTE IO barriers

2020-09-10 Thread Phil Yang
Replace the deprecated rte_cio_[rw]mb barriers with rte_io_[rw]mb barriers. Signed-off-by: Phil Yang Signed-off-by: Joyce Kong Reviewed-by: Ruifeng Wang --- drivers/common/mlx5/mlx5_common.h | 2 +- drivers/crypto/octeontx2/otx2_cryptodev_ops.c | 2 +- drivers/crypto/octeontx2/ot