net/hns3: modify format for firmware version
authorWei Hu (Xavier) <xavier.huwei@huawei.com>
Tue, 21 Apr 2020 03:32:14 +0000 (11:32 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Tue, 21 Apr 2020 17:16:41 +0000 (19:16 +0200)
commitbd5b86732bc7cbecd7dd2a92abb30834bcbe1dc6
tree832b7763c3aa917b4f02ac948e7192a815ea725c
parenta8a544890fe00054f05ac05ccb78e6fdc1ed4ba9
net/hns3: modify format for firmware version

This patch modifies the print format for firmware version in the log, It
replaces "0x%08x" with "%lu.%lu.%lu.%lu" in the format control string.
By the way, this patch adds ".fw_version_get" ops implemation for hns3
VF PMD driver.

Signed-off-by: Wei Hu (Xavier) <xavier.huwei@huawei.com>
drivers/net/hns3/hns3_cmd.c
drivers/net/hns3/hns3_cmd.h
drivers/net/hns3/hns3_dcb.c
drivers/net/hns3/hns3_ethdev.c
drivers/net/hns3/hns3_ethdev_vf.c