Re: [ewg] Re: [PATCH v3] mlx4_ib: Optimize hugetlab pages support

2009-04-02 Thread Or Gerlitz
Eli Cohen wrote: You mention in Bugzilla an mckey test but I don't know this test. Can you send how to obatain the test and instructions how to build it and run it? Eli, mckey is installed with librdmac-utils, has man page, etc. Its source is under the examples directory of the librdmacm

Re: [ewg] Re: [PATCH v3] mlx4_ib: Optimize hugetlab pages support

2009-04-02 Thread Eli Cohen
On Thu, Apr 02, 2009 at 11:47:26AM +0300, Or Gerlitz wrote: mckey is installed with librdmac-utils, has man page, etc. Its source is under the examples directory of the librdmacm src tree, you can clone Sean's librdmacm git from ofa to get it - OK? Thanks Or. I will check this.

Re: [ewg] Moving to new server

2009-04-02 Thread Alexander Schmidt
On Sun, 29 Mar 2009 21:38:54 -0500 Steve Wise sw...@opengridcomputing.com wrote: Jeff Becker wrote: Hi Sasha Sasha Khapyorsky wrote: Hi Jeff, On 16:24 Fri 27 Mar , Jeff Becker wrote: Just thought this would be a good chance to clean up. Thanks for your work.

[ewg] Re: [PATCH] ofed_1_4_scripts: Fix ppc64 building of rnfs-utils

2009-04-02 Thread Alexander Schmidt
On Wed, 1 Apr 2009 11:02:03 -0500 Jon Mason j...@opengridcomputing.com wrote: On Wed, Apr 01, 2009 at 10:39:30AM +0200, Alexander Schmidt wrote: On Mon, 30 Mar 2009 17:35:58 -0500 Jon Mason j...@opengridcomputing.com wrote: On Mon, Mar 30, 2009 at 11:25:53AM +0200, Alexander Schmidt

[ewg] OFED 1.4.1-rc3 is delayed for next Monday - Apr 4

2009-04-02 Thread Tziporet Koren
Tziporet ___ ewg mailing list ewg@lists.openfabrics.org http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ewg

[ewg] [PATCH] NFS-RDMA: Fix page leak

2009-04-02 Thread Jon Mason
In the conversion from splice_direct_to_actor to sendfile, the callback routine was converted to the previous version without reference to the new changes to the callback route that calls the put_page. Previously, it had been called in svc_release_buffer, but due to significant changes in the

[ewg] Re: [PATCH v3] mlx4_ib: Optimize hugetlab pages support

2009-04-02 Thread Yossi Etigin
Hi Eli, I've placed a printk in the new hugetlb function to print n and j. While running the mckey test (attached in bugzilla), I got j=0, n=1. Why do you say that the number of pages must cover HUGE_PAGES? In ib_umem_get, hugetlb is set to 0 only if any of the pages is not-hugetlb - otherwise