On Fri, Nov 25, 2016 at 12:55:12AM +0000, Changlimin wrote: > Hi Peter, > I have tested the patch, it has solved the issue. > I think change > dev->dev.msix_table = dev->msix_table; > to > dev->dev.msix_table = (uint8_t *)dev->msix_table; > can avoid a gcc warning.
Thanks for the comment, will fix and repost. Then I'll add your Tested-by as well if you won't mind. :-) -- peterx