Thanks for comments and please see my answers inline. From: David Marchand [mailto:[email protected]] Sent: Tuesday, February 24, 2015 6:42 PM To: Zhou, Danny Cc: dev at dpdk.org Subject: Re: [dpdk-dev] [PATCH v5 5/6] eal: add per rx queue interrupt handling based on VFIO
Hello Danny, On Mon, Feb 23, 2015 at 5:55 PM, Zhou Danny <danny.zhou at intel.com<mailto:danny.zhou at intel.com>> wrote: [snip] +/** + * @param intr_handle + * pointer to the interrupt handle. + * @param queue_id + * the queue id + * @return + * - On success, return 0 + * - On failure, returns -1. + */ +int rte_intr_wait_rx_pkt(struct rte_intr_handle *intr_handle, + uint8_t queue_id); +

