Re: [dpdk-dev] [PATCH v8 1/5] ethdev: add firmware version get

2017-01-15 Thread Thomas Monjalon
2017-01-12 14:31, Qiming Yang: > + * @param fw_size > + * The size of the array pointed by fw_version, which should be > + * large enough to store firmware version of the device. > + * @return > + * - (0) if successful. > + * - (-ENOTSUP) if operation is not supported. > + * - (-ENODEV) i

[dpdk-dev] [PATCH v8 1/5] ethdev: add firmware version get

2017-01-11 Thread Qiming Yang
This patch adds a new API 'rte_eth_dev_fw_version_get' for fetching firmware version by a given device. Signed-off-by: Qiming Yang Acked-by: Remy Horton --- doc/guides/nics/features/default.ini | 1 + doc/guides/rel_notes/deprecation.rst | 4 doc/guides/rel_notes/release_17_02.rst |