]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC 318388: Add sglist_append_sglist().
authorjhb <jhb@FreeBSD.org>
Mon, 11 Mar 2019 22:48:51 +0000 (22:48 +0000)
committerjhb <jhb@FreeBSD.org>
Mon, 11 Mar 2019 22:48:51 +0000 (22:48 +0000)
commit943300edaa753eeaca4296e8f919d08f8bdc4751
treee7577152b1bd343aab765f798229e7ae71163db1
parent0d9acfd7cebb32f11d5f8858f07798cab8824843
MFC 318388: Add sglist_append_sglist().

This function permits a range of one scatter/gather list to be appended to
another sglist.  This can be used to construct a scatter/gather list that
reorders or duplicates ranges from one or more existing scatter/gather
lists.

Sponsored by: Chelsio Communications
share/man/man9/Makefile
share/man/man9/sglist.9
sys/kern/subr_sglist.c
sys/sys/sglist.h