Re: [PATCH] kni: fix compile error

2022-06-01 Thread Ferruh Yigit
On 6/1/2022 9:47 AM, Andrew Rybchenko wrote: On 6/1/22 04:52, Min Hu (Connor) wrote: Hi, Andrew , 在 2022/6/1 0:42, Andrew Rybchenko 写道: On 5/21/22 10:06, Min Hu (Connor) wrote: When kernel version change into 5.18 from 5.17, 'netif_rx_ni' is discard. It is replaced by 'netif_rx' and this API

Re: [PATCH] kni: fix compile error

2022-06-01 Thread Andrew Rybchenko
On 6/1/22 04:52, Min Hu (Connor) wrote: Hi, Andrew , 在 2022/6/1 0:42, Andrew Rybchenko 写道: On 5/21/22 10:06, Min Hu (Connor) wrote: When kernel version change into 5.18 from 5.17, 'netif_rx_ni' is discard. It is replaced by 'netif_rx' and this API is also supported in the version below 5.18.

Re: [PATCH] kni: fix compile error

2022-05-31 Thread Andrew Rybchenko
On 5/21/22 10:06, Min Hu (Connor) wrote: When kernel version change into 5.18 from 5.17, 'netif_rx_ni' is discard. It is replaced by 'netif_rx' and this API is also supported in the version below 5.18. This patch fixed it. Fixes: d89a58dfe90b ("kni: support chained mbufs") Cc: sta...@dpdk.org