freebsd-dev/sys/ofed/drivers/infiniband
Mark Johnston e2e45da0e8 ib mad: fix an incorrect use of list_for_each_entry
In tf_dequeue(), if we reach the end of the list without finding a
non-cancelled element, "tmp" will be a pointer into the list head, so the
tmp->canceled check is bogus. Use a flag instead.

Submitted by:	Tao Liu <Tao.Liu@isilon.com>
Reviewed by:	hselasky
MFC after:	1 week
Sponsored by:	EMC / Isilon Storage Division
Differential Revision: https://reviews.freebsd.org/D3244
2015-07-30 18:28:37 +00:00
..
core ib mad: fix an incorrect use of list_for_each_entry 2015-07-30 18:28:37 +00:00
debug Update the infiniband stack to Mellanox's OFED version 2.1. 2015-02-17 08:40:27 +00:00
hw Implement lockless resource limits. 2015-06-10 10:48:12 +00:00
ulp Fix compilation of the SDP driver and a compile warning after r278886. 2015-02-17 10:00:15 +00:00
util
Kconfig
Makefile