Re: [dpdk-dev] [PATCH 2/3] net/kni: fix rewritten return value

2021-04-26 Thread Min Hu (Connor)
在 2021/4/26 21:18, Ferruh Yigit 写道: On 4/22/2021 4:56 AM, Min Hu (Connor) wrote: Return value of function 'eth_kni_dev_stop' passed to 'ret' is rewritten later, and this is unreasonable. This patch fixes it. Fixes: 62024eb82756 ("ethdev: change stop operation callback to return int") Cc: st

Re: [dpdk-dev] [PATCH 2/3] net/kni: fix rewritten return value

2021-04-26 Thread Ferruh Yigit
On 4/22/2021 4:56 AM, Min Hu (Connor) wrote: > Return value of function 'eth_kni_dev_stop' passed to 'ret' is > rewritten later, and this is unreasonable. > > This patch fixes it. > > Fixes: 62024eb82756 ("ethdev: change stop operation callback to return int") > Cc: sta...@dpdk.org > > Signed-of