[ewg] [PATCH] libibverbs: Add new enums

2010-12-19 Thread Aleksey Senin
Add new enums to verbs: IBV_SEND_IP_CSUM - checksum control IBV_WC_WITH_VLAN - VLAN control Signed-off-by: Aleksey Senin --- fixes/series |1 + fixes/verbs_enum_flags.patch | 43 ++ 2 files changed, 44 insertions(+), 0 deletions

[ewg] [PATCH] libmlx: Add RAW_ETH to post_send

2010-12-19 Thread Aleksey Senin
Add RAW_ETH to post_send Signed-off-by: Aleksey Senin --- fixes/add_raw_eth_to_post_send.patch | 52 ++ fixes/series |1 + 2 files changed, 53 insertions(+), 0 deletions(-) create mode 100644 fixes/add_raw_eth_to_post_send.patch

[ewg] [PATCH] Make multicast and path record queue flexible.

2010-10-05 Thread Aleksey Senin
When using slow SM allow more packets to be buffered before answer comming back. This patch based on idea of Christoph Lameter. http://lists.openfabrics.org/pipermail/general/2009-June/059853.html Signed-off-by: Aleksey Senin --- drivers/infiniband/ulp/ipoib/ipoib.h |2 + drivers

Re: [ewg] raw QP problem reported on Monday's call

2010-07-22 Thread Aleksey Senin
I have reinstalled OS, OFED stack from scratch and also have no problem with it. ___ ewg mailing list ewg@lists.openfabrics.org http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ewg

[ewg] [PATCH] RAW_ETH enum in libibverbs

2010-07-08 Thread Aleksey Senin
Set RAW_ETH QP enum equal to '8' as it done in kernel Signed-off-by: Aleksey Senin --- fixes/qpt_raw_eth.patch |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/fixes/qpt_raw_eth.patch b/fixes/qpt_raw_eth.patch index feada69..67869f4 100644 --- a/fixes/qpt_raw

[ewg] [PATCH] QP type enum sync with Roland tree

2010-07-08 Thread Aleksey Senin
Move RAW_ETH to the end of enumeation as is defined in Roland tree and make it equal to '8'. Signed-off-by: Aleksey Senin --- .../fixes/core_0560_raw_eth_common.patch | 56 +--- 1 files changed, 26 insertions(+), 30 deletions(-) diff --git a/kernel_pat

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

2010-06-15 Thread Aleksey Senin
No, I'll ask Vlad to apply it. ___ ewg mailing list ewg@lists.openfabrics.org http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ewg

Re: [ewg] [PATCH v6] IB CORE: RAW ETH support

2010-06-15 Thread Aleksey Senin
Hi, Miroslaw. Please review and give OK to Vlad to apply this fix. Fix QP type when using iWARP transport. Signed-off-by: Aleksey Senin --- .../fixes/core_0560_raw_eth_common.patch | 33 +-- 1 files changed, 22 insertions(+), 11 deletions(-) diff --git a

[ewg] RAW ETH for NES

2010-06-14 Thread Aleksey Senin
Hi, Miroslaw. My patches for new RAW ETH was applied to the OFED kernel so can you fix your code to use RAW ETH instead of RAW ETY and push changes to OFED? thanks. ___ ewg mailing list ewg@lists.openfabrics.org http://lists.openfabrics.org/cgi-bin/ma

[ewg] [PATCH v6] MLX: RAW ETH support

2010-06-14 Thread Aleksey Senin
This patch add RAW ETH support in mlx4 driver. Signed-off-by: Aleksey Senin --- kernel_patches/fixes/mlx4_x_0050_raw_eth.patch | 255 1 files changed, 255 insertions(+), 0 deletions(-) create mode 100644 kernel_patches/fixes/mlx4_x_0050_raw_eth.patch diff --git a

[ewg] [PATCH v6] IB CORE: RAW ETH support

2010-06-14 Thread Aleksey Senin
This patch add RAW ETH support to IB core. Signed-off-by: Aleksey Senin --- .../fixes/core_0560_raw_eth_common.patch | 66 1 files changed, 66 insertions(+), 0 deletions(-) create mode 100644 kernel_patches/fixes/core_0560_raw_eth_common.patch diff --git a

Re: [ewg] RAW_ETH support [PATCH 1/1]

2010-06-13 Thread Aleksey Senin
> --- > > Hi Aleksey, > I understand from Eli that there are issues with this patch. > So, please send the fixed version. > > Regards, > Vladimir > No, this patch is another one, that should be applied before Mellanox patch and required for both - NES and Mellanox code. It add new RAW_ETH enum

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

2010-06-10 Thread Aleksey Senin
Eli, I did it. The only difference on what you see, that the patch was renamed to mlx4_x_0050_raw_eth.patch Where should I specify a change log? I wrote in the e-mail what are the differences. Do I need to write in the patch? Why? alst60-~$~/src/vt/kernel/linux-2.6/scripts/checkpatch.pl /host/

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

2010-06-10 Thread Aleksey Senin
Differences from V1 Added new mlx4_mcast_prot enum Fix counters support RAW_ETH support in Mellanox Signed-off-by: Aleksey Senin --- drivers/infiniband/hw/mlx4/main.c | 13 + drivers/infiniband/hw/mlx4/qp.c | 22 ++ drivers/net/mlx4/mcg.c

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

[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 --- drivers/infiniband/hw/mlx4/main.c | 13 + drivers/infiniband/hw/mlx4/qp.c | 25 + drivers/net/mlx4/mcg.c| 22 +- include/linux/mlx4

[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 --- drivers/infiniband/core/verbs.c | 13 +++-- 1 files changed, 11 insertions

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

2010-06-08 Thread Aleksey Senin
This patch will fix existing NES code to support RAW_ETH instead of RAW_ETY type. Signed-off-by: Aleksey Senin --- kernel_patches/fixes/nes_0033_ima.patch | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/kernel_patches/fixes/nes_0033_ima.patch b

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

2010-06-08 Thread Aleksey Senin
New RAW_ETH QP type. It used for creation RAW Ethernet packets over iWARP and RDMAOE enabled NICs. Signed-off-by: Aleksey Senin --- kernel_patches/fixes/core_0540_raw_eth.patch | 12 1 files changed, 12 insertions(+), 0 deletions(-) create mode 100644 kernel_patches/fixes

[ewg] RAW_ETH support [PATCH 0/2]

2010-06-08 Thread Aleksey Senin
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 QP type already present in

Re: [ewg] [Bug 1965] mlx4_en: ping does not resume after failover

2010-05-13 Thread Aleksey Senin
..@mellanox.co.il > > > -Original Message- > From: Aleksey Senin [mailto:aleks...@voltaire.com] > Sent: Thursday, May 13, 2010 3:30 PM > To: Vladimir Sokolovsky > Cc: Or Gerlitz; ewg@lists.openfabrics.org; Yevgeny Petrilin > Subject: Re: [ewg] [Bug 1965] mlx4_en: ping d

Re: [ewg] [Bug 1965] mlx4_en: ping does not resume after failover

2010-05-13 Thread Aleksey Senin
I installed today OFED-1.5.2-beta1 on the host with ConnectX dual port card and found the fail-over doesn't work. On Sun, 2010-03-28 at 10:58 +0300, Vladimir Sokolovsky wrote: > Or Gerlitz wrote: > > Hi Vlad, Yevgeny > > > > Is there a way to get this fix? AFAIK, this bugzilla system isn't > there

Re: [ewg] [PATCH] libibverbs: add raw ethernet QP type IBV_QPT_RAW_ETH=7

2010-05-11 Thread Aleksey Senin
Changes in kernel, in order to define this QP type, are small to - just new enum definition and should not break ABI. To whom need to speak in order to make these changes? Should we open a feature request in OFED bugzilla or there is another way to do it? On Wed, 2010-05-05 at 16:21 +0300, Tzipore

Re: [ewg] [PATCH] libibverbs: add raw ethernet QP type IBV_QPT_RAW_ETH=7

2010-05-02 Thread Aleksey Senin
Could you add additional details about its usage in the feature to community? Why and how can it be used? I understand, that using this QP type, user will have full control on the packet content and it may be required when you are missing some features now, like UD, and want implement them by yours

Re: [ewg] rping is not resolving ipv6 addresses

2009-10-11 Thread Aleksey Senin
Hi, David. In order to work with link-local addresses you have to remove unnecessary routes from other interfaces or work with addresses different from link-local or rping should be patched in the way of ping6 ___ ewg mailing list ewg@lists.openfabrics.or

[ewg] [RMDA CM IPv6 support. PATCHv4 1/6] AF_INET6 support for rdma_bind_addr

2008-11-26 Thread Aleksey Senin
Changes: This set of patches based on the latest, 2.6.28-rc4 kernel. >From 3fd066360f33d4083e183c14b991ed6408d68726 Mon Sep 17 00:00:00 2001 From: Aleksey Senin <[EMAIL PROTECTED]> Date: Wed, 13 Aug 2008 09:55:33 +0300 Subject: [PATCH] AF_INET6 support for rdma_bind_addr Signed-off-by

[ewg] [PATCH] uninstall.sh in ofed_1_4_scripts

2008-11-16 Thread Aleksey Senin
This is a fix for bug 1390 https://bugs.openfabrics.org/show_bug.cgi?id=1390 >From 3bf17a58a180dd981e265b27037021a296b64816 Mon Sep 17 00:00:00 2001 From: Aleksey Senin <[EMAIL PROTECTED]> Date: Sun, 16 Nov 2008 16:25:00 +0200 Subject: [PATCH] Redirect output to /dev/null when erasin

[ewg] Fix for bug 1301, rds module on IA64

2008-11-06 Thread Aleksey Senin
This is a fix Index: ofa_kernel-1.4/kernel_addons/backport/2.6.9_U4/include/asm-ia64/atomic.h === --- ofa_kernel-1.4.orig/kernel_addons/backport/2.6.9_U4/include/asm-ia64/atomic.h +++ ofa_kernel-1.4/kernel_addons/backport/2.6.9_U4/in

[ewg] Patch for install.pl

2008-11-03 Thread Aleksey Senin
You probably want move section with distro recognition before first time using dpkg/rpm command. >From ac6622367065157285db96232494b943fc1b764a Mon Sep 17 00:00:00 2001 From: Aleksey Senin <[EMAIL PROTECTED]> Date: Mon, 3 Nov 2008 15:26:06 +0200 Subject: [PATCH] Fix for empty $distro

[ewg] Fix for compiling OFED-1.4 for Redhat 4 on Itanium

2008-11-02 Thread Aleksey Senin
This patch fix compiling error when compiling ofa-kernel for RedHat 4 update 4/5/6 on Itanium platform. It based on the patch applied about month ago for RH4U7. Index: ofa_kernel-1.4/kernel_addons/backport/2.6.9_U4/include/asm-ia64/atomic.h ===

Re: [ewg] [RFC PATCH] Additional dependency checking on SLES PPC

2008-09-28 Thread Aleksey Senin
Yes, you're right, it's a default. I think, the same way should be used when checking for msflint dependencies. Current design checking existence of /usr/lib/crt1.o file and not installed RPM. ___ ewg mailing list ewg@lists.openfabrics.org http://lists.op

[ewg] [RFC PATCH] Additional dependency checking on SLES PPC

2008-09-25 Thread Aleksey Senin
>From c7e4ef0387e140e301267ce48886f2238c4e9747 Mon Sep 17 00:00:00 2001 From: Aleksey Senin <[EMAIL PROTECTED]> Date: Thu, 25 Sep 2008 13:21:45 +0300 Subject: [PATCH] Additional dependencies checking on SLES10 SP2 PPC Development packages specified bellow contain "-64bit" su

[ewg] Is RDS supported on PPC64 platform

2008-09-18 Thread Aleksey Senin
Due to rds_release_notes it available for all platforms but in install.pl script it disabled for PPC64 - rds module and rds-tools not compiled for this architecture. Am I wrong? ___ ewg mailing list ewg@lists.openfabrics.org http://lists.openfabrics.org/c