[dpdk-dev] [PATCH] vhost: remove lockless enqueue to the virtio ring

2016-03-16 Thread Yuanhan Liu
On Wed, Mar 16, 2016 at 08:20:37AM +, Xie, Huawei wrote: > On 3/15/2016 7:14 AM, Thomas Monjalon wrote: > > 2016-01-05 07:16, Xie, Huawei: > >> On 1/5/2016 2:42 PM, Xie, Huawei wrote: > >>> This patch removes the internal lockless enqueue implmentation. > >>> DPDK doesn't support receiving/tran

[dpdk-dev] [PATCH] vhost: remove lockless enqueue to the virtio ring

2016-03-16 Thread Xie, Huawei
On 3/15/2016 7:14 AM, Thomas Monjalon wrote: > 2016-01-05 07:16, Xie, Huawei: >> On 1/5/2016 2:42 PM, Xie, Huawei wrote: >>> This patch removes the internal lockless enqueue implmentation. >>> DPDK doesn't support receiving/transmitting packets from/to the same >>> queue. Vhost PMD wraps vhost devi

[dpdk-dev] [PATCH] vhost: remove lockless enqueue to the virtio ring

2016-03-15 Thread Thomas Monjalon
2016-01-05 07:16, Xie, Huawei: > On 1/5/2016 2:42 PM, Xie, Huawei wrote: > > This patch removes the internal lockless enqueue implmentation. > > DPDK doesn't support receiving/transmitting packets from/to the same > > queue. Vhost PMD wraps vhost device as normal DPDK port. DPDK > > applications no

[dpdk-dev] [PATCH] vhost: remove lockless enqueue to the virtio ring

2016-01-20 Thread Xie, Huawei
ment to this patch? > > -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Xie, Huawei > Sent: Tuesday, January 19, 2016 8:44 AM > To: Tan, Jianfeng; dev at dpdk.org > Cc: ann.zhuangyanying at huawei.com > Subject: Re: [dpdk-dev] [PATCH]

[dpdk-dev] [PATCH] vhost: remove lockless enqueue to the virtio ring

2016-01-20 Thread Tan, Jianfeng
Hi Huawei, On 1/4/2016 10:46 PM, Huawei Xie wrote: > This patch removes the internal lockless enqueue implmentation. > DPDK doesn't support receiving/transmitting packets from/to the same > queue. Vhost PMD wraps vhost device as normal DPDK port. DPDK > applications normally have their own lock im

[dpdk-dev] [PATCH] vhost: remove lockless enqueue to the virtio ring

2016-01-19 Thread Polehn, Mike A
huawei.com Subject: Re: [dpdk-dev] [PATCH] vhost: remove lockless enqueue to the virtio ring On 1/20/2016 12:25 AM, Tan, Jianfeng wrote: > Hi Huawei, > > On 1/4/2016 10:46 PM, Huawei Xie wrote: >> This patch removes the internal lockless enqueue implmentation. >> DPDK doesn't supp

[dpdk-dev] [PATCH] vhost: remove lockless enqueue to the virtio ring

2016-01-19 Thread Xie, Huawei
On 1/20/2016 12:25 AM, Tan, Jianfeng wrote: > Hi Huawei, > > On 1/4/2016 10:46 PM, Huawei Xie wrote: >> This patch removes the internal lockless enqueue implmentation. >> DPDK doesn't support receiving/transmitting packets from/to the same >> queue. Vhost PMD wraps vhost device as normal DPDK port.

[dpdk-dev] [PATCH] vhost: remove lockless enqueue to the virtio ring

2016-01-05 Thread Xie, Huawei
On 1/5/2016 2:42 PM, Xie, Huawei wrote: > This patch removes the internal lockless enqueue implmentation. > DPDK doesn't support receiving/transmitting packets from/to the same > queue. Vhost PMD wraps vhost device as normal DPDK port. DPDK > applications normally have their own lock implmentation

[dpdk-dev] [PATCH] vhost: remove lockless enqueue to the virtio ring

2016-01-04 Thread Huawei Xie
This patch removes the internal lockless enqueue implmentation. DPDK doesn't support receiving/transmitting packets from/to the same queue. Vhost PMD wraps vhost device as normal DPDK port. DPDK applications normally have their own lock implmentation when enqueue packets to the same queue of a port