Re: [dpdk-dev] [PATCH v10 0/5] new API 'rte_eth_dev_fw_version_get'

2017-01-17 Thread Thomas Monjalon
> Qiming Yang (5): > ethdev: add firmware version get > net/e1000: add firmware version get > net/ixgbe: add firmware version get > net/i40e: add firmware version get > ethtool: display firmware version Applied, thanks

[dpdk-dev] [PATCH v10 0/5] new API 'rte_eth_dev_fw_version_get'

2017-01-16 Thread Qiming Yang
v10:- highlighted that terminating null is included in the output string array. removed the warning message in drivers. v9: - when fw_size is insufficient, return the size of the non truncated string as snprintf does. v8: - defined the minimum fw version size as a macro. v7: - rebase