diff options
| author | Laurent Vivier <lvivier@redhat.com> | 2026-06-17 14:21:03 +0200 |
|---|---|---|
| committer | Stefano Brivio <sbrivio@redhat.com> | 2026-06-19 13:10:24 +0200 |
| commit | 41566e16fe95b856067c044d74928fa930a9e269 (patch) | |
| tree | 18e8e642ec97e9409dbb559c742406180a2a69a5 /test/tcp | |
| parent | ab2260a0c73623f51e95f922002393170d0abe1f (diff) | |
| download | passt-41566e16fe95b856067c044d74928fa930a9e269.tar passt-41566e16fe95b856067c044d74928fa930a9e269.tar.gz passt-41566e16fe95b856067c044d74928fa930a9e269.tar.bz2 passt-41566e16fe95b856067c044d74928fa930a9e269.tar.lz passt-41566e16fe95b856067c044d74928fa930a9e269.tar.xz passt-41566e16fe95b856067c044d74928fa930a9e269.tar.zst passt-41566e16fe95b856067c044d74928fa930a9e269.zip | |
inany: Fix doc comment to match u32 field, not u64
The original siphash incremental patch added a u64[2] member to
union inany_addr for hashing. During review, this was changed to u32[4]
to preserve 4-byte alignment: a u64 member would have forced 8-byte
alignment on the union, mismatching struct in6_addr.
The doc comment was not updated, fix @u64 references to @u32.
Fixes: fc8f0f8c48ef ("siphash: Use incremental rather than all-at-once siphash functions")
Signed-off-by: Laurent Vivier <lvivier@redhat.com>
Reviewed-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
Diffstat (limited to 'test/tcp')
0 files changed, 0 insertions, 0 deletions
