]> www.infradead.org Git - users/jedix/linux-maple.git/commit
SDP: various bzcopy fixes V2
authorJim Mott <jim@mellanox.com>
Wed, 5 Dec 2007 09:02:11 +0000 (11:02 +0200)
committerMukesh Kacker <mukesh.kacker@oracle.com>
Tue, 6 Oct 2015 12:04:14 +0000 (05:04 -0700)
commitef7e1b9dee420405cd31c846cfbbe9b7d27497fc
tree7db0b06b1ef4f75c6cd33fe47333b91f952915e2
parent16e6c3427521e24607dd84b575f4f093b2c83041
SDP: various bzcopy fixes V2

The Mellanox regression tests posted a number of failures when
multiple threads were accessing the same sockets concurrently.  In
addition to test failures, there were log messages of the form:
  sdp_sock(54386:19002): Could not reap -5 in-flight sends

This fix handles all these failures and errors.

The V2 is a fix to handle 2.6.22+ kernels where sk_buffs have
changed.

Signed-off-by: Jim Mott <jim@mellanox.com>
drivers/infiniband/ulp/sdp/sdp.h
drivers/infiniband/ulp/sdp/sdp_bcopy.c
drivers/infiniband/ulp/sdp/sdp_main.c