On Tue, 10 Aug 2004 11:19:11 -0700
Roland Dreier <roland at topspin.com> wrote:
> Do we want something in ib_verbs.h like the below enum to make setting
> min_rnr_timer values easier?
>
> enum ib_rnr_timeout {
> IB_RNR_TIMER_655_36 = 0,
> IB_RNR_TIMER_000_01 = 1,
I think it makes sense to add these. I can copy these into ib_verbs.h...