net/hns3: increase readability in logs
authorChengwen Feng <fengchengwen@huawei.com>
Fri, 30 Apr 2021 09:04:04 +0000 (17:04 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Tue, 4 May 2021 16:12:45 +0000 (18:12 +0200)
commitb80c527a9ca4b8aa5ed1d8fba4e7882213883485
tree241d7e3337890401f67102280822c20ee725efb4
parentcdf3e4f3000fb26aa219e46315e75c0fa392cb70
net/hns3: increase readability in logs

Some logs format u64 variables, mostly using hexadecimal which was not
readable.
This patch formats most u64 variables in decimal, and add '0x' prefix
to the ones that are not adjusted.

Fixes: c37ca66f2b27 ("net/hns3: support RSS")
Fixes: 2790c6464725 ("net/hns3: support device reset")
Fixes: 8839c5e202f3 ("net/hns3: support device stats")
Cc: stable@dpdk.org
Signed-off-by: Chengwen Feng <fengchengwen@huawei.com>
Signed-off-by: Min Hu (Connor) <humin29@huawei.com>
drivers/net/hns3/hns3_flow.c
drivers/net/hns3/hns3_intr.c
drivers/net/hns3/hns3_stats.c