sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
modules: a lot: need opt_kern_tls.hThis fixes the standalone build.
sys/modules: normalize .CURDIR-relative paths to SRCTOPThis simplifies make output/logicTested with: `cd sys/modules; make ALL_MODULES=` on amd64MFC after: 1 monthSponsored by: Dell EMC Isilon
cxgbe/cxgbei: Retire all DDP related code from cxgbei and switch toroutines available in t4_tom to manage the iSCSI DDP page pod region.This adds the ability to use multiple DDP page sizes to the
cxgbe/cxgbei: Retire all DDP related code from cxgbei and switch toroutines available in t4_tom to manage the iSCSI DDP page pod region.This adds the ability to use multiple DDP page sizes to the iSCSIdriver, among other improvements.Sponsored by: Chelsio Communications
show more ...
cxgbei: Hardware accelerated iSCSI target and initiator for TOE capablecards supported by cxgbe(4).On the host side this driver interfaces with the storage stack via theICL (iSCSI Common Layer) i
cxgbei: Hardware accelerated iSCSI target and initiator for TOE capablecards supported by cxgbe(4).On the host side this driver interfaces with the storage stack via theICL (iSCSI Common Layer) in the kernel. On the wire the traffic isstandard iSCSI (SCSI over TCP as per RFC 3720/7143 etc.) thatinteroperates with all other standards compliant implementations. Thedriver is layered on top of the TOE driver (t4_tom) and promotesconnections being handled by t4_tom to iSCSI ULP (Upper Layer Protocol)mode. Hardware assistance in this mode includes:- Full TCP processing.- iSCSI PDU identification and recovery within the TCP stream.- Header and/or data digest insertion (tx) and verification (rx).- Zero copy (both tx and rx).Man page will follow in a separate commit in a couple of weeks.Relnotes: YesSponsored by: Chelsio Communications