2009-04-21 15:15:47

by Stefan Roscher

[permalink] [raw]
Subject: [PATCH 0/3] IB/ehca: Perfomance improvment for creation of queue pairs

This patchset contains performance improvments for ehca driver.
It will skip code which is not necessary for userspace queue pairs
and will replace vmalloc() calls with kmalloc().
Because of this fundamental code change we will also increment the version number.

They should apply cleanly against 2.6.30 git tree.

Thanks
Stefan


2009-04-21 17:33:37

by Roland Dreier

[permalink] [raw]
Subject: Re: [PATCH 0/3] IB/ehca: Perfomance improvment for creation of queue pairs

> Because of this fundamental code change we will also increment the version number.

So this is 2.6.31-targeted stuff I assume? (Too late in the 2.6.30
cycle for "fundamental code change" of course)

- R.