mirror of
https://github.com/torvalds/linux.git
synced 2026-06-05 13:06:59 +02:00
Current rxe_requester() doesn't generate a completion when processing an
unsupported/invalid opcode. If rxe driver doesn't support a new opcode
(e.g. RDMA Atomic Write) and RDMA library supports it, an application
using the new opcode can reproduce this issue. Fix the issue by calling
"goto err;".
Fixes:
|
||
|---|---|---|
| .. | ||
| rdmavt | ||
| rxe | ||
| siw | ||
| Makefile | ||