[dpdk-dev] [RFC] examples/ethtool: enhance ethtool app in i40e

2016-09-21 Thread Remy Horton
On 20/09/2016 08:30, Qiming Yang wrote: > Now, run the example/ethtool, the drvinfo can not show the fireware > information. From customer point of view, it should be better if we > can have the same as kernel version ethtool show the bus-info and > firmware-version. We need to add a variable in s

[dpdk-dev] [RFC] examples/ethtool: enhance ethtool app in i40e

2016-09-20 Thread Qiming Yang
Now, run the example/ethtool, the drvinfo can not show the fireware information. From customer point of view, it should be better if we can have the same as kernel version ethtool show the bus-info and firmware-version. We need to add a variable in struct rte_eth_dev_info to get the fw version. I?m