DPDK patches and discussions
 help / color / mirror / Atom feed
From: "Mattias Rönnblom" <mattias.ronnblom@ericsson.com>
To: Venky Venkatesh <vvenkatesh@paloaltonetworks.com>,
	"dev@dpdk.org" <dev@dpdk.org>
Subject: Re: [dpdk-dev] DSW eventdev is getting "stuck"?
Date: Wed, 3 Apr 2019 21:02:20 +0200	[thread overview]
Message-ID: <2fd8bee9-a375-95b7-eb96-eef8b59e531d@ericsson.com> (raw)
Message-ID: <20190403190220.Zw917qXEMAWfWtfyELclf4pQkvNTK6S74Uaqr3AneHY@z> (raw)
In-Reply-To: <3B32DEF7-8563-4BB5-BB01-0BFE29277B37@paloaltonetworks.com>

On 2019-04-03 20:36, Venky Venkatesh wrote:
> 
> 
> On 4/3/19, 11:34 AM, "Mattias Rönnblom" <mattias.ronnblom@ericsson.com> wrote:
> 
>      On 2019-04-03 20:17, Venky Venkatesh wrote:
>      > Hi,
>      > I am using the DSW code from 18.11 with the default settings for all the #defines. Here are some more details:
>      > I have an 8 port system with 1 queue.
>      > All ports can inject events. Port 0 and 7 inject events rarely.
>      > Ports 1-6 are linked to the queue and hence dequeue events.
>      >
>      > I see that in steady state the total number enqueues into the system is much greater than the total number of dequeues.
>      > eventdev deq#: 1948491 enq#: 1949007
>      >
>      
>      If you have more enqueues than dequeues, it means there are events in
>      flight in the scheduler. In the above case, it's roughly 516 events,
>      which sounds perfectly healthy and normal. I say roughly, because
>      there's no way to take a consistent, global snapshot of all xstats counters.
> 
> [VV]: This is in steady state i.e. there are no more events being injected into the system. So shouldn’t everything get drained out at some point?
>      

Assuming appropriate application behavior, sure, of course.

Events in flight are either in the output buffer on the producer port, 
or the input ring on the consumer.

Inappropriate behavior would be if any port (producer, consumer or 
producer+consumer) is left unattended (i.e. no enqueue or dequeue 
operation is performed).

  parent reply	other threads:[~2019-04-03 19:02 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-03 18:17 Venky Venkatesh
2019-04-03 18:17 ` Venky Venkatesh
2019-04-03 18:33 ` Mattias Rönnblom
2019-04-03 18:33   ` Mattias Rönnblom
2019-04-03 18:36   ` Venky Venkatesh
2019-04-03 18:36     ` Venky Venkatesh
2019-04-03 19:02     ` Mattias Rönnblom [this message]
2019-04-03 19:02       ` Mattias Rönnblom
2019-04-04  5:39       ` Venky Venkatesh
2019-04-04  5:39         ` Venky Venkatesh
2019-04-04  7:39         ` Mattias Rönnblom
2019-04-04  7:39           ` Mattias Rönnblom
2019-04-04 18:13           ` Venky Venkatesh
2019-04-04 18:13             ` Venky Venkatesh
2019-04-04 19:29             ` Mattias Rönnblom
2019-04-04 19:29               ` Mattias Rönnblom

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2fd8bee9-a375-95b7-eb96-eef8b59e531d@ericsson.com \
    --to=mattias.ronnblom@ericsson.com \
    --cc=dev@dpdk.org \
    --cc=vvenkatesh@paloaltonetworks.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).