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@dpdk.org
          Reporter: bme...@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.

Reply via email to