RDMA/cxgb4: Fix LE hash collision bug for passive open connection
authorVipul Pandya <vipul@chelsio.com>
Mon, 10 Dec 2012 09:30:55 +0000 (09:30 +0000)
committerRoland Dreier <roland@purestorage.com>
Thu, 20 Dec 2012 07:03:11 +0000 (23:03 -0800)
It establishes passive open connection through firmware work request. Passive
open connection will go through this path as now instead of listening server we
create a server filter which will redirect the incoming SYN packet to the
offload queue. After this driver tries to establish the connection using
firmware work request.

Signed-off-by: Vipul Pandya <vipul@chelsio.com>
Signed-off-by: Roland Dreier <roland@purestorage.com>

No differences found