Re: [dpdk-dev] [PATCH v1 7/8] vhost: replace smp with thread fence for packed vring

2021-01-07 Thread Maxime Coquelin
On 12/21/20 4:50 PM, Joyce Kong wrote: > Simply relace smp barriers with atomic thread fence for > virtio packed vring. > > Signed-off-by: Joyce Kong > Reviewed-by: Ruifeng Wang > --- > lib/librte_vhost/virtio_net.c | 9 + > 1 file changed, 5 insertions(+), 4 deletions(-) > Reviewe

[dpdk-dev] [PATCH v1 7/8] vhost: replace smp with thread fence for packed vring

2020-12-21 Thread Joyce Kong
Simply relace smp barriers with atomic thread fence for virtio packed vring. Signed-off-by: Joyce Kong Reviewed-by: Ruifeng Wang --- lib/librte_vhost/virtio_net.c | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/lib/librte_vhost/virtio_net.c b/lib/librte_vhost/virtio