[dpdk-dev] [Bug 834] eventdev/eth_rx: callback not invoked in vector timeout case
bugzilla at dpdk.org
bugzilla at dpdk.org
Mon Oct 25 09:08:06 CEST 2021
https://bugs.dpdk.org/show_bug.cgi?id=834
Bug ID: 834
Summary: eventdev/eth_rx: callback not invoked in vector
timeout case
Product: DPDK
Version: 21.08
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: major
Priority: Normal
Component: eventdev
Assignee: dev at dpdk.org
Reporter: s.v.naga.harish.k at intel.com
Target Milestone: ---
Hi all,
In Rx_adapter,
the pending events vectors are checked in the service function for timeout
case. Incase of timeout, the event is made ready by removing the event vector
from the pending vector list and updating event buffer count in
rxa_vector_expire function.
The rx_adapter registered callback function is not invoked inside
rxa_vector_expire function for these timeout vectors.
The expected behavior is that, the callback function need to be invoked for all
successful enqueued packets to event buffer.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the dev
mailing list