Re: [PATCH] ethdev: fix doxygen comment for device info struct

2022-03-08 Thread Thomas Monjalon
08/03/2022 10:47, Ferruh Yigit: > 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 ("ethd

[PATCH] ethdev: fix doxygen comment for device info struct

2022-03-08 Thread Ferruh Yigit
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 d