231435a5e6
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.
Fixit by selectiing the correct rings for Rx and Tx i.e for Rx, S2C
rings are selected and for Tx, C2S rings are selected.
Bugzilla ID: 734
Fixes:
|
||
---|---|---|
.. | ||
memif_socket.c | ||
memif_socket.h | ||
memif.h | ||
meson.build | ||
rte_eth_memif.c | ||
rte_eth_memif.h | ||
version.map |