[Bug 954] rte_eth_dev_info::device missing from API reference
bugzilla at dpdk.org
bugzilla at dpdk.org
Tue Mar 8 08:45:46 CET 2022
https://bugs.dpdk.org/show_bug.cgi?id=954
Bug ID: 954
Summary: rte_eth_dev_info::device missing from API reference
Product: DPDK
Version: unspecified
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: minor
Priority: Normal
Component: doc
Assignee: dev at dpdk.org
Reporter: bmerry at sarao.ac.za
Target Milestone: ---
http://doc.dpdk.org/api/structrte__eth__dev__info.html doesn't list the
"device" field. Looking at the source header file, I think it is missing the
`<` in the Doxygen string:
struct rte_eth_dev_info {
struct rte_device *device; /** Generic device information */
const char *driver_name; /**< Device Driver name. */
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the dev
mailing list