* Re: [PATCH net-next v3 17/18] sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)
@ 2023-07-02 17:54 Askar Safin
0 siblings, 0 replies; only message in thread
From: Askar Safin @ 2023-07-02 17:54 UTC (permalink / raw)
To: David Howells
Cc: netdev, Alexander Duyck, David S. Miller, Eric Dumazet,
Jakub Kicinski, Paolo Abeni, Willem de Bruijn, David Ahern,
Matthew Wilcox, Jens Axboe, linux-mm, linux-kernel,
Marc Kleine-Budde, bpf, dccp, linux-afs, linux-arm-msm,
linux-can, linux-crypto, linux-doc, linux-fsdevel, linux-hams,
linux-nfs, linux-rdma, linux-sctp, linux-wpan, linux-x25, mptcp,
rds-devel, tipc-discussion, virtualization
> -/* In some cases, both sendpage() and sendmsg() could have added
> - * an skb to the write queue, but failed adding payload on it.
> - * We need to remove it to consume less memory, but more
> - * importantly be able to generate EPOLLOUT for Edge Trigger epoll()
> - * users.
> +/* In some cases, both sendmsg() could have added an skb to the write queue,
> + * but failed adding payload on it. We need to remove it to consume less
> + * memory, but more importantly be able to generate EPOLLOUT for Edge Trigger
> + * epoll() users.
> */
There is a typo here. "Both" is redundant now
--
Askar Safin
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2023-07-02 17:55 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-02 17:54 [PATCH net-next v3 17/18] sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES) Askar Safin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox