Re: [dpdk-dev] [PATCH 0/3] bugfix for kni

2021-04-26 Thread Ferruh Yigit
On 4/22/2021 4:56 AM, Min Hu (Connor) wrote: > This patchset contains three bugfixes for kni. > > Min Hu (Connor) (3): > kni: fix wrong comments > net/kni: fix rewritten return value > kni: fix unchecked return value > Except from 2/3, Series applied to dpdk-next-net/main, thanks.

[dpdk-dev] [PATCH 0/3] bugfix for kni

2021-04-21 Thread Min Hu (Connor)
This patchset contains three bugfixes for kni. Min Hu (Connor) (3): kni: fix wrong comments net/kni: fix rewritten return value kni: fix unchecked return value app/test/test_kni.c | 8 ++-- drivers/net/kni/rte_eth_kni.c | 5 + 2 files changed, 11 insertions(+), 2 deletion