On Fri, Jul 01, 2016 at 09:31:12AM -0700, Rich Lane wrote: > Fixes a bug where rte_eth_vhost_get_queue_event would not return enabled > queues > after a guest application restart. > > Fixes: ee584e9710b9 ("vhost: add driver on top of the library") > Signed-off-by: Rich Lane <rich.lane at bigswitch.com>
Acked-by: Yuanhan Liu <yuanhan.liu at linux.intel.com> Just some minor comments about the title (nothing big deal; it's just some DPDK preferences): - a bug fix patch need be titled as "fix ..." - it's better to hide specific function in the title. If you run "scripts/check-git-log.sh", you will find a warning. - the prefix should be "net/vhost". So, I'd like to reword the title a bit, to something like: "net/vhost: fix queue state not reset on destroy" If have no objection, I could fix it while apply. --yliu