CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/06/17 23:33:17
Modified files:
sys/net : toeplitz.c
Log message:
Now that the calls to stoeplitz_cache_entry() are out of the way, we can
ditch half of the calculations by merging the computation of hi and lo,
only splitting at the end. This allows us to leverage stoeplitz_hash_n16().
The name lo is now wrong. I kept it in order to avoid noise. I'm going to
clean this up in the next step.
ok dlg
