[PATCH 4/7] libibverbs: Update examples for IBoE

2011-07-19 Thread Or Gerlitz
Since IBoE requires usage of GRH, update ibv_*_pinpong examples to accept GIDs. GIDs are given as an index to the local port's table and are exchanged between the client and the server through the socket connection. Signed-off-by: Or Gerlitz Signed-off-by: Eli Cohen --- examples/devinfo.c

Re: [PATCH 4/7] libibverbs: Update examples for IBoE

2011-07-19 Thread Jason Gunthorpe
On Tue, Jul 19, 2011 at 12:31:32PM +0300, Or Gerlitz wrote: > Since IBoE requires usage of GRH, update ibv_*_pinpong examples to accept > GIDs. GIDs are given as an index to the local port's table and are exchanged > between the client and the server through the socket connection. Since these exam

Re: [PATCH 4/7] libibverbs: Update examples for IBoE

2011-07-19 Thread Or Gerlitz
Jason Gunthorpe wrote: >> Since IBoE requires usage of GRH, update ibv_*_pinpong examples to accept >> GIDs. GIDs are given as an index to the local port's table and are exchanged >> between the client and the server through the socket connection. > Since these examples are meant as programming e