commit | fb532d6a79b96a4c8f678024d7ed3549ff0ca916 | [log] [tgz] |
---|---|---|
author | Leon Romanovsky <leonro@mellanox.com> | Tue Feb 23 10:25:25 2016 +0200 |
committer | Doug Ledford <dledford@redhat.com> | Mon Mar 21 16:32:59 2016 -0400 |
tree | 9c55f37516fe18c344284b8dc00b3e2aedeaba3d | |
parent | 2953f42513225e2cc90a7a7e3d2d5ce9a7abc799 [diff] |
IB/{core, ulp} Support above 32 possible device capability flags The old bitwise device_cap_flags variable was limited to u32 which has all bits already defined. In order to overcome it, we converted device_cap_flags variable to be u64 type. Signed-off-by: Leon Romanovsky <leonro@mellanox.com> Reviewed-by: Matan Barak <matanb@mellanox.com> Signed-off-by: Doug Ledford <dledford@redhat.com>