[openib-general] Re: ib_verbs.h: ib_recv_flags definition
Hal Rosenstock
halr at voltaire.com
Tue Sep 7 12:08:05 PDT 2004
On Tue, 2004-09-07 at 13:45, Sean Hefty wrote:
> On Tue, 07 Sep 2004 14:37:48 -0400
> Hal Rosenstock <halr at voltaire.com> wrote:
>
> > Do we need to add ib_recv_flags to ib_verbs.h for use in setting
> > ib_recv_wr.recv_flags ?
> >
> > enum ib_recv_flags {
> > IB_RECV_SIGNALED = 1
> > };
>
> Can/will mthca support this flag?
It's already there:
/home/hal/openib/gen2/branches/roland-merge/src/linux-kernel/infiniband
[hal at localhost infiniband]$ grep IB_RECV_SIGN */*.h
include/ib_verbs.h: IB_RECV_SIGNALED = 1
[hal at localhost infiniband]$ grep IB_RECV_SIGN */*.c
core/mad_ib.c: receive_param.recv_flags = IB_RECV_SIGNALED;
[hal at localhost infiniband]$ grep IB_RECV_SIGN */*/*.c
hw/mthca/mthca_qp.c: (wr->recv_flags &
IB_RECV_SIGNALED) ?
ulp/ipoib/ipoib_ib.c: .recv_flags = IB_RECV_SIGNALED
ulp/sdp/sdp_recv.c: receive_param.recv_flags = IB_RECV_SIGNALED;
ulp/srp/srptp.c: rcv_param.recv_flags = IB_RECV_SIGNALED;
-- Hal
More information about the general
mailing list