This is an automated email from the ASF dual-hosted git repository.
cmcfarlen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
from 2e32b494e Replace curl with proxy verifier in proxy protocol tests
(#9684)
add 473a0fa29 Make io_uring or thread AIO modes a startup time decision
(vs compile time) (#9630)
No new revisions were added by this update.
Summary of changes:
CMakeLists.txt | 9 ++
doc/admin-guide/files/records.yaml.en.rst | 42 +++++++
include/tscore/ink_config.h.cmake.in | 2 +-
iocore/aio/AIO.cc | 195 +++++++++++++++++-------------
iocore/aio/I_AIO.h | 44 ++-----
iocore/aio/P_AIO.h | 16 ++-
iocore/aio/sample.cfg | 4 +-
iocore/aio/test_AIO.cc | 30 +++--
iocore/io_uring/I_IO_URING.h | 9 +-
iocore/io_uring/io_uring.cc | 31 ++++-
iocore/net/UnixNet.cc | 8 +-
src/records/RecordsConfig.cc | 15 ++-
src/traffic_server/CMakeLists.txt | 4 +-
src/traffic_server/traffic_server.cc | 34 +++++-
14 files changed, 295 insertions(+), 148 deletions(-)