[ewg] [PATCH 5/5 v2] libnes: userspace structures and defines

2007-10-19 Thread ggrundstrom
Userspace library structures and defines. Signed-off-by: Glenn Grundstrom [EMAIL PROTECTED] --- --- NULL1969-12-31 18:00:00.0 -0600 +++ libnes/src/nes_umain.h 2007-10-19 11:07:09.0 -0500 @@ -0,0 +1,295 @@ +/* + * Copyright (c) 2006 - 2007 NetEffect, Inc. All rights

[ewg] [PATCH 3/5 v2] libnes: library structures and defines

2007-10-19 Thread ggrundstrom
Main userspace library structures and defines. Signed-off-by: Glenn Grundstrom [EMAIL PROTECTED] --- --- NULL1969-12-31 18:00:00.0 -0600 +++ libnes/src/nes_umain.h 2007-10-19 11:07:09.0 -0500 @@ -0,0 +1,295 @@ +/* + * Copyright (c) 2006 - 2007 NetEffect, Inc. All

[ewg] [PATCH 2/5 v2] libnes: library initialization

2007-10-19 Thread ggrundstrom
Main userspace library initialization routines. Signed-off-by: Glenn Grundstrom [EMAIL PROTECTED] --- --- NULL1969-12-31 18:00:00.0 -0600 +++ libnes/src/nes_umain.c 2007-10-19 11:07:03.0 -0500 @@ -0,0 +1,228 @@ +/* + * Copyright (c) 2006 - 2007 NetEffect, Inc. All

[ewg] Re: [PATCH 1/14 v2] nes: module and device initialization

2007-10-19 Thread Roland Dreier
Thanks... I am kind of overloaded trying to handle the last few things for the 2.6.24 merge window, but I will look at this next week, and I expect we should be able to merge the driver for 2.6.25 unless there are unexpected hangups. ___ ewg mailing list

[ewg] [PATCH 4/5 v2] libnes: OpenFabrics userspace verbs

2007-10-19 Thread ggrundstrom
OpenFabrics userspace verbs provider routines. Signed-off-by: Glenn Grundstrom [EMAIL PROTECTED] --- --- NULL1969-12-31 18:00:00.0 -0600 +++ libnes/src/nes_uverbs.c 2007-10-19 11:07:15.0 -0500 @@ -0,0 +1,918 @@ +/* + * Copyright (c) 2006 - 2007 NetEffect, Inc. All

[ewg] [PATCH 13/14 v2] nes: kernel build infrastructure

2007-10-19 Thread ggrundstrom
Kconfig kernel build file. Signed-off-by: Glenn Grundstrom [EMAIL PROTECTED] --- --- NULL1969-12-31 18:00:00.0 -0600 +++ ofa_kernel-1.3/drivers/infiniband/hw/nes/Kconfig2007-10-19 09:43:32.0 -0500 @@ -0,0 +1,15 @@ +config INFINIBAND_NES + tristate NetEffect

[ewg] [PATCH 12/14 v2] nes: OpenFabrics kernel verbs includes

2007-10-19 Thread ggrundstrom
OpenFabrics kernel vers provider structures and defines. Signed-off-by: Glenn Grundstrom [EMAIL PROTECTED] --- --- NULL1969-12-31 18:00:00.0 -0600 +++ ofa_kernel-1.3/drivers/infiniband/hw/nes/nes_verbs.h2007-10-19 09:43:33.0 -0500 @@ -0,0 +1,165 @@ +/* + *

[ewg] [PATCH 9/14 v2] nes: kernel to userspace structures

2007-10-19 Thread ggrundstrom
Kernel to userspace includes, structures and defines. Signed-off-by: Glenn Grundstrom [EMAIL PROTECTED] --- --- NULL1969-12-31 18:00:00.0 -0600 +++ ofa_kernel-1.3/drivers/infiniband/hw/nes/nes_user.h 2007-10-19 09:43:32.0 -0500 @@ -0,0 +1,95 @@ +/* + * Copyright (c) 2006

[ewg] [PATCH 7/14 v2] nes: hardware specific includes

2007-10-19 Thread ggrundstrom
Hardware structures and defines. Signed-off-by: Glenn Grundstrom [EMAIL PROTECTED] --- --- NULL1969-12-31 18:00:00.0 -0600 +++ ofa_kernel-1.3/drivers/infiniband/hw/nes/nes_hw.h 2007-10-19 09:43:32.0 -0500 @@ -0,0 +1,1124 @@ +/* +* Copyright (c) 2006 - 2007 NetEffect,

[ewg] [PATCH 5/14 v2] nes: context structures and defines

2007-10-19 Thread ggrundstrom
QP context structures and defines Signed-off-by: Glenn Grundstrom [EMAIL PROTECTED] --- --- NULL1969-12-31 18:00:00.0 -0600 +++ ofa_kernel-1.3/drivers/infiniband/hw/nes/nes_context.h 2007-10-19 09:43:32.0 -0500 @@ -0,0 +1,193 @@ +/* + * Copyright (c) 2006 NetEffect,

[ewg] [PATCH 2/14 v2] nes: device structures and defines

2007-10-19 Thread ggrundstrom
Main include file for device structures and defines. Signed-off-by: Glenn Grundstrom [EMAIL PROTECTED] --- --- NULL1969-12-31 18:00:00.0 -0600 +++ ofa_kernel-1.3/drivers/infiniband/hw/nes/nes.h 2007-10-19 09:59:12.0 -0500 @@ -0,0 +1,613 @@ +/* + * Copyright (c) 2006

[ewg] Re: [PATCH 2/14 v2] nes: device structures and defines

2007-10-19 Thread Stephen Hemminger
On Fri, 19 Oct 2007 15:04:08 -0500 [EMAIL PROTECTED] wrote: Main include file for device structures and defines. Signed-off-by: Glenn Grundstrom [EMAIL PROTECTED] You are starting off on the wrong foot. +#ifdef CONFIG_INFINIBAND_NES_DEBUG +#define assert(expr)

[ewg] [PATCH 0/14 v2] nes: NetEffect 10Gb RNIC Driver

2007-10-19 Thread ggrundstrom
This is the second posting for the series of patches containing the source code for the NetEffect 10Gb RNIC adapter. The driver is split into two components - a kernel driver module and a userspace library. The code can also be found in the following git trees.

[ewg] Re: [PATCH 2/14 v2] nes: device structures and defines

2007-10-19 Thread Stephen Hemminger
On Fri, 19 Oct 2007 22:22:44 -0700 Roland Dreier [EMAIL PROTECTED] wrote: You are starting off on the wrong foot. ??? That was a introductory comment because even in reviewing the first file (which had almost no code), I saw so many style issues. +if(!(expr)) {