DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] packet loss in usvhost dpdk interface
@ 2015-04-06 10:42 Srinivasreddy R
  2015-04-08 14:40 ` Xie, Huawei
  0 siblings, 1 reply; 3+ messages in thread
From: Srinivasreddy R @ 2015-04-06 10:42 UTC (permalink / raw)
  To: dev

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.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dpdk-dev] packet loss in usvhost dpdk interface
  2015-04-06 10:42 [dpdk-dev] packet loss in usvhost dpdk interface Srinivasreddy R
@ 2015-04-08 14:40 ` Xie, Huawei
  2015-04-09 19:37   ` Srinivasreddy R
  0 siblings, 1 reply; 3+ messages in thread
From: Xie, Huawei @ 2015-04-08 14:40 UTC (permalink / raw)
  To: Srinivasreddy R; +Cc: dev

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 processing the packets.
Could you refer to the retry mechanism in the vhost example?  search
enable_retry in switch_worker in examples/vhost/main.c.
>
> some one pls help me ,
> how can I avoid this loss .
>
> --------
> thanks
> srinivas.
>
>


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dpdk-dev] packet loss in usvhost dpdk interface
  2015-04-08 14:40 ` Xie, Huawei
@ 2015-04-09 19:37   ` Srinivasreddy R
  0 siblings, 0 replies; 3+ messages in thread
From: Srinivasreddy R @ 2015-04-09 19:37 UTC (permalink / raw)
  To: Xie, Huawei; +Cc: dev

thanks a lot .. great help .



On Wed, Apr 8, 2015 at 8:10 PM, Xie, Huawei <huawei.xie@intel.com> 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 full,
> > and my application should drop the packets .
> Maybe your virtio guest is slow in processing the packets.
> Could you refer to the retry mechanism in the vhost example?  search
> enable_retry in switch_worker in examples/vhost/main.c.
> >
> > some one pls help me ,
> > how can I avoid this loss .
> >
> > --------
> > thanks
> > srinivas.
> >
> >
>
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-04-09 19:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-06 10:42 [dpdk-dev] packet loss in usvhost dpdk interface Srinivasreddy R
2015-04-08 14:40 ` Xie, Huawei
2015-04-09 19:37   ` Srinivasreddy R

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).