net/hns3: ignore devargs parsing return
authorMin Hu (Connor) <humin29@huawei.com>
Tue, 20 Apr 2021 08:59:50 +0000 (16:59 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Tue, 20 Apr 2021 10:55:28 +0000 (12:55 +0200)
commitf2ea1b6bcf39c5af7c5eaebf8c27887deb3e605d
tree7b7c1b60416f85cb834d51b8962dd190cb4751c2
parent281b62f7768f7cea73f77fa433ef1b0d9b1a0d2c
net/hns3: ignore devargs parsing return

In hns3 PMD, as the handler always return 0, the return value
of a function 'rte_kvargs_process' no need to be checked. But
the API definition has return value, so 'void' could be used
to ignore that.

Fixes: a124f9e9591b ("net/hns3: add runtime config to select IO burst function")

Signed-off-by: Min Hu (Connor) <humin29@huawei.com>
drivers/net/hns3/hns3_ethdev.c