Sean Hefty wrote: >> Signed-off-by: Yevgeny Kliteynik <kliteyn at dev.mellanox.co.il> >> + >> + usleep(20000); >> if (!errno) >> errno = EIO; >> return -EIO; > > I think this should be handled by the application, and not placed into the > lowest level library. Agree -- Yevgeny > - Sean > >