mbox series

[0/2] add support of showing firmware version

Message ID 20230522114009.2099371-1-chaoyong.he@corigine.com (mailing list archive)
Headers
Series add support of showing firmware version |

Message

Chaoyong He May 22, 2023, 11:40 a.m. UTC
  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(-)
  

Comments

Ferruh Yigit June 2, 2023, 4:45 p.m. UTC | #1
On 5/22/2023 12:40 PM, Chaoyong He wrote:
> 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
>

Series applied to dpdk-next-net/main, thanks.