linux/drivers/net/ethernet/chelsio/cxgb4
Vipul Pandya dca4faeb81 cxgb4: Add LE hash collision bug fix path in LLD driver
It supports establishing passive open connection through firmware filter work
request. Passive open connection will go through this path as now instead of
listening server we create a server filter which will redirect the incoming SYN
packet to the offload queue.

It divides filter region into regular filters and server filter portion. It
introduces new server filter region which will be exclusively used for creating
server filters. This region will not overlap with regular filter region.

It provides new API cxgb4_alloc_sftid in LLD for getting stid in case of LE
hash collision path. This new stid will be used to open server filter in the
filter region.

Signed-off-by: Vipul Pandya <vipul@chelsio.com>
Signed-off-by: Roland Dreier <roland@purestorage.com>
2012-12-19 09:28:19 -08:00
..
cxgb4_main.c cxgb4: Add LE hash collision bug fix path in LLD driver 2012-12-19 09:28:19 -08:00
cxgb4_uld.h cxgb4: Add LE hash collision bug fix path in LLD driver 2012-12-19 09:28:19 -08:00
cxgb4.h cxgb4: Add LE hash collision bug fix path in LLD driver 2012-12-19 09:28:19 -08:00
l2t.c cxgb4: Add T4 filter support 2012-12-19 09:28:19 -08:00
l2t.h cxgb4: Add T4 filter support 2012-12-19 09:28:19 -08:00
Makefile
sge.c [SCSI] cxgb4/cxgb4vf: Chelsio FCoE offload driver submission (common header updates). 2012-11-27 09:00:38 +04:00
t4_hw.c cxgb4: Add T4 filter support 2012-12-19 09:28:19 -08:00
t4_hw.h cxgb4: Add functions to read memory via PCIE memory window 2012-09-27 17:55:50 -04:00
t4_msg.h cxgb4: Add T4 filter support 2012-12-19 09:28:19 -08:00
t4_regs.h cxgb4: Add LE hash collision bug fix path in LLD driver 2012-12-19 09:28:19 -08:00
t4fw_api.h cxgb4: Add T4 filter support 2012-12-19 09:28:19 -08:00