This small series exposes io_uring's high order page configuration via the page_pool netlink interface and updates the appropriate selftest to check this value.
--- v2: - Switched from exposing page_pool order to rx_buf_len via nl_fill of the io_uring memory provider. - Updated selftest to check rx_buf_len. - v1: https://lore.kernel.org/all/[email protected]/ --- Dragos Tatulea (2): netdev: expose io_uring rx_page_order order via netlink io_uring/zcrx: selftests: verify rx_buf_len for large chunks Documentation/netlink/specs/netdev.yaml | 9 ++++++- include/uapi/linux/netdev.h | 2 ++ io_uring/zcrx.c | 8 ++++++ tools/include/uapi/linux/netdev.h | 2 ++ .../selftests/drivers/net/hw/iou-zcrx.py | 26 ++++++++++++++++++- 5 files changed, 45 insertions(+), 2 deletions(-) -- 2.54.0

