This is an automated email from the ASF dual-hosted git repository.

bnolsen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


    from 04f0ef346f Add host_override NH option (#9984)
     add 2a06fe79f8 prefetch: widen evaluations from 32 to 64 bits (#9985)

No new revisions were added by this update.

Summary of changes:
 doc/admin-guide/plugins/prefetch.en.rst            |  16 ++
 plugins/prefetch/configs.cc                        |  40 +++
 plugins/prefetch/configs.h                         |  20 +-
 plugins/prefetch/evaluate.cc                       | 270 +++++++++++++++++++--
 plugins/prefetch/evaluate.h                        |   8 +-
 plugins/prefetch/plugin.cc                         |   6 +-
 plugins/prefetch/test/test_evaluate.cc             |  43 +++-
 .../pluginTest/prefetch/prefetch_bignum.gold       |   4 +
 ...etch_simple.test.py => prefetch_bignum.test.py} |  17 +-
 .../pluginTest/prefetch/prefetch_overflow.gold     |   4 +
 ...ch_simple.test.py => prefetch_overflow.test.py} |  15 +-
 .../pluginTest/prefetch/prefetch_simple.test.py    |   6 +-
 12 files changed, 395 insertions(+), 54 deletions(-)
 create mode 100644 tests/gold_tests/pluginTest/prefetch/prefetch_bignum.gold
 copy tests/gold_tests/pluginTest/prefetch/{prefetch_simple.test.py => 
prefetch_bignum.test.py} (84%)
 create mode 100644 tests/gold_tests/pluginTest/prefetch/prefetch_overflow.gold
 copy tests/gold_tests/pluginTest/prefetch/{prefetch_simple.test.py => 
prefetch_overflow.test.py} (87%)

Reply via email to