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@dpdk.org Reporter: s.v.naga.haris...@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.