Re: [openib-general] [PATCH] IB/core: Set static rate in ib_init_ah_from_path()

2007-02-26 Thread Sean Hefty
> int ib_init_ah_from_path(struct ib_device *device, u8 port_num, > struct ib_sa_path_rec *rec, struct ib_ah_attr > *ah_attr) > { > int ret; > u16 gid_index; > > memset(ah_attr, 0, sizeof *ah_attr); > ah_attr->dlid = be16_to_cpu(rec->dlid);

Re: [openib-general] [PATCH] IB/core: Set static rate in ib_init_ah_from_path()

2007-02-25 Thread Dotan Barak
Hi and sorry about the delay in the reply. Roland Dreier wrote: > > In issue number 296 that i opened several months ago in the Bugzilla, i > > reported about two missing attributes: the first one is the static_rate, > > and the second one is the src_path_bits which is not being filled right. >

Re: [openib-general] [PATCH] IB/core: Set static rate in ib_init_ah_from_path()

2007-02-18 Thread Roland Dreier
> In issue number 296 that i opened several months ago in the Bugzilla, i > reported about two missing attributes: the first one is the static_rate, > and the second one is the src_path_bits which is not being filled right. The patch I posted fixes the static rate, right? You'll need to explai

Re: [openib-general] [PATCH] IB/core: Set static rate in ib_init_ah_from_path()

2007-02-17 Thread dotanb
Hi guys. >>Guys, any reason not to merge this? It's step one of the cleanups >>from Jason's patch to make IPoIB work with global routes... > > I would like to see this merged in. > > - Sean In issue number 296 that i opened several months ago in the Bugzilla, i reported about two missing attribut

Re: [openib-general] [PATCH] IB/core: Set static rate in ib_init_ah_from_path()

2007-02-16 Thread Sean Hefty
>Guys, any reason not to merge this? It's step one of the cleanups >from Jason's patch to make IPoIB work with global routes... I would like to see this merged in. - Sean ___ openib-general mailing list openib-general@openib.org http://openib.org/mail

[openib-general] [PATCH] IB/core: Set static rate in ib_init_ah_from_path()

2007-02-16 Thread Roland Dreier
Guys, any reason not to merge this? It's step one of the cleanups from Jason's patch to make IPoIB work with global routes... The static rate from the path record should be put into the address vector -- a long time ago the rate in the address attributes needed to be a relative rate, which requir