[rds-devel] netperf patch to support RDS

Or Gerlitz ogerlitz at voltaire.com
Thu Nov 1 02:30:05 PDT 2007


Vladimir Sokolovsky wrote:
> Try the attached patch:
> Execution:
> On the server side: netserver
> On the client side: netperf -H <remote IPoIB address> -L <local IPoIB adress> -t RDS_STREAM ...

Hi Vlad,

Thanks for the patch which seems to be much lighter then the one I had, 
anyway, I can't understand what's the role of the -r param, RDS_STREAM 
test works with and without -r, or do I miss something?

Or.

> ------------------------------------------------------------------------
> 
> The following patch adds the RDS_STREAM test for netperf-2.4.2.
> Actually UDP_STREAM test executed with the only difference that the data socket 
> created by socket(PF_RDS, SOCK_SEQPACKET, 0).
> 
> To compile:
> sh ./autogen.sh
> /configure
> make
> 
> Test example:
> On receiver side:
> 	./netserver
> On sender side:
> 	netperf -H <remote IP address> -L <local IP address> -t RDS_STREAM
> 	Or
> 	netperf -H <remote IP address> -L <local IP address> -t UDP_STREAM -r
> 
> RDS values (PF_RDS and SOL_RDS) will be checked at run-time.
> 
> 
> Patch for netperf-2.4.2. Added RDS_STREAM test.
> 
> Signed-off-by: Vladimir Sokolovsky <vlad at mellanox.co.il>




More information about the rds-devel mailing list