diff options
| author | David Gibson <david@gibson.dropbear.id.au> | 2025-03-05 17:15:05 +1100 |
|---|---|---|
| committer | Stefano Brivio <sbrivio@redhat.com> | 2025-03-07 02:21:24 +0100 |
| commit | 12d5b36b2f17a1ddc9447b925dbec161b4da346a (patch) | |
| tree | 342de7b11561417682f784d37082d1518cf87ed1 /contrib/qemu/git: | |
| parent | e36c35c952ef0848383cba8ef71e13cf25dab2da (diff) | |
| download | passt-12d5b36b2f17a1ddc9447b925dbec161b4da346a.tar passt-12d5b36b2f17a1ddc9447b925dbec161b4da346a.tar.gz passt-12d5b36b2f17a1ddc9447b925dbec161b4da346a.tar.bz2 passt-12d5b36b2f17a1ddc9447b925dbec161b4da346a.tar.lz passt-12d5b36b2f17a1ddc9447b925dbec161b4da346a.tar.xz passt-12d5b36b2f17a1ddc9447b925dbec161b4da346a.tar.zst passt-12d5b36b2f17a1ddc9447b925dbec161b4da346a.zip | |
checksum: Don't export various functions
Several of the exposed functions in checksum.h are no longer directly used.
Remove them from the header, and make static. In particular sum_16b()
should not be used outside: generally csum_unfolded() should be used which
will automatically use either the AVX2 optimized version or sum_16b() as
necessary.
csum_fold() and csum() could have external uses, but they're not used right
now. We can expose them again if we need to.
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
Diffstat (limited to 'contrib/qemu/git:')
0 files changed, 0 insertions, 0 deletions
