commit | e0fcc61113c17a2eae0dea7e9e67ac71849475b5 | [log] [tgz] |
---|---|---|
author | Matan Barak <matanb@mellanox.com> | Tue Apr 18 12:03:41 2017 +0300 |
committer | Doug Ledford <dledford@redhat.com> | Thu Apr 20 11:44:07 2017 -0400 |
tree | 4bf9298d8620acdba7481efffff504e8c5e03aac | |
parent | c52d8114d1a58f6fe4bfb9af39d262dd8f21e50e [diff] |
IB/core: Don't use is_async in event files to infer events size Previously, we inferred the events size in ib_uverbs_event_read by using the is_async flag. Instead of that, we pass the event size directly. Fixes: 1e7710f3f656 ('IB/core: Change completion channel to use the reworked objects schema') Signed-off-by: Matan Barak <matanb@mellanox.com> Reviewed-by: Sean Hefty <sean.hefty@intel.com> Signed-off-by: Doug Ledford <dledford@redhat.com>