On 10/10/18, sunil.kovvuri@xxxxxxxxx <sunil.kovvuri@xxxxxxxxx> wrote: > From: Sunil Goutham <sgoutham@xxxxxxxxxxx> > This is the first set of patches out of 80+ patches. > > Changes from v8: > 1 Removed unnecessary typecasts in entire series > - Suggested by David Miller > 2 Added COMPILE_TEST to AF driver > - Suggested by Arnd Bergmann > 3 Changed udelay() to usleep_range() in rvu_poll_reg > - Suggested by Arnd Bergmann > 4 MSIX vector base IOMMU mapping is done using dma_map_resource() > API instead of dma_map_single() as it accepts physical address. > - Issue pointed by Arnd Bergmann With those changes, I have no more review comments (other than a single suggestion to improve the usleep_range() loop again). Reviewed-by: Arnd Bergmann <arnd@xxxxxxxx> Arnd