All of lore.kernel.org
 help / color / mirror / Atom feed
* [dpdk-dev] [Bug 277] eventdev sw rx adapter enqueue buffer may store packets indefinitely
@ 2019-05-07 12:29 bugzilla
  0 siblings, 0 replies; only message 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] only message in thread

only message in thread, other threads:[~2019-05-07 12:29 UTC | newest]

Thread overview: (only message) (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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.