[dpdk-dev] packet loss in usvhost dpdk interface

2015-04-10 Thread Srinivasreddy R
thanks a lot .. great help . On Wed, Apr 8, 2015 at 8:10 PM, Xie, Huawei wrote: > On 4/6/2015 6:42 PM, Srinivasreddy R wrote: > > Hi, > > I have observed packet loss with usvhost dpdk interfaces even at a very > > small rate . > > This is because virtqueue [dev->virtqueue] is found to be fu

[dpdk-dev] packet loss in usvhost dpdk interface

2015-04-08 Thread Xie, Huawei
On 4/6/2015 6:42 PM, Srinivasreddy R wrote: > Hi, > I have observed packet loss with usvhost dpdk interfaces even at a very > small rate . > This is because virtqueue [dev->virtqueue] is found to be full, > and my application should drop the packets . Maybe your virtio guest is slow in processin

[dpdk-dev] packet loss in usvhost dpdk interface

2015-04-06 Thread Srinivasreddy R
Hi, I have observed packet loss with usvhost dpdk interfaces even at a very small rate . This is because virtqueue [dev->virtqueue] is found to be full, and my application should drop the packets . some one pls help me , how can I avoid this loss . thanks srinivas.