Hi John,

<snip>

> > Subject: [dpdk-dev] [PATCH v3 02/20] librte_ether: add fields from ...
> >
> >             lro         : 1;   /**< RX LRO is ON(1) / OFF(0) */
> > +   uint32_t dev_flags; /**< Flags controlling handling of device. */
> > +   enum rte_kernel_driver kdrv;    /**< Kernel driver passthrough */
> > +   int numa_node;
> > +   const char *drv_name;
> >  };
> >
> 
> Should the last two members have doxygen comments as well?
> 
Yes,  I will add the following doxygen comments:

        int numa_node; /**< NUMA node connection */
        const char *drv_name;   /**< Driver name. */

Regards,

Bernard.

Reply via email to