ethdev: fix method name in doxygen comment
authorRami Rosen <ramirose@gmail.com>
Tue, 12 Mar 2019 16:07:42 +0000 (18:07 +0200)
committerFerruh Yigit <ferruh.yigit@intel.com>
Wed, 20 Mar 2019 17:15:42 +0000 (18:15 +0100)
commit7065dff68e9af69d3752ca3f514971d98fc26fbc
tree57ff054ba8843262a4c226439c6ebe8a1a9c8202
parent9ee641c2c80bca6097fc52d59f469b3553194f46
ethdev: fix method name in doxygen comment

This patch fixes rte_ethdev header file to use the correct method name,
namely to use rte_eth_dev_info_get() instead of
rte_eth_dev_infos_get().

Fixes: a4996bd89c42 ("ethdev: new Rx/Tx offloads API")
Fixes: 4f5701f28bd4 ("examples: fix RSS hash function configuration")
Cc: stable@dpdk.org
Signed-off-by: Rami Rosen <ramirose@gmail.com>
Reviewed-by: Stephen Hemminger <stephen@networkplumber.org>
lib/librte_ethdev/rte_ethdev.h