On Sat, Apr 27, 2019 at 12:39:03PM +0300, Kamal Heib wrote: > @@ -2591,8 +2603,6 @@ struct ib_device { > > int num_comp_vectors; > > - struct iw_cm_verbs *iwcm; > - > struct module *owner; > union { > struct device dev; > @@ -2645,6 +2655,10 @@ struct ib_device { > struct mutex compat_devs_mutex; > /* Maintains compat devices for each net namespace */ > struct xarray compat_devs; > + > + /* Used by iWarp CM */ > + char ifname[IFNAMSIZ]; iw prefix here too please I'd also love it if someone could explain what ifname is supposed to be in the comment Jason