Merge branch 'rdma-netlink' into k.o/merge-test
authorDoug Ledford <dledford@redhat.com>
Thu, 10 Aug 2017 18:34:18 +0000 (14:34 -0400)
committerDoug Ledford <dledford@redhat.com>
Thu, 10 Aug 2017 18:34:18 +0000 (14:34 -0400)
Conflicts:
include/rdma/ib_verbs.h - Modified a function signature adjacent
to a newly added function signature from a previous merge

Signed-off-by: Doug Ledford <dledford@redhat.com>
1  2 
drivers/infiniband/core/core_priv.h
drivers/infiniband/hw/mlx5/main.c
include/rdma/ib_verbs.h

Simple merge
Simple merge
@@@ -2305,9 -2309,7 +2309,9 @@@ struct ib_device 
         * in fast paths.
         */
        int (*get_port_immutable)(struct ib_device *, u8, struct ib_port_immutable *);
-       void (*get_dev_fw_str)(struct ib_device *, char *str, size_t str_len);
+       void (*get_dev_fw_str)(struct ib_device *, char *str);
 +      const struct cpumask *(*get_vector_affinity)(struct ib_device *ibdev,
 +                                                   int comp_vector);
  };
  
  struct ib_client {