You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by cm...@apache.org on 2023/03/13 22:31:10 UTC

[trafficserver] branch master updated (a6df23009 -> 07a1543c8)

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 a6df23009 Separate io_uring into a separate library. AIO in io_uring mode uses new io_uring lib. (#9462)
     add 07a1543c8 Hugepage config cleanup (#9479)

No new revisions were added by this update.

Summary of changes:
 doc/admin-guide/files/records.yaml.en.rst      | 35 +++---------
 iocore/cache/Cache.cc                          |  6 +-
 iocore/cache/CacheDir.cc                       |  4 +-
 iocore/cache/P_CacheInternal.h                 |  1 -
 iocore/eventsystem/EventSystem.cc              | 20 ++-----
 iocore/eventsystem/IOBuffer.cc                 | 77 ++++++++++++++++++++++++++
 iocore/eventsystem/I_IOBuffer.h                |  2 +
 iocore/eventsystem/unit_tests/test_IOBuffer.cc | 45 +++++++++++++++
 iocore/hostdb/Makefile.am                      |  5 +-
 proxy/logging/Makefile.am                      |  6 +-
 src/records/RecordsConfig.cc                   |  4 --
 src/traffic_quic/Makefile.inc                  |  2 +-
 12 files changed, 145 insertions(+), 62 deletions(-)