Along with the patches to the kernel we will send a patch to libibverbs
to expose the new values

---------------------------------------
  Moni Shoua|  +972-54-5567934  


-----Original Message-----
From: Hefty, Sean [mailto:[email protected]] 
Sent: Friday, July 02, 2010 3:34 AM
To: Moni Shoua; Roland Dreier
Cc: linux-rdma; Or Gerlitz; Walukiewicz, Miroslaw; Aleksey Senin
Subject: RE: [RFC] naming for new QP types

> In general, will it be acceptable if we submit the patches so that 
> after they are applied the structure will look like this
> 
> enum ib_qp_type {
>         /*
>          * IB_QPT_SMI and IB_QPT_GSI have to be the first two entries
>          * here (and in that order) since the MAD layer uses them as
>          * indices into a 2-entry table.
>          */
>         IB_QPT_SMI,
>         IB_QPT_GSI,
> 
>         IB_QPT_RC,
>         IB_QPT_UC,
>         IB_QPT_UD,
>         IB_QPT_RAW_IPV6,
>         IB_QPT_RAW_ETHERTYPE = 7,
>         IB_QPT_RAW_PACKET = 8
> };
> 
> So when XRC is accepted we still keep the same values for the last 2?

Have the existing values been exposed to user space in any way, even if
not defined by libibverbs?

- Sean
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to