Re: [dpdk-dev] [RFC 06/15] eventdev: use new API for inline functions
From: David Marchand <hidden>
Date: 2021-08-30 14:46:30
Hello Pavan, On Mon, Aug 23, 2021 at 9:41 PM [off-list ref] wrote:
From: Pavan Nikhilesh <redacted> Use new driver interface for the fastpath enqueue/dequeue inline functions. Signed-off-by: Pavan Nikhilesh <redacted> --- lib/eventdev/rte_event_crypto_adapter.h | 13 +----- lib/eventdev/rte_event_eth_tx_adapter.h | 22 ++------- lib/eventdev/rte_eventdev.h | 61 +++++++------------------ 3 files changed, 22 insertions(+), 74 deletions(-)
I sent this series in a branch of mine, and ran it per commit in GHA. It caught a UT failure on this patch: https://github.com/david-marchand/dpdk/runs/3408921022?check_suite_focus=true
--- stdout ---RTE>>event_eth_tx_adapter_autotest + ------------------------------------------------------- + + Test Suite : tx event eth adapter test suite Port 0 MAC: 00 00 00 00 00 00 Port 1 MAC: 00 00 00 00 00 00 Failed to find a valid event device, testing with event_sw0 device + ------------------------------------------------------- + + TestCase [ 0] : tx_adapter_create_free succeeded + TestCase [ 1] : tx_adapter_queue_add_del succeeded + TestCase [ 2] : tx_adapter_start_stop succeeded + TestCase [ 3] : tx_adapter_service failed + TestCase [ 4] : tx_adapter_dynamic_device failed + ------------------------------------------------------- + + Test Suite Summary : tx event eth adapter test suite + ------------------------------------------------------- + + Tests Total : 5 + Tests Skipped : 0 + Tests Executed : 5 + Tests Unsupported: 0 + Tests Passed : 3 + Tests Failed : 2 + ------------------------------------------------------- + Test Failed Can you double check? Thanks. -- David Marchand