From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751271AbWFGUGt (ORCPT ); Wed, 7 Jun 2006 16:06:49 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751269AbWFGUGt (ORCPT ); Wed, 7 Jun 2006 16:06:49 -0400 Received: from rrcs-24-227-247-179.sw.biz.rr.com ([24.227.247.179]:23211 "EHLO linux.local") by vger.kernel.org with ESMTP id S1751259AbWFGUGr (ORCPT ); Wed, 7 Jun 2006 16:06:47 -0400 From: Steve Wise Subject: [PATCH v2 0/7][RFC] Ammasso 1100 iWARP Driver Date: Wed, 07 Jun 2006 15:06:46 -0500 To: rdreier@cisco.com, mshefty@ichips.intel.com Cc: linux-kernel@vger.kernel.org, netdev@vger.kernel.org, openib-general@openib.org Message-Id: <20060607200646.9259.24588.stgit@stevo-desktop> Content-Type: text/plain; charset=utf-8; format=fixed Content-Transfer-Encoding: 8bit User-Agent: StGIT/0.9 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org This patchset implements the iWARP provider driver for the Ammasso 1100 RNIC. It is dependent on the "iWARP Core Support" patch set. We're submitting it for review with the goal for inclusion in the 2.6.19 kernel. This code has gone through several reviews in the openib-general list. Now we are submitting it for external review by the linux community. This StGIT patchset is cloned from Roland Dreier's infiniband.git for-2.6.18 branch. The patchset consists of 7 patches: 1 - Low-level device interface and native stack support 2 - Work request definitions 3 - Provider interface 4 - Memory management 5 - User mode message queue implementation 6 - Verbs queue implementation 7 - Kconfig and Makefile I believe I've addressed all the round 1 review comments. Details of the changes are tracked in each patch comment. Signed-off-by: Tom Tucker Signed-off-by: Steve Wise