* [dpdk-dev] [Bug 277] eventdev sw rx adapter enqueue buffer may store packets indefinitely
@ 2019-05-07 12:29 bugzilla
2019-05-07 12:29 ` bugzilla
0 siblings, 1 reply; 2+ messages in thread
From: bugzilla @ 2019-05-07 12:29 UTC (permalink / raw)
To: dev
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.
^ permalink raw reply [flat|nested] 2+ messages in thread
* [dpdk-dev] [Bug 277] eventdev sw rx adapter enqueue buffer may store packets indefinitely
2019-05-07 12:29 [dpdk-dev] [Bug 277] eventdev sw rx adapter enqueue buffer may store packets indefinitely bugzilla
@ 2019-05-07 12:29 ` bugzilla
0 siblings, 0 replies; 2+ messages in thread
From: bugzilla @ 2019-05-07 12:29 UTC (permalink / raw)
To: dev
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.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-05-07 12:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-07 12:29 [dpdk-dev] [Bug 277] eventdev sw rx adapter enqueue buffer may store packets indefinitely bugzilla
2019-05-07 12:29 ` bugzilla
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).