freebsd-skq/sys/dev/cxgbe/iw_cxgbe
Navdeep Parhar 097f289f25 Fix for iWARP servers that listen on INADDR_ANY.
The iWARP Connection Manager (CM) on FreeBSD creates a TCP socket to
represent an iWARP endpoint when the connection is over TCP. For
servers the current approach is to invoke create_listen callback for
each iWARP RNIC registered with the CM. This doesn't work too well for
INADDR_ANY because a listen on any TCP socket already notifies all
hardware TOEs/RNICs of the new listener. This patch fixes the server
side of things for FreeBSD. We've tried to keep all these modifications
in the iWARP/TCP specific parts of the OFED infrastructure as much as
possible.

Submitted by:	Krishnamraju Eraparaju @ Chelsio (with design inputs from Steve Wise)
Sponsored by:	Chelsio Communications
Differential Revision:	https://reviews.freebsd.org/D4801
2016-01-22 23:33:34 +00:00
..
cm.c Fix for iWARP servers that listen on INADDR_ANY. 2016-01-22 23:33:34 +00:00
cq.c Update the infiniband stack to Mellanox's OFED version 2.1. 2015-02-17 08:40:27 +00:00
device.c Rename linuxapi[.ko] into linuxkpi[.ko], to reflect that it is a 2015-10-22 09:50:45 +00:00
ev.c
id_table.c
iw_cxgbe.h Fix for iWARP servers that listen on INADDR_ANY. 2016-01-22 23:33:34 +00:00
mem.c Update the infiniband stack to Mellanox's OFED version 2.1. 2015-02-17 08:40:27 +00:00
provider.c Fix for iWARP servers that listen on INADDR_ANY. 2016-01-22 23:33:34 +00:00
qp.c Merge LinuxKPI changes from DragonflyBSD: 2015-10-19 12:26:38 +00:00
resource.c
t4.h
user.h