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

Thomas Monjalon thomas.monjalon at 6wind.com
Mon Jul 13 18:40:57 CEST 2015


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.




More information about the dev mailing list