On 6/3/2015 12:27 AM, Stephen Hemminger wrote: > Minor spelling and stuff. I am a terrible speller... > >> The patch exposes intr event fd create and release for PMD. >> The device driver can assign the number of event associated with interrupt >> vector. >> It also provides misc funtions to check 1) allows other slowpath intr(e.g. >> lsc); > 'funtions' may be misspelled - perhaps 'functions'? > > >> +/** >> + * It enables the fastpath event fds if it's necessary. >> + * It creates event fds when multi-vectors allowed, >> + * otherwise it multiplexes the single event fds. >> + * >> + * @param intr_handle >> + * Pointer to the interrupt handle. >> + * @param nb_vec >> + * Number of intrrupt vector trying to enable. > 'intrrupt' may be misspelled - perhaps 'interrupt'? Thanks Stephen, will send the cleanup patch.
- [dpdk-dev] [PATCH v10 02/13] eal/linux: add rte_epo... Stephen Hemminger
- [dpdk-dev] [PATCH v10 02/13] eal/linux: add rte_epo... Liang, Cunming
- [dpdk-dev] [PATCH v10 03/13] eal/linux: add API to set r... Cunming Liang
- [dpdk-dev] [PATCH v10 03/13] eal/linux: add API to ... Stephen Hemminger
- [dpdk-dev] [PATCH v10 03/13] eal/linux: add API to ... Stephen Hemminger
- [dpdk-dev] [PATCH v10 03/13] eal/linux: add API to ... Liang, Cunming
- [dpdk-dev] [PATCH v10 04/13] eal/linux: fix comments typ... Cunming Liang
- [dpdk-dev] [PATCH v10 05/13] eal/linux: add interrupt ve... Cunming Liang
- [dpdk-dev] [PATCH v10 06/13] eal/linux: standalone intr ... Cunming Liang
- [dpdk-dev] [PATCH v10 06/13] eal/linux: standalone ... Stephen Hemminger
- [dpdk-dev] [PATCH v10 06/13] eal/linux: standalone ... Liang, Cunming
- [dpdk-dev] [PATCH v10 07/13] eal/linux: fix lsc read err... Cunming Liang
- [dpdk-dev] [PATCH v10 08/13] eal/bsd: dummy for new intr... Cunming Liang
- [dpdk-dev] [PATCH v10 09/13] ethdev: add rx intr enable,... Cunming Liang
- [dpdk-dev] [PATCH v10 10/13] ixgbe: enable rx queue inte... Cunming Liang
- [dpdk-dev] [PATCH v10 11/13] igb: enable rx queue interr... Cunming Liang
- [dpdk-dev] [PATCH v10 12/13] l3fwd-power: enable one-sho... Cunming Liang
- [dpdk-dev] [PATCH v10 13/13] abi: fix v2.1 abi broken is... Cunming Liang
- [dpdk-dev] [PATCH v10 00/13] Interrupt mode PMD Liu, Yong
- [dpdk-dev] [PATCH v11 00/13] Interrupt mode PMD Cunming Liang
- [dpdk-dev] [PATCH v11 01/13] eal/linux: add interru... Cunming Liang