https://bugs.dpdk.org/show_bug.cgi?id=734
Bug ID: 734 Summary: memif driver crashes when there's different N of TX and RX queues Product: DPDK Version: 20.11 Hardware: All OS: All Status: UNCONFIRMED Severity: normal Priority: Normal Component: ethdev Assignee: dev@dpdk.org Reporter: ivan...@gmail.com Target Milestone: --- There's a bug in memif_stats_get() function due to confusion between C2S (client->server) and S2C (server->client) rings, causing a crash if there's a different number of RX and TX queues. Fixed in downstream DPDK version in Cisco TRex: https://github.com/cisco-system-traffic-generator/trex-core/pull/728 -- You are receiving this mail because: You are the assignee for the bug.