diff options
author | 2008-05-02 10:57:09 -0700 | |
---|---|---|
committer | 2008-05-02 10:57:09 -0700 | |
commit | c4d49776e8f5bf2d900d2b6d4855c1670a535ac5 (patch) | |
tree | 5e2f8d8dfc839436c3e5a07adbb3e1a861909e01 /lib/parser.c | |
parent | RDMA/cxgb3: QP flush fixes (diff) | |
download | wireguard-linux-c4d49776e8f5bf2d900d2b6d4855c1670a535ac5.tar.xz wireguard-linux-c4d49776e8f5bf2d900d2b6d4855c1670a535ac5.zip |
RDMA/cxgb3: Silently ignore close reply after abort.
Remove bad BUG_ON() that can trigger in correct operation from
close_con_rpl(). It is possible to get a close_rpl message on a dead
connection. The sequence is:
- host refs ep for close exchange
- host posts close_req
- hw posts PEER_ABORT from incoming RST
- host marks ep DEAD
- host posts ABORT_RPL and releases ep resources
- hw posts CLOSE_RPL
- host derefs ep and ep freed.
Signed-off-by: Steve Wise <swise@opengridcomputing.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
Diffstat (limited to 'lib/parser.c')
0 files changed, 0 insertions, 0 deletions