IB: Refactor umem to use linear SG table
authorYishai Hadas <yishaih@mellanox.com>
Tue, 28 Jan 2014 11:40:15 +0000 (13:40 +0200)
committerRoland Dreier <roland@purestorage.com>
Tue, 4 Mar 2014 18:34:28 +0000 (10:34 -0800)
This patch refactors the IB core umem code and vendor drivers to use a
linear (chained) SG table instead of chunk list.  With this change the
relevant code becomes clearer—no need for nested loops to build and
use umem.

Signed-off-by: Shachar Raindel <raindel@mellanox.com>
Signed-off-by: Yishai Hadas <yishaih@mellanox.com>
Signed-off-by: Roland Dreier <roland@purestorage.com>

No differences found