Re: [PATCH] net/memif: remove unnecessary rx_intr stub

2022-01-26 Thread Ferruh Yigit
On 1/15/2022 8:15 AM, Morten Brørup wrote: From: Stephen Hemminger [mailto:step...@networkplumber.org] Sent: Friday, 14 January 2022 21.47 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 -EN

RE: [PATCH] net/memif: remove unnecessary rx_intr stub

2022-01-15 Thread Morten Brørup
> From: Stephen Hemminger [mailto:step...@networkplumber.org] > Sent: Friday, 14 January 2022 21.47 > > 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

[PATCH] net/memif: remove unnecessary rx_intr stub

2022-01-14 Thread Stephen Hemminger
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: 09c7e63a71f9 ("net/memif: introduce memory interface PMD") Cc: jgraj...@