]> git.droids-corp.org - dpdk.git/commit
ethdev: fix doxygen comments for device info struct
authorFerruh Yigit <ferruh.yigit@intel.com>
Tue, 8 Mar 2022 09:47:00 +0000 (09:47 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 8 Mar 2022 15:38:34 +0000 (16:38 +0100)
commit3b358e330153bc792c688d6da60c80c40eaacb22
tree1f529abbf6b916d549bf9e22924714ee6711bf0b
parent4bab7ea60c25332e53ded18b7b101d37442b21b3
ethdev: fix doxygen comments for device info struct

API documentation for "struct rte_eth_dev_info" was missing some fields
'device' & 'max_hash_mac_addrs',
because of syntax error in doxygen comment, fixing it.

Bugzilla ID: 954
Fixes: 88ac4396ad29 ("ethdev: add VMDq support")
Fixes: cd8c7c7ce241 ("ethdev: replace bus specific struct with generic dev")
Cc: stable@dpdk.org
Reported-by: Bruce Merry <bmerry@sarao.ac.za>
Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
lib/ethdev/rte_ethdev.h