On 19:03 Thu 08 Jan , Buchibabu Chennupati wrote: > I have an application which emulates smpquery and smpdump. > It uses madrpc_init for initialization and then uses umad_send and umad_recv > to send and receive packets. It works for smpquery but doesn't work for > smpdump. I have verified the contents of the packets through my application > and through infiniband-diags tools smpdump and smpquery. Everything looks > correct but not sure why smpdump was failing in my application.
It is hard to diagnose the problem without seeing the code. You can see example of using madrpc_init() with umad_send(). umad_recv() at: http://www.openfabrics.org/git/?p=~sashak/ibsim.git;a=blob;f=tests/mcast_storm.c Sasha _______________________________________________ general mailing list [email protected] http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
