IB/mlx4: Add gid_type to GID properties
[cascardo/linux.git] / drivers / infiniband / hw / mlx4 / mlx4_ib.h
index 8916e9b..7179fb1 100644 (file)
@@ -478,6 +478,7 @@ struct gid_cache_context {
 
 struct gid_entry {
        union ib_gid    gid;
+       enum ib_gid_type gid_type;
        struct gid_cache_context *ctx;
 };