Re: Dapltest test error DAT_CONN_QUAL_IN_USE

2012-12-03 Thread Vipul Pandya
Le Ray Subject: Re: Dapltest test error DAT_CONN_QUAL_IN_USE Arlin, Can you please refer to which bugzilla I should log a bug? Can you please provide me the url? Thanks, Vipul On 30-11-2012 05:21, Davis, Arlin R wrote: Vipul, Can you submit a bug in bugzilla for tracking? I will try

Re: Dapltest test error DAT_CONN_QUAL_IN_USE

2012-11-30 Thread Vipul Pandya
Message- From: Vipul Pandya [mailto:vi...@chelsio.com] Sent: Thursday, November 29, 2012 5:34 AM To: Davis, Arlin R Cc: Steve Wise; linux-rdma@vger.kernel.org; Kumar A S; Abhishek Agrawal; Divy Le Ray Subject: Re: Dapltest test error DAT_CONN_QUAL_IN_USE Hi Arlin, This issue is happening

RE: Dapltest test error DAT_CONN_QUAL_IN_USE

2012-11-30 Thread Davis, Arlin R
; Abhishek Agrawal; Divy Le Ray Subject: Re: Dapltest test error DAT_CONN_QUAL_IN_USE Arlin, Can you please refer to which bugzilla I should log a bug? Can you please provide me the url? Thanks, Vipul On 30-11-2012 05:21, Davis, Arlin R wrote: Vipul, Can you submit a bug

Re: Dapltest test error DAT_CONN_QUAL_IN_USE

2012-11-29 Thread Vipul Pandya
Hi Arlin, This issue is happening because there is a port collision between dapltest server port space and host TCP stack. The port collision happens because rdma_bind_addr is getting called from the two different places with different port arguments from dapltest. rdma_bind_addr is getting

RE: Dapltest test error DAT_CONN_QUAL_IN_USE

2012-11-29 Thread Davis, Arlin R
; Kumar A S; Abhishek Agrawal; Divy Le Ray Subject: Re: Dapltest test error DAT_CONN_QUAL_IN_USE Hi Arlin, This issue is happening because there is a port collision between dapltest server port space and host TCP stack. The port collision happens because rdma_bind_addr is getting called from

RE: Dapltest test error DAT_CONN_QUAL_IN_USE

2012-11-26 Thread Davis, Arlin R
dapltest server will start with port 45278 and increase by client thread count during each new client connection. If you never restart the server it will continue to increase the listen port based on new clients connecting. If you restart dapltest it will restart back at port 45278. I am not

Re: Dapltest test error DAT_CONN_QUAL_IN_USE

2012-11-26 Thread Steve Wise
Perhaps the port is in use by the host TCP stack? On 11/26/2012 1:30 PM, Davis, Arlin R wrote: dapltest server will start with port 45278 and increase by client thread count during each new client connection. If you never restart the server it will continue to increase the listen port based