[dpdk-dev] [PATCH v13 01/14] eal/linux: add interrupt vectors support in intr_handle

Liang, Cunming cunming.liang at intel.com
Fri Jul 17 07:27:30 CEST 2015



> -----Original Message-----
> From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com]
> Sent: Tuesday, July 14, 2015 12:41 AM
> To: Liang, Cunming
> Cc: dev at dpdk.org; shemming at brocade.com; david.marchand at 6wind.com;
> Zhou, Danny; Wang, Liang-min; Richardson, Bruce; Liu, Yong;
> nhorman at tuxdriver.com
> Subject: Re: [PATCH v13 01/14] eal/linux: add interrupt vectors support in
> intr_handle
> 
> 2015-06-19 12:00, Cunming Liang:
> > @@ -58,6 +60,10 @@ struct rte_intr_handle {
> >  	};
> >  	int fd;	 /**< interrupt event file descriptor */
> >  	enum rte_intr_handle_type type;  /**< handle type */
> > +	uint32_t max_intr;               /**< max interrupt requested */
> > +	uint32_t nb_efd;                 /**< number of available efds */
> > +	int efds[RTE_MAX_RXTX_INTR_VEC_ID];  /**< intr vectors/efds mapping
> */
> 
> efd is not defined in these comments.
> 
Will expand abbreviation in comments, thanks.


More information about the dev mailing list