opnsense-src/sys/ofed/include
Mark Johnston 760a181bb2 msecs_to_jiffies() is implemented using tvtohz(9), which always returns a
positive value since it adds the current tick to its result. This differs
from the behaviour in Linux, whose implementation does not add the extra
tick, so subtract the extra tick in the OFED compat layer implementation.
This addresses some incorrect handling of IB MAD timeouts, since some IB
code depends on msecs_to_jiffies(0) returning 0.

MFC after:	1 week
Sponsored by:	EMC / Isilon Storage Division
2015-05-10 22:21:00 +00:00
..
asm Update the OFED Linux compatibility layer and 2014-10-15 13:40:29 +00:00
linux msecs_to_jiffies() is implemented using tvtohz(9), which always returns a 2015-05-10 22:21:00 +00:00
net Fix compilation of LINT-NOINET kernel target after r278886. 2015-02-17 21:59:15 +00:00
rdma Update the infiniband stack to Mellanox's OFED version 2.1. 2015-02-17 08:40:27 +00:00