Re: [PATCH v4 net-next 00/21] nvme-tcp receive offloads

2021-02-21 Thread Or Gerlitz
On Thu, Feb 11, 2021 at 11:15 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

Re: [PATCH v4 net-next 00/21] nvme-tcp receive offloads

2021-02-11 Thread Boris Pismenny
On 11/02/2021 23:32, Randy Dunlap wrote: > > Hi, > Did vger.kernel.org eat patch 21/21? > > and does that patch contain the Documentation updates? > > thanks. > It seems the error was on my end, thanks for raising this, I've resent that patch now.

Re: [PATCH v4 net-next 00/21] nvme-tcp receive offloads

2021-02-11 Thread Randy Dunlap
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) > * Avo

[PATCH v4 net-next 00/21] nvme-tcp receive offloads

2021-02-11 Thread Boris Pismenny
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 (Chr