From: bugzilla@dpdk.org
To: dev@dpdk.org
Subject: [dpdk-dev] [Bug 277] eventdev sw rx adapter enqueue buffer may store packets indefinitely
Date: Tue, 07 May 2019 12:29:55 +0000 [thread overview]
Message-ID: <bug-277-3@http.bugs.dpdk.org/> (raw)
Message-ID: <20190507122955.WV71H0_5SPYaZbVZfyNDFCeCQ3iFJ3SkLXwUGzXQdpM@z> (raw)
https://bugs.dpdk.org/show_bug.cgi?id=277
Bug ID: 277
Summary: eventdev sw rx adapter enqueue buffer may store
packets indefinitely
Product: DPDK
Version: 19.05
Hardware: All
OS: All
Status: CONFIRMED
Severity: normal
Priority: Normal
Component: eventdev
Assignee: dev@dpdk.org
Reporter: matias.elo@nokia.com
Target Milestone: ---
The sw eventdev rx adapter has an internal enqueue buffer
'rx_adapter->event_enqueue_buffer', which stores packets received from the NIC
until at least BATCH_SIZE (=32) packets have been received before enqueueing
them to eventdev. If not enough packets (BATCH_SIZE) are received or the system
stops receiving new packets, existing packets stored in the enqueue buffer are
never passed to eventdev.
Situation like this occurs easily for example when performing validation
testing with predefined test packets. Additionally, if packet receive rate is
slow, this adds a considerable amount of extra delay.
--
You are receiving this mail because:
You are the assignee for the bug.
next reply other threads:[~2019-05-07 12:29 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-05-07 12:29 bugzilla [this message]
2019-05-07 12:29 ` bugzilla
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=bug-277-3@http.bugs.dpdk.org/ \
--to=bugzilla@dpdk.org \
--cc=dev@dpdk.org \
/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).