Re: [ewg] RAW_ETH support [PATCH 0/2]

2010-06-09 Thread Moni Shoua
Aleksey Senin wrote: Those patches add new RAW_ETH QP type to the kernel in order to support creation of RAW Ethernet packets for iWARP and RDMAOE protocols. The reason for new type is that RAW_ETY QP already used by Mellanox drivers for another purpose. Another reason, that there is RAW_ETH

Re: [ewg] [PATCH v2] libibverbs: ibv_fork_init() and libhugetlbfs

2010-06-09 Thread Alexander Schmidt
On Wed, 02 Jun 2010 14:49:37 -0700 Roland Dreier rdre...@cisco.com wrote: So if I read this correctly this patch introduces almost a 50% overhead in the 1M case... and probably much worse (as a fraction) in say the 64K or 4K case. I wonder if that's acceptable? We don't think this is

[ewg] ofa_1_5_kernel 20100609-0200 daily build status

2010-06-09 Thread Vladimir Sokolovsky (Mellanox)
This email was generated automatically, please do not reply git_url: git://git.openfabrics.org/ofed_1_5/linux-2.6.git git_branch: ofed_kernel_1_5 Common build parameters: Passed: Passed on i686 with linux-2.6.21.1 Passed on i686 with linux-2.6.18 Passed on i686 with linux-2.6.19 Passed on

[ewg] New RAW ETH QP type v2 [ PATCH 1/1 ]

2010-06-09 Thread Aleksey Senin
Previous v1 missed implementation in verbs.c file. Add RAW ETH functionality to verbs layer. This QP used for creation RAW Ethernet packets over iWARP and RDMAOE protocols. Signed-off-by: Aleksey Senin aleks...@voltaire.com --- drivers/infiniband/core/verbs.c | 13 +++-- 1 files

[ewg] RAW ETH support for Mellanox v1 [PATCH 1/1]

2010-06-09 Thread Aleksey Senin
Add RAW ETH QP support for Mellanox adapters. Signed-off-by: Aleksey Senin aleks...@voltaire.com --- drivers/infiniband/hw/mlx4/main.c | 13 + drivers/infiniband/hw/mlx4/qp.c | 25 + drivers/net/mlx4/mcg.c| 22 +-

Re: [ewg] RAW ETH support for Mellanox v1 [PATCH 1/1]

2010-06-09 Thread Eli Cohen
On Wed, Jun 09, 2010 at 02:29:57PM +0300, Aleksey Senin wrote: err = mlx4_multicast_attach(mdev-dev, mqp-mqp, gid-raw, !!(mqp-flags - MLX4_IB_QP_BLOCK_MULTICAST_LOOPBACK)); + MLX4_IB_QP_BLOCK_MULTICAST_LOOPBACK), +

Re: [ewg] RAW ETH support for Mellanox v1 [PATCH 1/1]

2010-06-09 Thread Aleksey Senin
Did you check that counters are still working for RoCEE after this patch? I'll check the counters issue, but today patches created agains OFED-1.5.2-20100607-0636 and should be to be installed under kernel_patches/fixes directory. ___ ewg mailing

Re: [ewg] [PATCH v2] libibverbs: ibv_fork_init() and libhugetlbfs

2010-06-09 Thread Roland Dreier
Thanks, nice work. I like this approach. Alex (Vainman) any comments on this? - R. -- Roland Dreier rola...@cisco.com || For corporate legal information go to: http://www.cisco.com/web/about/doing_business/legal/cri/index.html ___ ewg mailing list

Re: [ewg] EWG/OFED meeting June 7, 2010 meeting minutes

2010-06-09 Thread Betsy Zeller
Tziporet - The fix so PSM doesn't try and build on unsupported systems was submitted last week, so that should be covered. I was a bit surprised to see it raised as an issue here, but you might not have had a chance to catch up. Also, we have done some testing on OFED 1.5.2, including with PSM,

[ewg] [GIT PULL] RDMA/nes: update for 1.5.2 RC2

2010-06-09 Thread Tung, Chien Tin
Vlad, Please pull from: ssh://v...@sofa.openfabrics.org/home/ctung/scm/ofed-1.5.git ofed_kernel_1_5 for: Chien Tung (1): RDMA/nes: get and print eeprom version number Mirek Walukiewicz (1): RDMA/nes: Added missing mutex during memory registration