Test-Label: intel-Testing Test-Status: FAILURE _Testing issues_ DPDK git repo: dpdk-next-net-mrvl commit 24423428ef6139c12e5ebdb15bac04e051331c4c Author: Vamsi Attunuru Date: Mon Jul 14 11:28:49 2025 +0530 net/octeon_ep: fix device start routine Currently the device start routine clears the TX doorbell and updates RX doorbell, which causes the device start operation to fail after a device stop. Patch corrects the handling of RX & TX doorbell and ensures that any pending packets in the RX queue are drained and gets refilled before starting the device. Fixes: 2c82554c98bd ("net/octeontx_ep: add device start and stop") Cc: stable@dpdk.org Signed-off-by: Vamsi Attunuru Testing Summary : 12 Case Done, 10 Successful, 2 Failures TestPlan: pf_smoke: http://git.dpdk.org/tools/dts/tree/test_plans/pf_smoke_test_plan.rst vf_smoke: http://git.dpdk.org/tools/dts/tree/test_plans/vf_smoke_test_plan.rst virtio_smoke: http://git.dpdk.org/tools/dts/tree/test_plans/virtio_smoke_test_plan.rst TestSuite: pf_smoke: http://git.dpdk.org/tools/dts/tree/tests/TestSuite_pf_smoke.py vf_smoke: http://git.dpdk.org/tools/dts/tree/tests/TestSuite_vf_smoke.py virtio_smoke: http://git.dpdk.org/tools/dts/tree/tests/TestSuite_virtio_smoke.py OS : Ubuntu 22.04.5 LTS Kernel : 6.8.0-40-generic GCC : 11.4.0-1ubuntu1~22.04.2 NIC : Ethernet Controller E810-C for SFP Target : x86_64-native-linuxapp-gcc Test result details: +---------+---------------------+-------+ | suite | case | status| +---------+---------------------+-------+ | pf_smoke| test_pf_jumbo_frames| passed| | pf_smoke| test_pf_rss | FAILED| | pf_smoke| test_pf_tx_rx_queue | FAILED| +---------+---------------------+-------+ OS : Ubuntu 22.04.5 LTS Kernel : 5.15.0-119-generic GCC : 11.4.0-1ubuntu1~22.04.2 NIC : Ethernet Controller XL710 for 40GbE QSFP+ Target : x86_64-native-linuxapp-gcc Test result details: +-------------+---------------------------+-------+ | suite | case | status| +-------------+---------------------------+-------+ | asan_smoke | test_rxtx_with_ASan_enable| passed| | pf_smoke | test_pf_jumbo_frames | passed| | pf_smoke | test_pf_rss | passed| | pf_smoke | test_pf_tx_rx_queue | passed| | vf_smoke | test_vf_rss | passed| | vf_smoke | test_vf_tx_rx_queue | passed| | vf_smoke | test_vf_jumbo_frames | n/a | | virtio_smoke| test_virtio_loopback | passed| | virtio_smoke| test_virtio_pvp | passed| +-------------+---------------------------+-------+ DPDK STV team