diff options
author | David Gibson <david@gibson.dropbear.id.au> | 2024-07-05 20:44:02 +1000 |
---|---|---|
committer | Stefano Brivio <sbrivio@redhat.com> | 2024-07-05 15:26:30 +0200 |
commit | fbd78b6f3e95b1e6b712d8ad6283b588e8cfe9c4 (patch) | |
tree | 95c82b47ae7ba574c8eb666c7cc50dd285690318 /doc/platform-requirements | |
parent | f62c33d85f457b9d64987ee3b1ef4f998bd3a8aa (diff) | |
download | passt-fbd78b6f3e95b1e6b712d8ad6283b588e8cfe9c4.tar passt-fbd78b6f3e95b1e6b712d8ad6283b588e8cfe9c4.tar.gz passt-fbd78b6f3e95b1e6b712d8ad6283b588e8cfe9c4.tar.bz2 passt-fbd78b6f3e95b1e6b712d8ad6283b588e8cfe9c4.tar.lz passt-fbd78b6f3e95b1e6b712d8ad6283b588e8cfe9c4.tar.xz passt-fbd78b6f3e95b1e6b712d8ad6283b588e8cfe9c4.tar.zst passt-fbd78b6f3e95b1e6b712d8ad6283b588e8cfe9c4.zip |
udp: Rename IOV and mmsghdr arrays
Make the salient points about these various arrays clearer with renames:
* udp_l2_iov_sock and udp[46]_l2_mh_sock don't really have anything to do
with L2. They are, however, specific to receiving not sending. Rename
to udp_iov_recv and udp[46]_mh_recv.
* udp[46]_l2_iov_tap is redundant - "tap" implies L2 and vice versa.
Rename to udp[46]_l2_iov
* udp[46]_localname are (for now) pre-populated with the local address but
the more salient point is that these are the destination address for the
splice arrays. Rename to udp[46]_splice_to
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
Diffstat (limited to 'doc/platform-requirements')
0 files changed, 0 insertions, 0 deletions