mirror-linux/drivers/net/hyperv
Michael Kelley 5bbc644bbf hv_netvsc: Remove rmsg_pgcnt
init_page_array() now always creates a single page buffer array entry
for the rndis message, even if the rndis message crosses a page
boundary. As such, the number of page buffer array entries used for
the rndis message must no longer be tracked -- it is always just 1.
Remove the rmsg_pgcnt field and use "1" where the value is needed.

Cc: <stable@vger.kernel.org> # 6.1.x
Signed-off-by: Michael Kelley <mhklinux@outlook.com>
Link: https://patch.msgid.link/20250513000604.1396-5-mhklinux@outlook.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2025-05-14 19:45:24 -07:00
..
Kconfig hv_netvsc: rndis_filter needs to select NLS 2023-12-01 20:12:24 -08:00
Makefile
hyperv_net.h hv_netvsc: Remove rmsg_pgcnt 2025-05-14 19:45:24 -07:00
netvsc.c hv_netvsc: Remove rmsg_pgcnt 2025-05-14 19:45:24 -07:00
netvsc_bpf.c net: refactor ->ndo_bpf calls into dev_xdp_propagate 2024-08-24 15:27:22 +01:00
netvsc_drv.c hv_netvsc: Remove rmsg_pgcnt 2025-05-14 19:45:24 -07:00
netvsc_trace.c
netvsc_trace.h tracing/treewide: Remove second parameter of __assign_str() 2024-05-22 20:14:47 -04:00
rndis_filter.c hv_netvsc: Preserve contiguous PFN grouping in the page buffer array 2025-05-14 19:45:24 -07:00