ethdev: fix a typo
This patch fixes a trivial typo in rte_ethdev.h. retieve=>retrieve Fixes: 80a1deb4c77a ("ethdev: add API to retrieve queue information") Cc: stable@dpdk.org Signed-off-by: Rami Rosen <ramirose@gmail.com> Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
This commit is contained in:
parent
53324971a1
commit
a15b7a0e53
@ -1137,7 +1137,7 @@ struct rte_eth_dev_info {
|
||||
|
||||
/**
|
||||
* Ethernet device RX queue information structure.
|
||||
* Used to retieve information about configured queue.
|
||||
* Used to retrieve information about configured queue.
|
||||
*/
|
||||
struct rte_eth_rxq_info {
|
||||
struct rte_mempool *mp; /**< mempool used by that queue. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user