d6dccbd766
The code in memif driver to stub out rx_irq_enable is unnecessary
and causes different error returns than other drivers.
The core ethdev code will return -ENOTSUP if the driver has
a null rx_queue_intr_enable callback.
Fixes:
|
||
---|---|---|
.. | ||
memif_socket.c | ||
memif_socket.h | ||
memif.h | ||
meson.build | ||
rte_eth_memif.c | ||
rte_eth_memif.h | ||
version.map |