K 10 svn:author V 5 markj K 8 svn:date V 27 2019-05-31T18:29:12.387994Z K 7 svn:log V 580 netdump: Buffer pages to avoid calling netdump_send() on each 4KB write. netdump waits for acknowledgement from the server for each write. When dumping page table pages, we perform many small writes, limiting throughput. Use the netdump client's buffer to buffer small contiguous writes before calling netdump_send() to flush the MAXDUMPPGS-sized buffer. This results in a significant reduction in the time taken to complete a netdump. Submitted by: Sam Gwydir Reviewed by: cem MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D20317 END