This patch series add the support of showing firmware version, also modify the data structure and logic of reading and store firmware version, to make it sync with the kernel driver.
Chaoyong He (2): net/nfp: align reading of version info with kernel driver net/nfp: add support of showing firmware version drivers/net/nfp/flower/nfp_flower.c | 4 +- .../net/nfp/flower/nfp_flower_representor.c | 2 + drivers/net/nfp/nfp_common.c | 136 ++++++++++++++++-- drivers/net/nfp/nfp_common.h | 23 +-- drivers/net/nfp/nfp_ctrl.h | 22 +-- drivers/net/nfp/nfp_ethdev.c | 11 +- drivers/net/nfp/nfp_ethdev_vf.c | 11 +- drivers/net/nfp/nfp_rxtx.c | 6 +- 8 files changed, 163 insertions(+), 52 deletions(-) -- 2.39.1