freebsd-skq/sys/dev/cxgbe/common
Navdeep Parhar e682d02e12 Support for TCP DDP (Direct Data Placement) in the T4 TOE module.
Basically, this is automatic rx zero copy when feasible.  TCP payload is
DMA'd directly into the userspace buffer described by the uio submitted
in soreceive by an application.

- Works with sockets that are being handled by the TCP offload engine
  of a T4 chip (you need t4_tom.ko module loaded after cxgbe, and an
  "ifconfig +toe" on the cxgbe interface).
- Does not require any modification to the application.
- Not enabled by default.  Use hw.t4nex.<X>.toe.ddp="1" to enable it.
2012-08-17 00:49:29 +00:00
..
common.h cxgbe(4): update to firmware interface 1.5.2.0; updates to shared code. 2012-06-22 07:51:15 +00:00
jhash.h L2 table code. This is enough to get the T4's switch + L2 rewrite 2011-05-30 21:07:26 +00:00
t4_hw.c cxgbe(4): update to firmware interface 1.5.2.0; updates to shared code. 2012-06-22 07:51:15 +00:00
t4_hw.h Support for TCP DDP (Direct Data Placement) in the T4 TOE module. 2012-08-17 00:49:29 +00:00
t4_msg.h Support for TCP DDP (Direct Data Placement) in the T4 TOE module. 2012-08-17 00:49:29 +00:00
t4_regs_values.h
t4_regs.h
t4_tcb.h