On (07/30/15 11:03), David Ahern wrote: > >+ write_pnet(&conn->c_net, net); > > these are typically in wrappers like sock_net and sock_net_set :
> >+ conn = rds_conn_create(&init_net, dp->dp_daddr, dp->dp_saddr, > >+ &rds_ib_transport, GFP_KERNEL); > > I forget what connection this is -- control channel? this is IB. It should/will eventually also use any net than init_net, but for the moment, I'd like to figure out the bigger issue of pernet vs per_subsys, which is harder to fix than the above (and which I'll happily fix later). I suspect that the right solution may be to have some notifier callbacks in rds_tcp that listen for ifdown and tear down the sockets, rather than wait for keepalive timeout. > Ditto here. yes, me too. --Sowmini -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html