Re: [PATCH v2 net-next 3/4] qed: Fix maximum number of CQs for iWARP

2017-09-24 Thread Leon Romanovsky
On Sun, Sep 24, 2017 at 12:09:44PM +0300, Michal Kalderon wrote: > The maximum number of CQs supported is bound to the number > of connections supported, which differs between RoCE and iWARP. > > This fixes a crash that occurred in iWARP when running 1000 sessions > using perftest. > > Fixes:

[PATCH v2 net-next 3/4] qed: Fix maximum number of CQs for iWARP

2017-09-24 Thread Michal Kalderon
The maximum number of CQs supported is bound to the number of connections supported, which differs between RoCE and iWARP. This fixes a crash that occurred in iWARP when running 1000 sessions using perftest. Fixes: 67b40dccc45 ("qed: Implement iWARP initialization, teardown and qp operations")