2016-03-15 17:31, Tetsuya Mukawa: > This patch adds a below event type. > - RTE_ETH_EVENT_QUEUE_STATE_CHANGE > This event is used for notifying a queue state changed event. [...] > enum rte_eth_event_type { > RTE_ETH_EVENT_UNKNOWN, /**< unknown event type */ > RTE_ETH_EVENT_INTR_LSC, /**< lsc interrupt event */ > + RTE_ETH_EVENT_QUEUE_STATE_CHANGE, > + /**< queue state changed interrupt */
This comment is not really helpful. Please could you describe what is a queue state? Is it only applicable to vhost? Can we say there is a real interrupt or simply an event?