Re: [dpdk-dev] [PATCH] bus/vmbus: use SMP memory barrier for signaling read

2020-07-29 Thread Thomas Monjalon
17/07/2020 22:18, Long Li: > From: Long Li > > rte_smp_mb() uses the same locked ADD as the in-kernel vmbus driver, > and it has slightly performance improvement over rte_mb(). > > Signed-off-by: Long Li Applied, thanks

[dpdk-dev] [PATCH] bus/vmbus: use SMP memory barrier for signaling read

2020-07-17 Thread Long Li
From: Long Li rte_smp_mb() uses the same locked ADD as the in-kernel vmbus driver, and it has slightly performance improvement over rte_mb(). Signed-off-by: Long Li --- drivers/bus/vmbus/vmbus_channel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/bus/vmbus/vmbus