[dpdk-dev] [PATCH v10 06/13] eal/linux: standalone intr event fd create support

Stephen Hemminger shemming at brocade.com
Tue Jun 2 18:27:53 CEST 2015


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'?


More information about the dev mailing list