> -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Tuesday, July 14, 2015 1:02 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 06/14] eal/linux: standalone intr event fd create > support > > 2015-06-19 12:00, Cunming Liang: > > +/** > > + * It enables the fastpath event fds if it's necessary. > > What means fastpath here? Here means RX/TX packet I/O interrupt, to distinguish link status interrupt which is processed in a standalone thread. Will reword the description. > > > + * It creates event fds when multi-vectors allowed, > > + * otherwise it multiplexes the single event fds. > > Maybe a reference to allow multi-vectors is needed. Will rework it, thanks. > > > + * > > + * @param intr_handle > > + * Pointer to the interrupt handle. > > + * @param nb_vec > > + * Number of interrupt vector trying to enable. > > + * @return > > + * - On success, zero. > > + * - On failure, a negative value. > > + */ > > +int > > +rte_intr_efd_enable(struct rte_intr_handle *intr_handle, uint32_t nb_efd); > > >
- [dpdk-dev] [PATCH v13 02/14] eal/linux: add rte_epoll_wait... Cunming Liang
- [dpdk-dev] [PATCH v13 02/14] eal/linux: add rte_epoll... Thomas Monjalon
- [dpdk-dev] [PATCH v13 02/14] eal/linux: add rte_e... Liang, Cunming
- [dpdk-dev] [PATCH v13 02/14] eal/linux: add rte_epoll... Thomas Monjalon
- [dpdk-dev] [PATCH v13 02/14] eal/linux: add rte_e... Liang, Cunming
- [dpdk-dev] [PATCH v13 03/14] eal/linux: add API to set rx ... Cunming Liang
- [dpdk-dev] [PATCH v13 04/14] eal/linux: fix comments typo ... Cunming Liang
- [dpdk-dev] [PATCH v13 05/14] eal/linux: add interrupt vect... Cunming Liang
- [dpdk-dev] [PATCH v13 06/14] eal/linux: standalone intr ev... Cunming Liang
- [dpdk-dev] [PATCH v13 06/14] eal/linux: standalone in... Thomas Monjalon
- [dpdk-dev] [PATCH v13 06/14] eal/linux: standalon... Liang, Cunming
- [dpdk-dev] [PATCH v13 07/14] eal/linux: fix lsc read error... Cunming Liang
- [dpdk-dev] [PATCH v13 08/14] eal/bsd: dummy for new intr d... Cunming Liang
- [dpdk-dev] [PATCH v13 08/14] eal/bsd: dummy for new i... Thomas Monjalon
- [dpdk-dev] [PATCH v13 08/14] eal/bsd: dummy for n... Liang, Cunming
- [dpdk-dev] [PATCH v13 09/14] eal/bsd: fix inappropriate li... Cunming Liang
- [dpdk-dev] [PATCH v13 10/14] ethdev: add rx intr enable, d... Cunming Liang
- [dpdk-dev] [PATCH v13 11/14] ixgbe: enable rx queue interr... Cunming Liang
- [dpdk-dev] [PATCH v13 12/14] igb: enable rx queue interrup... Cunming Liang
- [dpdk-dev] [PATCH v13 13/14] l3fwd-power: enable one-shot ... Cunming Liang
- [dpdk-dev] [PATCH v13 13/14] l3fwd-power: enable one-... Thomas Monjalon