On 2/11/21 1:10 PM, Boris Pismenny wrote: > Changes since v3: > ========================================= > * Use DDP_TCP ifdefs in iov_iter and skb iterators to minimize impact > when compiled out (Christoph) > * Simplify netdev references and reduce the use of > get_netdev_for_sock (Sagi) > * Avoid "static" in it's own line, move it one line down (Christoph) > * Pass (queue, skb, *offset) and retrieve the pdu_seq in > nvme_tcp_resync_response (Sagi) > * Add missing assignment of offloading_netdev to null in offload_limits > error case (Sagi) > * Set req->offloaded = false once -- the lifetime rules are: > set to false on cmd_setup / set to true when ddp setup succeeds (Sagi) > * Replace pr_info_ratelimited with dev_info_ratelimited (Sagi) > * Add nvme_tcp_complete_request and invoke it from two similar call > sites (Sagi) > * Introduce nvme_tcp_req_map_sg earlier in the series (Sagi) > * Add nvme_tcp_consume_skb and put into it a hunk from > nvme_tcp_recv_data to handle copy with and without offload
Hi, Did vger.kernel.org eat patch 21/21? and does that patch contain the Documentation updates? thanks. -- ~Randy