On 1/15/2022 8:15 AM, Morten Brørup wrote:
From: Stephen Hemminger [mailto:[email protected]] Sent: Friday, 14 January 2022 21.47The 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: 09c7e63a71f9 ("net/memif: introduce memory interface PMD") Cc: [email protected] Signed-off-by: Stephen Hemminger <[email protected]>Acked-by: Morten Brørup <[email protected]>
No comment from maintainers, hence progressing, Reviewed-by: Ferruh Yigit <[email protected]> Applied to dpdk-next-net/main, thanks.

