mbox series

[0/3] bugfix for kni

Message ID 1619063789-60922-1-git-send-email-humin29@huawei.com (mailing list archive)
Headers
Series bugfix for kni |

Message

humin (Q) April 22, 2021, 3:56 a.m. UTC
  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 deletions(-)
  

Comments

Ferruh Yigit April 26, 2021, 1:35 p.m. UTC | #1
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.