diff options
author | Ofir Gal <[email protected]> | 2024-07-18 11:45:12 +0300 |
---|---|---|
committer | Jens Axboe <[email protected]> | 2024-07-28 16:47:51 -0600 |
commit | 23a55f4492fcf868d068da31a2cd30c15f46207d (patch) | |
tree | 1b4347b4a8e45a5dfee27f192437de47537f42ad /lib/memory-notifier-error-inject.c | |
parent | 79c6c60a6c1f5128b31ab80b7ac1c4d8255342ac (diff) |
net: introduce helper sendpages_ok()
Network drivers are using sendpage_ok() to check the first page of an
iterator in order to disable MSG_SPLICE_PAGES. The iterator can
represent list of contiguous pages.
When MSG_SPLICE_PAGES is enabled skb_splice_from_iter() is being used,
it requires all pages in the iterator to be sendable. Therefore it needs
to check that each page is sendable.
The patch introduces a helper sendpages_ok(), it returns true if all the
contiguous pages are sendable.
Drivers who want to send contiguous pages with MSG_SPLICE_PAGES may use
this helper to check whether the page list is OK. If the helper does not
return true, the driver should remove MSG_SPLICE_PAGES flag.
Reviewed-by: Christoph Hellwig <[email protected]>
Reviewed-by: Sagi Grimberg <[email protected]>
Signed-off-by: Ofir Gal <[email protected]>
Acked-by: Jakub Kicinski <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'lib/memory-notifier-error-inject.c')
0 files changed, 0 insertions, 0 deletions