From: Vu Pham <vuhuong-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
To: Roland Dreier <rdreier-FYB4Gu1CFyUAvxtiuMwx3w@public.gmane.org>
Cc: Linux RDMA <linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
OpenFabrics EWG
<ewg-ZwoEplunGu1OwGhvXhtEPSCwEArCW2h5@public.gmane.org>,
Oren Duer <oren-VPRAkNaXOzVS1MOuV/RT9w@public.gmane.org>
Subject: [PATCH 00/10] Add fcoe, fcoib drivers for mlx4 device
Date: Fri, 06 Aug 2010 15:49:20 -0700 [thread overview]
Message-ID: <4C5C9170.20706@mellanox.com> (raw)
Hi Roland,
The following series implements fcoe and fcoib offload driver for mlx4
device
mlx4_fc: implement fcoe/fcoib, hook to scsi mid-layer to offload scsi
operations, and use openfc's libfc to do ELS/BLS
mlx4_fcoib: driver implement fcoib initialization protocol to discover
IB-FC gateways/bridges
Yevgeny Petrilin:
Pre-reserve MTPs for FC
Attach cq to the least cqs attached completion vector
Enable T11 bit support in fw
Add API to query the steer capabilities of mlx4 device
Oren Duer:
Add APIs to mlx4_en/mlx4_ib driver to query interfaces for given
internal device
Add MPT reserve/release_range APIs
Vu Pham:
Enable vlan support in qp path
Enable mlx4_fc/mlx4_fcoib driver in scsi Kconfig/Makefile
Add mlx4_fc/mlx4_fcoib drivers
drivers/infiniband/hw/mlx4/cq.c | 4 +-
drivers/infiniband/hw/mlx4/main.c | 10 +-
drivers/net/mlx4/cq.c | 27 +-
drivers/net/mlx4/en_cq.c | 2 +-
drivers/net/mlx4/en_main.c | 14 +
drivers/net/mlx4/fw.c | 13 +
drivers/net/mlx4/intf.c | 50 +
drivers/net/mlx4/main.c | 10 +-
drivers/net/mlx4/mlx4.h | 2 +
drivers/net/mlx4/mr.c | 29 +-
drivers/scsi/Kconfig | 14 +
drivers/scsi/Makefile | 2 +
drivers/scsi/mlx4_fc/Makefile | 8 +
drivers/scsi/mlx4_fc/fcoib.h | 561 +++++++++
drivers/scsi/mlx4_fc/fcoib_api.h | 102 ++
drivers/scsi/mlx4_fc/fcoib_discover.c | 2003
+++++++++++++++++++++++++++++++++
drivers/scsi/mlx4_fc/fcoib_main.c | 1340 ++++++++++++++++++++++
drivers/scsi/mlx4_fc/mfc.c | 1992
++++++++++++++++++++++++++++++++
drivers/scsi/mlx4_fc/mfc.h | 662 +++++++++++
drivers/scsi/mlx4_fc/mfc_exch.c | 1502 ++++++++++++++++++++++++
drivers/scsi/mlx4_fc/mfc_rfci.c | 990 ++++++++++++++++
drivers/scsi/mlx4_fc/mfc_sysfs.c | 243 ++++
include/linux/mlx4/device.h | 20 +-
include/linux/mlx4/driver.h | 17 +
include/linux/mlx4/qp.h | 2 +-
include/rdma/ib_verbs.h | 10 +-
26 files changed, 9606 insertions(+), 23 deletions(-)
next reply other threads:[~2010-08-06 22:49 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-08-06 22:49 Vu Pham [this message]
[not found] ` <4C5C9170.20706-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
2010-08-09 16:10 ` [PATCH 00/10] Add fcoe, fcoib drivers for mlx4 device Roland Dreier
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4C5C9170.20706@mellanox.com \
--to=vuhuong-vpraknaxozvwk0htik3j/w@public.gmane.org \
--cc=ewg-ZwoEplunGu1OwGhvXhtEPSCwEArCW2h5@public.gmane.org \
--cc=linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=oren-VPRAkNaXOzVS1MOuV/RT9w@public.gmane.org \
--cc=rdreier-FYB4Gu1CFyUAvxtiuMwx3w@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox