grpc 1.40.0 → 1.41.0
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of grpc might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/Makefile +27 -36
- data/include/grpc/byte_buffer.h +1 -1
- data/include/grpc/byte_buffer_reader.h +1 -1
- data/include/grpc/event_engine/endpoint_config.h +6 -11
- data/include/grpc/event_engine/event_engine.h +63 -58
- data/include/grpc/event_engine/port.h +1 -3
- data/include/grpc/event_engine/slice_allocator.h +6 -1
- data/include/grpc/fork.h +1 -1
- data/include/grpc/grpc.h +10 -4
- data/include/grpc/grpc_posix.h +5 -2
- data/include/grpc/impl/codegen/atm.h +5 -3
- data/include/grpc/impl/codegen/atm_gcc_atomic.h +2 -0
- data/include/grpc/impl/codegen/atm_gcc_sync.h +2 -0
- data/include/grpc/impl/codegen/atm_windows.h +2 -0
- data/include/grpc/impl/codegen/byte_buffer.h +2 -0
- data/include/grpc/impl/codegen/byte_buffer_reader.h +2 -0
- data/include/grpc/impl/codegen/compression_types.h +2 -0
- data/include/grpc/impl/codegen/connectivity_state.h +2 -0
- data/include/grpc/impl/codegen/fork.h +2 -0
- data/include/grpc/impl/codegen/gpr_slice.h +2 -0
- data/include/grpc/impl/codegen/gpr_types.h +2 -0
- data/include/grpc/impl/codegen/grpc_types.h +4 -5
- data/include/grpc/impl/codegen/log.h +2 -0
- data/include/grpc/impl/codegen/port_platform.h +26 -22
- data/include/grpc/impl/codegen/propagation_bits.h +2 -0
- data/include/grpc/impl/codegen/slice.h +2 -0
- data/include/grpc/impl/codegen/status.h +2 -0
- data/include/grpc/impl/codegen/sync.h +8 -5
- data/include/grpc/impl/codegen/sync_abseil.h +2 -0
- data/include/grpc/impl/codegen/sync_custom.h +2 -0
- data/include/grpc/impl/codegen/sync_generic.h +3 -0
- data/include/grpc/impl/codegen/sync_posix.h +4 -2
- data/include/grpc/impl/codegen/sync_windows.h +2 -0
- data/include/grpc/slice.h +1 -1
- data/include/grpc/status.h +1 -1
- data/include/grpc/support/atm.h +1 -1
- data/include/grpc/support/atm_gcc_atomic.h +1 -1
- data/include/grpc/support/atm_gcc_sync.h +1 -1
- data/include/grpc/support/atm_windows.h +1 -1
- data/include/grpc/support/log.h +1 -1
- data/include/grpc/support/port_platform.h +1 -1
- data/include/grpc/support/sync.h +1 -1
- data/include/grpc/support/sync_abseil.h +1 -1
- data/include/grpc/support/sync_custom.h +1 -1
- data/include/grpc/support/sync_generic.h +1 -1
- data/include/grpc/support/sync_posix.h +1 -1
- data/include/grpc/support/sync_windows.h +1 -1
- data/include/grpc/support/time.h +2 -2
- data/src/core/ext/filters/census/grpc_context.cc +1 -0
- data/src/core/ext/filters/client_channel/backend_metric.cc +0 -1
- data/src/core/ext/filters/client_channel/backup_poller.h +1 -0
- data/src/core/ext/filters/client_channel/channel_connectivity.cc +1 -2
- data/src/core/ext/filters/client_channel/client_channel.cc +24 -52
- data/src/core/ext/filters/client_channel/client_channel.h +3 -3
- data/src/core/ext/filters/client_channel/client_channel_channelz.cc +6 -5
- data/src/core/ext/filters/client_channel/client_channel_channelz.h +1 -1
- data/src/core/ext/filters/client_channel/client_channel_factory.cc +1 -0
- data/src/core/ext/filters/client_channel/client_channel_plugin.cc +8 -1
- data/src/core/ext/filters/client_channel/config_selector.cc +1 -0
- data/src/core/ext/filters/client_channel/health/health_check_client.cc +7 -6
- data/src/core/ext/filters/client_channel/health/health_check_client.h +4 -3
- data/src/core/ext/filters/client_channel/http_connect_handshaker.cc +8 -7
- data/src/core/ext/filters/client_channel/http_connect_handshaker.h +10 -2
- data/src/core/ext/filters/client_channel/lb_policy/child_policy_handler.cc +2 -2
- data/src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.cc +2 -8
- data/src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel_secure.cc +1 -2
- data/src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.cc +2 -2
- data/src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h +2 -2
- data/src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.cc +2 -1
- data/src/core/ext/filters/client_channel/lb_policy/priority/priority.cc +14 -23
- data/src/core/ext/filters/client_channel/lb_policy/ring_hash/ring_hash.cc +1 -0
- data/src/core/ext/filters/client_channel/lb_policy/subchannel_list.h +2 -2
- data/src/core/ext/filters/client_channel/lb_policy/weighted_target/weighted_target.cc +2 -8
- data/src/core/ext/filters/client_channel/lb_policy/xds/cds.cc +15 -18
- data/src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_impl.cc +10 -7
- data/src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_manager.cc +2 -8
- data/src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_resolver.cc +2 -3
- data/src/core/ext/filters/client_channel/lb_policy.h +11 -44
- data/src/core/ext/filters/client_channel/lb_policy_registry.cc +4 -7
- data/src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.cc +2 -10
- data/src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver.h +1 -0
- data/src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver_posix.cc +4 -3
- data/src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver_windows.cc +6 -5
- data/src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.cc +14 -19
- data/src/core/ext/filters/client_channel/resolver/dns/native/dns_resolver.cc +1 -0
- data/src/core/ext/filters/client_channel/resolver/fake/fake_resolver.cc +2 -2
- data/src/core/ext/filters/client_channel/resolver/google_c2p/google_c2p_resolver.cc +5 -5
- data/src/core/ext/filters/client_channel/resolver/xds/xds_resolver.cc +5 -8
- data/src/core/ext/filters/client_channel/resolver_result_parsing.cc +2 -3
- data/src/core/ext/filters/client_idle/client_idle_filter.cc +36 -30
- data/src/core/ext/filters/fault_injection/fault_injection_filter.cc +8 -6
- data/src/core/ext/filters/fault_injection/service_config_parser.cc +6 -13
- data/src/core/ext/filters/http/client/http_client_filter.cc +3 -2
- data/src/core/ext/filters/http/client_authority_filter.cc +2 -1
- data/src/core/ext/filters/http/message_compress/message_compress_filter.cc +2 -1
- data/src/core/ext/filters/http/message_compress/message_decompress_filter.cc +7 -8
- data/src/core/ext/filters/http/server/http_server_filter.cc +5 -3
- data/src/core/ext/filters/message_size/message_size_filter.cc +9 -13
- data/src/core/ext/transport/chttp2/alpn/alpn.cc +2 -1
- data/src/core/ext/transport/chttp2/client/chttp2_connector.cc +29 -12
- data/src/core/ext/transport/chttp2/client/chttp2_connector.h +2 -0
- data/src/core/ext/transport/chttp2/client/insecure/channel_create.cc +2 -3
- data/src/core/ext/transport/chttp2/client/insecure/channel_create_posix.cc +10 -6
- data/src/core/ext/transport/chttp2/client/secure/secure_channel_create.cc +2 -3
- data/src/core/ext/transport/chttp2/server/chttp2_server.cc +60 -37
- data/src/core/ext/transport/chttp2/server/insecure/server_chttp2.cc +0 -1
- data/src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.cc +12 -6
- data/src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.cc +5 -9
- data/src/core/ext/transport/chttp2/transport/bin_decoder.cc +3 -1
- data/src/core/ext/transport/chttp2/transport/bin_decoder.h +2 -1
- data/src/core/ext/transport/chttp2/transport/bin_encoder.cc +1 -0
- data/src/core/ext/transport/chttp2/transport/chttp2_slice_allocator.cc +4 -3
- data/src/core/ext/transport/chttp2/transport/chttp2_slice_allocator.h +2 -2
- data/src/core/ext/transport/chttp2/transport/chttp2_transport.cc +24 -30
- data/src/core/ext/transport/chttp2/transport/chttp2_transport.h +4 -1
- data/src/core/ext/transport/chttp2/transport/context_list.h +1 -2
- data/src/core/ext/transport/chttp2/transport/flow_control.cc +39 -23
- data/src/core/ext/transport/chttp2/transport/flow_control.h +9 -3
- data/src/core/ext/transport/chttp2/transport/frame_data.cc +7 -7
- data/src/core/ext/transport/chttp2/transport/frame_data.h +1 -0
- data/src/core/ext/transport/chttp2/transport/frame_goaway.cc +4 -3
- data/src/core/ext/transport/chttp2/transport/frame_goaway.h +1 -0
- data/src/core/ext/transport/chttp2/transport/frame_ping.cc +4 -4
- data/src/core/ext/transport/chttp2/transport/frame_ping.h +1 -0
- data/src/core/ext/transport/chttp2/transport/frame_rst_stream.cc +3 -5
- data/src/core/ext/transport/chttp2/transport/frame_rst_stream.h +1 -0
- data/src/core/ext/transport/chttp2/transport/frame_settings.cc +36 -5
- data/src/core/ext/transport/chttp2/transport/frame_settings.h +1 -0
- data/src/core/ext/transport/chttp2/transport/frame_window_update.cc +12 -7
- data/src/core/ext/transport/chttp2/transport/frame_window_update.h +1 -0
- data/src/core/ext/transport/chttp2/transport/hpack_constants.h +41 -0
- data/src/core/ext/transport/chttp2/transport/hpack_encoder.cc +272 -666
- data/src/core/ext/transport/chttp2/transport/hpack_encoder.h +236 -70
- data/src/core/ext/transport/chttp2/transport/hpack_encoder_index.h +107 -0
- data/src/core/ext/transport/chttp2/transport/hpack_encoder_table.cc +86 -0
- data/src/core/ext/transport/chttp2/transport/hpack_encoder_table.h +69 -0
- data/src/core/ext/transport/chttp2/transport/hpack_parser.cc +776 -1037
- data/src/core/ext/transport/chttp2/transport/hpack_parser.h +48 -169
- data/src/core/ext/transport/chttp2/transport/hpack_parser_table.cc +159 -0
- data/src/core/ext/transport/chttp2/transport/hpack_parser_table.h +130 -0
- data/src/core/ext/transport/chttp2/transport/hpack_utils.cc +46 -0
- data/src/core/ext/transport/chttp2/transport/hpack_utils.h +30 -0
- data/src/core/ext/transport/chttp2/transport/incoming_metadata.cc +2 -2
- data/src/core/ext/transport/chttp2/transport/internal.h +2 -2
- data/src/core/ext/transport/chttp2/transport/parsing.cc +20 -30
- data/src/core/ext/transport/chttp2/transport/popularity_count.h +60 -0
- data/src/core/ext/transport/chttp2/transport/stream_lists.cc +2 -2
- data/src/core/ext/transport/chttp2/transport/varint.cc +7 -3
- data/src/core/ext/transport/chttp2/transport/varint.h +39 -28
- data/src/core/ext/transport/chttp2/transport/writing.cc +32 -28
- data/src/core/ext/transport/inproc/inproc_transport.cc +6 -4
- data/src/core/ext/upb-generated/envoy/admin/v3/config_dump.upb.c +96 -96
- data/src/core/ext/upb-generated/envoy/admin/v3/config_dump.upb.h +221 -89
- data/src/core/ext/upb-generated/envoy/annotations/deprecation.upb.c +1 -1
- data/src/core/ext/upb-generated/envoy/annotations/deprecation.upb.h +1 -1
- data/src/core/ext/upb-generated/envoy/annotations/resource.upb.c +3 -3
- data/src/core/ext/upb-generated/envoy/annotations/resource.upb.h +11 -5
- data/src/core/ext/upb-generated/envoy/config/accesslog/v3/accesslog.upb.c +48 -48
- data/src/core/ext/upb-generated/envoy/config/accesslog/v3/accesslog.upb.h +151 -61
- data/src/core/ext/upb-generated/envoy/config/bootstrap/v3/bootstrap.upb.c +99 -99
- data/src/core/ext/upb-generated/envoy/config/bootstrap/v3/bootstrap.upb.h +171 -69
- data/src/core/ext/upb-generated/envoy/config/cluster/v3/circuit_breaker.upb.c +15 -15
- data/src/core/ext/upb-generated/envoy/config/cluster/v3/circuit_breaker.upb.h +31 -13
- data/src/core/ext/upb-generated/envoy/config/cluster/v3/cluster.upb.c +126 -127
- data/src/core/ext/upb-generated/envoy/config/cluster/v3/cluster.upb.h +229 -101
- data/src/core/ext/upb-generated/envoy/config/cluster/v3/filter.upb.c +4 -4
- data/src/core/ext/upb-generated/envoy/config/cluster/v3/filter.upb.h +11 -5
- data/src/core/ext/upb-generated/envoy/config/cluster/v3/outlier_detection.upb.c +23 -23
- data/src/core/ext/upb-generated/envoy/config/cluster/v3/outlier_detection.upb.h +11 -5
- data/src/core/ext/upb-generated/envoy/config/core/v3/address.upb.c +28 -28
- data/src/core/ext/upb-generated/envoy/config/core/v3/address.upb.h +71 -29
- data/src/core/ext/upb-generated/envoy/config/core/v3/backoff.upb.c +4 -4
- data/src/core/ext/upb-generated/envoy/config/core/v3/backoff.upb.h +11 -5
- data/src/core/ext/upb-generated/envoy/config/core/v3/base.upb.c +82 -82
- data/src/core/ext/upb-generated/envoy/config/core/v3/base.upb.h +201 -81
- data/src/core/ext/upb-generated/envoy/config/core/v3/config_source.upb.c +24 -24
- data/src/core/ext/upb-generated/envoy/config/core/v3/config_source.upb.h +51 -21
- data/src/core/ext/upb-generated/envoy/config/core/v3/event_service_config.upb.c +3 -3
- data/src/core/ext/upb-generated/envoy/config/core/v3/event_service_config.upb.h +11 -5
- data/src/core/ext/upb-generated/envoy/config/core/v3/extension.upb.c +9 -9
- data/src/core/ext/upb-generated/envoy/config/core/v3/extension.upb.h +21 -9
- data/src/core/ext/upb-generated/envoy/config/core/v3/grpc_service.upb.c +62 -62
- data/src/core/ext/upb-generated/envoy/config/core/v3/grpc_service.upb.h +131 -53
- data/src/core/ext/upb-generated/envoy/config/core/v3/health_check.upb.c +51 -51
- data/src/core/ext/upb-generated/envoy/config/core/v3/health_check.upb.h +81 -33
- data/src/core/ext/upb-generated/envoy/config/core/v3/http_uri.upb.c +5 -5
- data/src/core/ext/upb-generated/envoy/config/core/v3/http_uri.upb.h +11 -5
- data/src/core/ext/upb-generated/envoy/config/core/v3/protocol.upb.c +62 -62
- data/src/core/ext/upb-generated/envoy/config/core/v3/protocol.upb.h +141 -57
- data/src/core/ext/upb-generated/envoy/config/core/v3/proxy_protocol.upb.c +3 -3
- data/src/core/ext/upb-generated/envoy/config/core/v3/proxy_protocol.upb.h +11 -5
- data/src/core/ext/upb-generated/envoy/config/core/v3/resolver.upb.c +7 -7
- data/src/core/ext/upb-generated/envoy/config/core/v3/resolver.upb.h +21 -9
- data/src/core/ext/upb-generated/envoy/config/core/v3/socket_option.upb.c +8 -8
- data/src/core/ext/upb-generated/envoy/config/core/v3/socket_option.upb.h +11 -5
- data/src/core/ext/upb-generated/envoy/config/core/v3/substitution_format_string.upb.c +8 -8
- data/src/core/ext/upb-generated/envoy/config/core/v3/substitution_format_string.upb.h +11 -5
- data/src/core/ext/upb-generated/envoy/config/core/v3/udp_socket_config.upb.c +4 -4
- data/src/core/ext/upb-generated/envoy/config/core/v3/udp_socket_config.upb.h +11 -5
- data/src/core/ext/upb-generated/envoy/config/endpoint/v3/endpoint.upb.c +16 -16
- data/src/core/ext/upb-generated/envoy/config/endpoint/v3/endpoint.upb.h +31 -13
- data/src/core/ext/upb-generated/envoy/config/endpoint/v3/endpoint_components.upb.c +57 -22
- data/src/core/ext/upb-generated/envoy/config/endpoint/v3/endpoint_components.upb.h +174 -17
- data/src/core/ext/upb-generated/envoy/config/endpoint/v3/load_report.upb.c +32 -32
- data/src/core/ext/upb-generated/envoy/config/endpoint/v3/load_report.upb.h +51 -21
- data/src/core/ext/upb-generated/envoy/config/listener/v3/api_listener.upb.c +3 -3
- data/src/core/ext/upb-generated/envoy/config/listener/v3/api_listener.upb.h +11 -5
- data/src/core/ext/upb-generated/envoy/config/listener/v3/listener.upb.c +37 -37
- data/src/core/ext/upb-generated/envoy/config/listener/v3/listener.upb.h +61 -25
- data/src/core/ext/upb-generated/envoy/config/listener/v3/listener_components.upb.c +40 -40
- data/src/core/ext/upb-generated/envoy/config/listener/v3/listener_components.upb.h +71 -29
- data/src/core/ext/upb-generated/envoy/config/listener/v3/quic_config.upb.c +9 -9
- data/src/core/ext/upb-generated/envoy/config/listener/v3/quic_config.upb.h +11 -5
- data/src/core/ext/upb-generated/envoy/config/listener/v3/udp_listener_config.upb.c +5 -5
- data/src/core/ext/upb-generated/envoy/config/listener/v3/udp_listener_config.upb.h +21 -9
- data/src/core/ext/upb-generated/envoy/config/metrics/v3/stats.upb.c +30 -30
- data/src/core/ext/upb-generated/envoy/config/metrics/v3/stats.upb.h +81 -33
- data/src/core/ext/upb-generated/envoy/config/overload/v3/overload.upb.c +41 -29
- data/src/core/ext/upb-generated/envoy/config/overload/v3/overload.upb.h +141 -43
- data/src/core/ext/upb-generated/envoy/config/rbac/v3/rbac.upb.c +46 -43
- data/src/core/ext/upb-generated/envoy/config/rbac/v3/rbac.upb.h +88 -29
- data/src/core/ext/upb-generated/envoy/config/route/v3/route.upb.c +18 -18
- data/src/core/ext/upb-generated/envoy/config/route/v3/route.upb.h +31 -13
- data/src/core/ext/upb-generated/envoy/config/route/v3/route_components.upb.c +281 -277
- data/src/core/ext/upb-generated/envoy/config/route/v3/route_components.upb.h +569 -248
- data/src/core/ext/upb-generated/envoy/config/route/v3/scoped_route.upb.c +10 -10
- data/src/core/ext/upb-generated/envoy/config/route/v3/scoped_route.upb.h +31 -13
- data/src/core/ext/upb-generated/envoy/config/trace/v3/http_tracer.upb.c +6 -6
- data/src/core/ext/upb-generated/envoy/config/trace/v3/http_tracer.upb.h +21 -9
- data/src/core/ext/upb-generated/envoy/extensions/clusters/aggregate/v3/cluster.upb.c +3 -3
- data/src/core/ext/upb-generated/envoy/extensions/clusters/aggregate/v3/cluster.upb.h +11 -5
- data/src/core/ext/upb-generated/envoy/extensions/filters/common/fault/v3/fault.upb.c +13 -13
- data/src/core/ext/upb-generated/envoy/extensions/filters/common/fault/v3/fault.upb.h +51 -21
- data/src/core/ext/upb-generated/envoy/extensions/filters/http/fault/v3/fault.upb.c +23 -23
- data/src/core/ext/upb-generated/envoy/extensions/filters/http/fault/v3/fault.upb.h +31 -13
- data/src/core/ext/upb-generated/envoy/extensions/filters/http/router/v3/router.upb.c +9 -9
- data/src/core/ext/upb-generated/envoy/extensions/filters/http/router/v3/router.upb.h +11 -5
- data/src/core/ext/upb-generated/envoy/extensions/filters/network/http_connection_manager/v3/http_connection_manager.upb.c +115 -116
- data/src/core/ext/upb-generated/envoy/extensions/filters/network/http_connection_manager/v3/http_connection_manager.upb.h +191 -77
- data/src/core/ext/upb-generated/envoy/extensions/transport_sockets/tls/v3/cert.upb.c +1 -1
- data/src/core/ext/upb-generated/envoy/extensions/transport_sockets/tls/v3/cert.upb.h +1 -1
- data/src/core/ext/upb-generated/envoy/extensions/transport_sockets/tls/v3/common.upb.c +46 -32
- data/src/core/ext/upb-generated/envoy/extensions/transport_sockets/tls/v3/common.upb.h +118 -34
- data/src/core/ext/upb-generated/envoy/extensions/transport_sockets/tls/v3/secret.upb.c +12 -12
- data/src/core/ext/upb-generated/envoy/extensions/transport_sockets/tls/v3/secret.upb.h +31 -13
- data/src/core/ext/upb-generated/envoy/extensions/transport_sockets/tls/v3/tls.upb.c +44 -42
- data/src/core/ext/upb-generated/envoy/extensions/transport_sockets/tls/v3/tls.upb.h +108 -55
- data/src/core/ext/upb-generated/envoy/service/cluster/v3/cds.upb.c +2 -2
- data/src/core/ext/upb-generated/envoy/service/cluster/v3/cds.upb.h +11 -5
- data/src/core/ext/upb-generated/envoy/service/discovery/v3/ads.upb.c +2 -2
- data/src/core/ext/upb-generated/envoy/service/discovery/v3/ads.upb.h +11 -5
- data/src/core/ext/upb-generated/envoy/service/discovery/v3/discovery.upb.c +42 -42
- data/src/core/ext/upb-generated/envoy/service/discovery/v3/discovery.upb.h +61 -25
- data/src/core/ext/upb-generated/envoy/service/endpoint/v3/eds.upb.c +2 -2
- data/src/core/ext/upb-generated/envoy/service/endpoint/v3/eds.upb.h +11 -5
- data/src/core/ext/upb-generated/envoy/service/listener/v3/lds.upb.c +2 -2
- data/src/core/ext/upb-generated/envoy/service/listener/v3/lds.upb.h +11 -5
- data/src/core/ext/upb-generated/envoy/service/load_stats/v3/lrs.upb.c +9 -9
- data/src/core/ext/upb-generated/envoy/service/load_stats/v3/lrs.upb.h +21 -9
- data/src/core/ext/upb-generated/envoy/service/route/v3/rds.upb.c +2 -2
- data/src/core/ext/upb-generated/envoy/service/route/v3/rds.upb.h +11 -5
- data/src/core/ext/upb-generated/envoy/service/route/v3/srds.upb.c +2 -2
- data/src/core/ext/upb-generated/envoy/service/route/v3/srds.upb.h +11 -5
- data/src/core/ext/upb-generated/envoy/service/status/v3/csds.upb.c +28 -28
- data/src/core/ext/upb-generated/envoy/service/status/v3/csds.upb.h +51 -21
- data/src/core/ext/upb-generated/envoy/type/http/v3/path_transformation.upb.c +8 -8
- data/src/core/ext/upb-generated/envoy/type/http/v3/path_transformation.upb.h +41 -17
- data/src/core/ext/upb-generated/envoy/type/matcher/v3/metadata.upb.c +9 -8
- data/src/core/ext/upb-generated/envoy/type/matcher/v3/metadata.upb.h +25 -9
- data/src/core/ext/upb-generated/envoy/type/matcher/v3/node.upb.c +4 -4
- data/src/core/ext/upb-generated/envoy/type/matcher/v3/node.upb.h +11 -5
- data/src/core/ext/upb-generated/envoy/type/matcher/v3/number.upb.c +4 -4
- data/src/core/ext/upb-generated/envoy/type/matcher/v3/number.upb.h +11 -5
- data/src/core/ext/upb-generated/envoy/type/matcher/v3/path.upb.c +3 -3
- data/src/core/ext/upb-generated/envoy/type/matcher/v3/path.upb.h +11 -5
- data/src/core/ext/upb-generated/envoy/type/matcher/v3/regex.upb.c +9 -9
- data/src/core/ext/upb-generated/envoy/type/matcher/v3/regex.upb.h +31 -13
- data/src/core/ext/upb-generated/envoy/type/matcher/v3/string.upb.c +10 -10
- data/src/core/ext/upb-generated/envoy/type/matcher/v3/string.upb.h +21 -9
- data/src/core/ext/upb-generated/envoy/type/matcher/v3/struct.upb.c +6 -6
- data/src/core/ext/upb-generated/envoy/type/matcher/v3/struct.upb.h +21 -9
- data/src/core/ext/upb-generated/envoy/type/matcher/v3/value.upb.c +11 -11
- data/src/core/ext/upb-generated/envoy/type/matcher/v3/value.upb.h +31 -13
- data/src/core/ext/upb-generated/envoy/type/metadata/v3/metadata.upb.c +15 -15
- data/src/core/ext/upb-generated/envoy/type/metadata/v3/metadata.upb.h +71 -29
- data/src/core/ext/upb-generated/envoy/type/tracing/v3/custom_tag.upb.c +19 -19
- data/src/core/ext/upb-generated/envoy/type/tracing/v3/custom_tag.upb.h +51 -21
- data/src/core/ext/upb-generated/envoy/type/v3/http.upb.c +1 -1
- data/src/core/ext/upb-generated/envoy/type/v3/http.upb.h +1 -1
- data/src/core/ext/upb-generated/envoy/type/v3/percent.upb.c +6 -6
- data/src/core/ext/upb-generated/envoy/type/v3/percent.upb.h +21 -9
- data/src/core/ext/upb-generated/envoy/type/v3/range.upb.c +10 -10
- data/src/core/ext/upb-generated/envoy/type/v3/range.upb.h +31 -13
- data/src/core/ext/upb-generated/envoy/type/v3/semantic_version.upb.c +5 -5
- data/src/core/ext/upb-generated/envoy/type/v3/semantic_version.upb.h +11 -5
- data/src/core/ext/upb-generated/google/api/annotations.upb.c +1 -1
- data/src/core/ext/upb-generated/google/api/annotations.upb.h +1 -1
- data/src/core/ext/upb-generated/google/api/expr/v1alpha1/checked.upb.c +58 -58
- data/src/core/ext/upb-generated/google/api/expr/v1alpha1/checked.upb.h +111 -45
- data/src/core/ext/upb-generated/google/api/expr/v1alpha1/syntax.upb.c +68 -68
- data/src/core/ext/upb-generated/google/api/expr/v1alpha1/syntax.upb.h +121 -49
- data/src/core/ext/upb-generated/google/api/http.upb.c +18 -18
- data/src/core/ext/upb-generated/google/api/http.upb.h +31 -13
- data/src/core/ext/upb-generated/google/protobuf/any.upb.c +4 -4
- data/src/core/ext/upb-generated/google/protobuf/any.upb.h +11 -5
- data/src/core/ext/upb-generated/google/protobuf/descriptor.upb.c +153 -153
- data/src/core/ext/upb-generated/google/protobuf/descriptor.upb.h +271 -109
- data/src/core/ext/upb-generated/google/protobuf/duration.upb.c +4 -4
- data/src/core/ext/upb-generated/google/protobuf/duration.upb.h +11 -5
- data/src/core/ext/upb-generated/google/protobuf/empty.upb.c +2 -2
- data/src/core/ext/upb-generated/google/protobuf/empty.upb.h +11 -5
- data/src/core/ext/upb-generated/google/protobuf/struct.upb.c +15 -15
- data/src/core/ext/upb-generated/google/protobuf/struct.upb.h +31 -13
- data/src/core/ext/upb-generated/google/protobuf/timestamp.upb.c +4 -4
- data/src/core/ext/upb-generated/google/protobuf/timestamp.upb.h +11 -5
- data/src/core/ext/upb-generated/google/protobuf/wrappers.upb.c +19 -19
- data/src/core/ext/upb-generated/google/protobuf/wrappers.upb.h +91 -37
- data/src/core/ext/upb-generated/google/rpc/status.upb.c +5 -5
- data/src/core/ext/upb-generated/google/rpc/status.upb.h +11 -5
- data/src/core/ext/upb-generated/src/proto/grpc/gcp/altscontext.upb.c +12 -12
- data/src/core/ext/upb-generated/src/proto/grpc/gcp/altscontext.upb.h +11 -5
- data/src/core/ext/upb-generated/src/proto/grpc/gcp/handshaker.upb.c +60 -60
- data/src/core/ext/upb-generated/src/proto/grpc/gcp/handshaker.upb.h +101 -41
- data/src/core/ext/upb-generated/src/proto/grpc/gcp/transport_security_common.upb.c +7 -7
- data/src/core/ext/upb-generated/src/proto/grpc/gcp/transport_security_common.upb.h +21 -9
- data/src/core/ext/upb-generated/src/proto/grpc/health/v1/health.upb.c +5 -5
- data/src/core/ext/upb-generated/src/proto/grpc/health/v1/health.upb.h +21 -9
- data/src/core/ext/upb-generated/src/proto/grpc/lb/v1/load_balancer.upb.c +31 -31
- data/src/core/ext/upb-generated/src/proto/grpc/lb/v1/load_balancer.upb.h +91 -37
- data/src/core/ext/upb-generated/udpa/annotations/migrate.upb.c +8 -8
- data/src/core/ext/upb-generated/udpa/annotations/migrate.upb.h +31 -13
- data/src/core/ext/upb-generated/udpa/annotations/security.upb.c +4 -4
- data/src/core/ext/upb-generated/udpa/annotations/security.upb.h +11 -5
- data/src/core/ext/upb-generated/udpa/annotations/sensitive.upb.c +1 -1
- data/src/core/ext/upb-generated/udpa/annotations/sensitive.upb.h +1 -1
- data/src/core/ext/upb-generated/udpa/annotations/status.upb.c +4 -4
- data/src/core/ext/upb-generated/udpa/annotations/status.upb.h +11 -5
- data/src/core/ext/upb-generated/udpa/annotations/versioning.upb.c +3 -3
- data/src/core/ext/upb-generated/udpa/annotations/versioning.upb.h +11 -5
- data/src/core/ext/upb-generated/udpa/data/orca/v1/orca_load_report.upb.c +13 -13
- data/src/core/ext/upb-generated/udpa/data/orca/v1/orca_load_report.upb.h +11 -5
- data/src/core/ext/upb-generated/udpa/type/v1/typed_struct.upb.c +4 -4
- data/src/core/ext/upb-generated/udpa/type/v1/typed_struct.upb.h +11 -5
- data/src/core/ext/upb-generated/validate/validate.upb.c +220 -220
- data/src/core/ext/upb-generated/validate/validate.upb.h +231 -93
- data/src/core/ext/upb-generated/xds/core/v3/authority.upb.c +3 -3
- data/src/core/ext/upb-generated/xds/core/v3/authority.upb.h +11 -5
- data/src/core/ext/upb-generated/xds/core/v3/collection_entry.upb.c +8 -8
- data/src/core/ext/upb-generated/xds/core/v3/collection_entry.upb.h +21 -9
- data/src/core/ext/upb-generated/xds/core/v3/context_params.upb.c +6 -6
- data/src/core/ext/upb-generated/xds/core/v3/context_params.upb.h +11 -5
- data/src/core/ext/upb-generated/xds/core/v3/resource.upb.c +5 -5
- data/src/core/ext/upb-generated/xds/core/v3/resource.upb.h +11 -5
- data/src/core/ext/upb-generated/xds/core/v3/resource_locator.upb.c +11 -11
- data/src/core/ext/upb-generated/xds/core/v3/resource_locator.upb.h +21 -9
- data/src/core/ext/upb-generated/xds/core/v3/resource_name.upb.c +6 -6
- data/src/core/ext/upb-generated/xds/core/v3/resource_name.upb.h +11 -5
- data/src/core/ext/upbdefs-generated/envoy/config/cluster/v3/cluster.upbdefs.c +384 -382
- data/src/core/ext/upbdefs-generated/envoy/config/endpoint/v3/endpoint_components.upbdefs.c +94 -63
- data/src/core/ext/upbdefs-generated/envoy/config/endpoint/v3/endpoint_components.upbdefs.h +10 -0
- data/src/core/ext/upbdefs-generated/envoy/config/overload/v3/overload.upbdefs.c +30 -19
- data/src/core/ext/upbdefs-generated/envoy/config/overload/v3/overload.upbdefs.h +5 -0
- data/src/core/ext/upbdefs-generated/envoy/config/route/v3/route_components.upbdefs.c +791 -780
- data/src/core/ext/upbdefs-generated/envoy/extensions/filters/network/http_connection_manager/v3/http_connection_manager.upbdefs.c +96 -100
- data/src/core/ext/upbdefs-generated/envoy/extensions/transport_sockets/tls/v3/common.upbdefs.c +133 -115
- data/src/core/ext/upbdefs-generated/envoy/extensions/transport_sockets/tls/v3/common.upbdefs.h +5 -0
- data/src/core/ext/upbdefs-generated/envoy/extensions/transport_sockets/tls/v3/tls.upbdefs.c +178 -173
- data/src/core/ext/upbdefs-generated/envoy/type/matcher/v3/metadata.upbdefs.c +14 -13
- data/src/core/ext/upbdefs-generated/google/protobuf/descriptor.upbdefs.c +103 -103
- data/src/core/ext/xds/certificate_provider_registry.cc +2 -2
- data/src/core/ext/xds/xds_api.cc +788 -910
- data/src/core/ext/xds/xds_api.h +16 -33
- data/src/core/ext/xds/xds_bootstrap.cc +27 -52
- data/src/core/ext/xds/xds_client.cc +69 -30
- data/src/core/ext/xds/xds_client_stats.cc +16 -15
- data/src/core/ext/xds/xds_client_stats.h +6 -6
- data/src/core/ext/xds/xds_http_fault_filter.cc +4 -3
- data/src/core/ext/xds/xds_http_fault_filter.h +3 -2
- data/src/core/ext/xds/xds_http_filters.cc +1 -0
- data/src/core/ext/xds/xds_server_config_fetcher.cc +10 -10
- data/src/core/lib/address_utils/parse_address.cc +4 -8
- data/src/core/lib/address_utils/sockaddr_utils.cc +2 -2
- data/src/core/lib/channel/channel_args.cc +2 -1
- data/src/core/lib/channel/channel_stack.cc +5 -3
- data/src/core/lib/channel/channel_stack_builder.cc +1 -11
- data/src/core/lib/channel/channel_stack_builder.h +0 -8
- data/src/core/lib/channel/channel_trace.cc +4 -3
- data/src/core/lib/channel/channel_trace.h +1 -0
- data/src/core/lib/channel/channelz.cc +40 -36
- data/src/core/lib/channel/channelz.h +27 -27
- data/src/core/lib/channel/channelz_registry.cc +7 -6
- data/src/core/lib/channel/connected_channel.cc +1 -0
- data/src/core/lib/channel/handshaker.cc +2 -1
- data/src/core/lib/channel/handshaker.h +1 -2
- data/src/core/lib/channel/handshaker_factory.h +10 -2
- data/src/core/lib/channel/handshaker_registry.cc +15 -70
- data/src/core/lib/channel/handshaker_registry.h +29 -12
- data/src/core/lib/channel/status_util.h +2 -2
- data/src/core/lib/compression/algorithm_metadata.h +1 -0
- data/src/core/lib/compression/compression_args.cc +2 -1
- data/src/core/lib/compression/compression_internal.cc +2 -4
- data/src/core/lib/compression/message_compress.cc +2 -2
- data/src/core/lib/compression/stream_compression.cc +2 -1
- data/src/core/lib/compression/stream_compression.h +2 -1
- data/src/core/lib/compression/stream_compression_gzip.cc +2 -1
- data/src/core/lib/compression/stream_compression_identity.cc +2 -1
- data/src/core/lib/config/core_configuration.cc +54 -0
- data/src/core/lib/config/core_configuration.h +108 -0
- data/src/core/lib/debug/stats.h +1 -0
- data/src/core/lib/debug/stats_data.cc +2 -1
- data/src/core/lib/debug/stats_data.h +1 -0
- data/src/core/lib/debug/trace.cc +1 -0
- data/src/core/lib/debug/trace.h +2 -1
- data/src/core/lib/event_engine/endpoint_config.cc +0 -1
- data/src/core/lib/event_engine/event_engine.cc +3 -3
- data/src/core/lib/event_engine/sockaddr.cc +3 -3
- data/src/core/lib/gpr/alloc.cc +4 -3
- data/src/core/lib/gpr/env_linux.cc +1 -2
- data/src/core/lib/gpr/env_posix.cc +2 -3
- data/src/core/lib/gpr/log.cc +3 -3
- data/src/core/lib/gpr/log_android.cc +3 -2
- data/src/core/lib/gpr/log_linux.cc +7 -4
- data/src/core/lib/gpr/log_posix.cc +6 -3
- data/src/core/lib/gpr/string.h +2 -2
- data/src/core/lib/gpr/sync.cc +2 -2
- data/src/core/lib/gpr/sync_abseil.cc +7 -6
- data/src/core/lib/gpr/sync_posix.cc +3 -3
- data/src/core/lib/gpr/time.cc +3 -2
- data/src/core/lib/gpr/time_windows.cc +3 -2
- data/src/core/lib/gpr/tls.h +120 -41
- data/src/core/lib/gpr/tmpfile_posix.cc +1 -2
- data/src/core/lib/gprpp/arena.cc +2 -1
- data/src/core/lib/gprpp/arena.h +5 -5
- data/src/core/lib/gprpp/atomic_utils.h +47 -0
- data/src/core/lib/gprpp/bitset.h +166 -0
- data/src/core/lib/gprpp/construct_destruct.h +39 -0
- data/src/core/lib/gprpp/dual_ref_counted.h +25 -26
- data/src/core/lib/gprpp/fork.cc +14 -12
- data/src/core/lib/gprpp/fork.h +4 -4
- data/src/core/lib/gprpp/global_config.h +1 -2
- data/src/core/lib/gprpp/global_config_env.cc +7 -7
- data/src/core/lib/gprpp/global_config_generic.h +2 -2
- data/src/core/lib/gprpp/manual_constructor.h +8 -5
- data/src/core/lib/gprpp/match.h +73 -0
- data/src/core/lib/gprpp/memory.h +3 -3
- data/src/core/lib/gprpp/mpscq.cc +7 -7
- data/src/core/lib/gprpp/mpscq.h +6 -5
- data/src/core/lib/gprpp/orphanable.h +3 -3
- data/src/core/lib/gprpp/overload.h +59 -0
- data/src/core/lib/gprpp/ref_counted.h +18 -18
- data/src/core/lib/gprpp/status_helper.cc +4 -4
- data/src/core/lib/gprpp/sync.h +3 -1
- data/src/core/lib/gprpp/thd_posix.cc +5 -5
- data/src/core/lib/gprpp/thd_windows.cc +4 -11
- data/src/core/lib/gprpp/time_util.cc +2 -2
- data/src/core/lib/gprpp/time_util.h +2 -2
- data/src/core/lib/http/format_request.cc +1 -0
- data/src/core/lib/http/format_request.h +1 -0
- data/src/core/lib/http/httpcli.cc +9 -9
- data/src/core/lib/http/httpcli.h +3 -0
- data/src/core/lib/http/httpcli_security_connector.cc +5 -8
- data/src/core/lib/http/parser.h +1 -0
- data/src/core/lib/iomgr/buffer_list.cc +2 -1
- data/src/core/lib/iomgr/buffer_list.h +1 -2
- data/src/core/lib/iomgr/call_combiner.cc +1 -0
- data/src/core/lib/iomgr/cfstream_handle.cc +1 -1
- data/src/core/lib/iomgr/combiner.cc +3 -2
- data/src/core/lib/iomgr/combiner.h +1 -0
- data/src/core/lib/iomgr/dualstack_socket_posix.cc +1 -0
- data/src/core/lib/iomgr/endpoint.cc +0 -4
- data/src/core/lib/iomgr/endpoint.h +1 -3
- data/src/core/lib/iomgr/endpoint_cfstream.cc +9 -20
- data/src/core/lib/iomgr/endpoint_cfstream.h +1 -1
- data/src/core/lib/iomgr/endpoint_pair.h +1 -0
- data/src/core/lib/iomgr/endpoint_pair_event_engine.cc +1 -2
- data/src/core/lib/iomgr/endpoint_pair_posix.cc +15 -11
- data/src/core/lib/iomgr/endpoint_pair_windows.cc +17 -9
- data/src/core/lib/iomgr/error.h +23 -9
- data/src/core/lib/iomgr/error_cfstream.cc +2 -2
- data/src/core/lib/iomgr/error_internal.h +1 -0
- data/src/core/lib/iomgr/ev_epoll1_linux.cc +14 -22
- data/src/core/lib/iomgr/ev_epollex_linux.cc +15 -22
- data/src/core/lib/iomgr/ev_poll_posix.cc +13 -25
- data/src/core/lib/iomgr/ev_posix.cc +1 -2
- data/src/core/lib/iomgr/event_engine/endpoint.cc +3 -22
- data/src/core/lib/iomgr/event_engine/endpoint.h +1 -2
- data/src/core/lib/iomgr/event_engine/iomgr.cc +17 -18
- data/src/core/lib/iomgr/event_engine/iomgr.h +20 -2
- data/src/core/lib/iomgr/event_engine/resolver.cc +2 -1
- data/src/core/lib/iomgr/event_engine/tcp.cc +53 -24
- data/src/core/lib/iomgr/exec_ctx.cc +3 -4
- data/src/core/lib/iomgr/exec_ctx.h +11 -19
- data/src/core/lib/iomgr/executor/mpmcqueue.cc +10 -9
- data/src/core/lib/iomgr/executor/mpmcqueue.h +4 -3
- data/src/core/lib/iomgr/executor/threadpool.cc +2 -2
- data/src/core/lib/iomgr/executor/threadpool.h +2 -1
- data/src/core/lib/iomgr/executor.cc +5 -6
- data/src/core/lib/iomgr/grpc_if_nametoindex_posix.cc +2 -2
- data/src/core/lib/iomgr/grpc_if_nametoindex_unsupported.cc +2 -2
- data/src/core/lib/iomgr/internal_errqueue.cc +3 -2
- data/src/core/lib/iomgr/iocp_windows.cc +1 -0
- data/src/core/lib/iomgr/iomgr.h +2 -2
- data/src/core/lib/iomgr/iomgr_custom.cc +2 -2
- data/src/core/lib/iomgr/iomgr_custom.h +2 -2
- data/src/core/lib/iomgr/iomgr_internal.cc +2 -1
- data/src/core/lib/iomgr/iomgr_windows.cc +1 -2
- data/src/core/lib/iomgr/is_epollexclusive_available.cc +4 -4
- data/src/core/lib/iomgr/polling_entity.cc +2 -2
- data/src/core/lib/iomgr/pollset_custom.cc +3 -4
- data/src/core/lib/iomgr/pollset_custom.h +2 -2
- data/src/core/lib/iomgr/pollset_set_custom.cc +1 -2
- data/src/core/lib/iomgr/pollset_set_windows.cc +1 -0
- data/src/core/lib/iomgr/port.h +0 -5
- data/src/core/lib/iomgr/python_util.h +1 -0
- data/src/core/lib/iomgr/resolve_address.cc +2 -1
- data/src/core/lib/iomgr/resolve_address.h +0 -4
- data/src/core/lib/iomgr/resolve_address_custom.cc +4 -4
- data/src/core/lib/iomgr/resolve_address_custom.h +0 -1
- data/src/core/lib/iomgr/resolve_address_posix.cc +2 -4
- data/src/core/lib/iomgr/resolve_address_windows.cc +6 -8
- data/src/core/lib/iomgr/resource_quota.cc +127 -42
- data/src/core/lib/iomgr/resource_quota.h +66 -17
- data/src/core/lib/iomgr/sockaddr.h +1 -1
- data/src/core/lib/iomgr/socket_factory_posix.cc +3 -3
- data/src/core/lib/iomgr/socket_factory_posix.h +1 -0
- data/src/core/lib/iomgr/socket_mutator.h +2 -2
- data/src/core/lib/iomgr/socket_utils_common_posix.cc +3 -3
- data/src/core/lib/iomgr/socket_utils_linux.cc +4 -4
- data/src/core/lib/iomgr/socket_utils_posix.cc +2 -2
- data/src/core/lib/iomgr/socket_utils_posix.h +2 -2
- data/src/core/lib/iomgr/socket_utils_windows.cc +2 -2
- data/src/core/lib/iomgr/tcp_client.cc +4 -2
- data/src/core/lib/iomgr/tcp_client.h +4 -0
- data/src/core/lib/iomgr/tcp_client_cfstream.cc +9 -19
- data/src/core/lib/iomgr/tcp_client_custom.cc +9 -17
- data/src/core/lib/iomgr/tcp_client_posix.cc +24 -9
- data/src/core/lib/iomgr/tcp_client_posix.h +5 -2
- data/src/core/lib/iomgr/tcp_client_windows.cc +14 -6
- data/src/core/lib/iomgr/tcp_custom.cc +11 -23
- data/src/core/lib/iomgr/tcp_custom.h +2 -1
- data/src/core/lib/iomgr/tcp_posix.cc +29 -59
- data/src/core/lib/iomgr/tcp_posix.h +11 -12
- data/src/core/lib/iomgr/tcp_server.cc +6 -4
- data/src/core/lib/iomgr/tcp_server.h +12 -9
- data/src/core/lib/iomgr/tcp_server_custom.cc +15 -33
- data/src/core/lib/iomgr/tcp_server_posix.cc +20 -13
- data/src/core/lib/iomgr/tcp_server_utils_posix.h +3 -0
- data/src/core/lib/iomgr/tcp_server_utils_posix_common.cc +1 -2
- data/src/core/lib/iomgr/tcp_server_utils_posix_ifaddrs.cc +3 -4
- data/src/core/lib/iomgr/tcp_server_utils_posix_noifaddrs.cc +4 -4
- data/src/core/lib/iomgr/tcp_server_windows.cc +13 -9
- data/src/core/lib/iomgr/tcp_windows.cc +6 -25
- data/src/core/lib/iomgr/tcp_windows.h +2 -1
- data/src/core/lib/iomgr/timer.cc +1 -0
- data/src/core/lib/iomgr/timer.h +1 -2
- data/src/core/lib/iomgr/timer_custom.cc +2 -2
- data/src/core/lib/iomgr/timer_generic.cc +8 -38
- data/src/core/lib/iomgr/timer_generic.h +1 -0
- data/src/core/lib/iomgr/timer_heap.cc +1 -2
- data/src/core/lib/iomgr/udp_server.cc +1 -2
- data/src/core/lib/iomgr/unix_sockets_posix.cc +3 -5
- data/src/core/lib/iomgr/unix_sockets_posix.h +2 -3
- data/src/core/lib/iomgr/wakeup_fd_nospecial.cc +1 -0
- data/src/core/lib/iomgr/wakeup_fd_pipe.cc +2 -3
- data/src/core/lib/iomgr/wakeup_fd_posix.cc +1 -0
- data/src/core/lib/iomgr/work_serializer.cc +4 -4
- data/src/core/lib/iomgr/work_serializer.h +1 -1
- data/src/core/lib/json/json_reader.cc +9 -17
- data/src/core/lib/json/json_util.h +18 -26
- data/src/core/lib/matchers/matchers.h +0 -1
- data/src/core/lib/profiling/basic_timers.cc +8 -6
- data/src/core/lib/profiling/stap_timers.cc +2 -2
- data/src/core/lib/security/authorization/authorization_policy_provider.h +5 -4
- data/src/core/lib/security/authorization/evaluate_args.cc +2 -0
- data/src/core/lib/security/authorization/sdk_server_authz_filter.cc +159 -0
- data/src/core/lib/security/authorization/sdk_server_authz_filter.h +67 -0
- data/src/core/lib/security/context/security_context.cc +7 -6
- data/src/core/lib/security/credentials/alts/check_gcp_environment_linux.cc +2 -2
- data/src/core/lib/security/credentials/alts/check_gcp_environment_no_op.cc +2 -2
- data/src/core/lib/security/credentials/alts/check_gcp_environment_windows.cc +2 -2
- data/src/core/lib/security/credentials/composite/composite_credentials.cc +4 -3
- data/src/core/lib/security/credentials/credentials.cc +6 -6
- data/src/core/lib/security/credentials/credentials.h +1 -1
- data/src/core/lib/security/credentials/credentials_metadata.cc +2 -3
- data/src/core/lib/security/credentials/external/aws_external_account_credentials.cc +13 -26
- data/src/core/lib/security/credentials/external/aws_external_account_credentials.h +1 -2
- data/src/core/lib/security/credentials/external/aws_request_signer.cc +3 -3
- data/src/core/lib/security/credentials/external/external_account_credentials.cc +13 -22
- data/src/core/lib/security/credentials/external/url_external_account_credentials.cc +2 -4
- data/src/core/lib/security/credentials/google_default/credentials_generic.cc +1 -2
- data/src/core/lib/security/credentials/google_default/google_default_credentials.cc +55 -3
- data/src/core/lib/security/credentials/iam/iam_credentials.cc +2 -1
- data/src/core/lib/security/credentials/jwt/json_token.cc +1 -1
- data/src/core/lib/security/credentials/jwt/json_token.h +2 -1
- data/src/core/lib/security/credentials/jwt/jwt_credentials.cc +31 -14
- data/src/core/lib/security/credentials/jwt/jwt_credentials.h +11 -3
- data/src/core/lib/security/credentials/jwt/jwt_verifier.cc +0 -2
- data/src/core/lib/security/credentials/jwt/jwt_verifier.h +3 -3
- data/src/core/lib/security/credentials/oauth2/oauth2_credentials.cc +3 -7
- data/src/core/lib/security/credentials/oauth2/oauth2_credentials.h +1 -0
- data/src/core/lib/security/credentials/plugin/plugin_credentials.cc +2 -4
- data/src/core/lib/security/credentials/ssl/ssl_credentials.cc +4 -4
- data/src/core/lib/security/credentials/ssl/ssl_credentials.h +0 -1
- data/src/core/lib/security/credentials/tls/grpc_tls_certificate_distributor.cc +3 -2
- data/src/core/lib/security/credentials/tls/grpc_tls_certificate_distributor.h +10 -6
- data/src/core/lib/security/credentials/tls/grpc_tls_certificate_provider.cc +2 -1
- data/src/core/lib/security/credentials/tls/grpc_tls_certificate_provider.h +7 -5
- data/src/core/lib/security/credentials/tls/grpc_tls_credentials_options.h +2 -2
- data/src/core/lib/security/security_connector/fake/fake_security_connector.cc +4 -6
- data/src/core/lib/security/security_connector/load_system_roots_fallback.cc +1 -0
- data/src/core/lib/security/security_connector/load_system_roots_linux.cc +3 -3
- data/src/core/lib/security/security_connector/ssl/ssl_security_connector.cc +4 -7
- data/src/core/lib/security/security_connector/ssl/ssl_security_connector.h +1 -2
- data/src/core/lib/security/security_connector/ssl_utils.cc +2 -3
- data/src/core/lib/security/security_connector/tls/tls_security_connector.cc +9 -14
- data/src/core/lib/security/transport/auth_filters.h +1 -0
- data/src/core/lib/security/transport/client_auth_filter.cc +4 -6
- data/src/core/lib/security/transport/secure_endpoint.cc +4 -14
- data/src/core/lib/security/transport/secure_endpoint.h +1 -0
- data/src/core/lib/security/transport/security_handshaker.cc +5 -4
- data/src/core/lib/security/transport/security_handshaker.h +2 -1
- data/src/core/lib/security/util/json_util.cc +6 -8
- data/src/core/lib/slice/percent_encoding.cc +73 -30
- data/src/core/lib/slice/percent_encoding.h +29 -28
- data/src/core/lib/slice/slice.cc +2 -3
- data/src/core/lib/slice/slice_buffer.cc +1 -2
- data/src/core/lib/slice/slice_intern.cc +2 -3
- data/src/core/lib/slice/slice_internal.h +2 -2
- data/src/core/lib/surface/api_trace.cc +2 -1
- data/src/core/lib/surface/api_trace.h +1 -0
- data/src/core/lib/surface/byte_buffer_reader.cc +1 -1
- data/src/core/lib/surface/call.cc +9 -8
- data/src/core/lib/surface/call.h +3 -3
- data/src/core/lib/surface/call_details.cc +2 -2
- data/src/core/lib/surface/call_log_batch.cc +2 -2
- data/src/core/lib/surface/channel.cc +22 -9
- data/src/core/lib/surface/channel.h +14 -2
- data/src/core/lib/surface/channel_ping.cc +1 -2
- data/src/core/lib/surface/channel_stack_type.cc +2 -1
- data/src/core/lib/surface/completion_queue.cc +54 -64
- data/src/core/lib/surface/completion_queue_factory.cc +2 -1
- data/src/core/lib/surface/completion_queue_factory.h +1 -0
- data/src/core/lib/surface/event_string.cc +1 -0
- data/src/core/lib/surface/init.cc +4 -9
- data/src/core/lib/surface/init.h +0 -1
- data/src/core/lib/surface/init_secure.cc +23 -4
- data/src/core/lib/surface/lame_client.cc +6 -5
- data/src/core/lib/surface/metadata_array.cc +2 -2
- data/src/core/lib/surface/server.cc +17 -33
- data/src/core/lib/surface/server.h +11 -13
- data/src/core/lib/surface/validate_metadata.cc +44 -16
- data/src/core/lib/surface/version.cc +2 -2
- data/src/core/lib/transport/byte_stream.h +1 -0
- data/src/core/lib/transport/connectivity_state.cc +8 -5
- data/src/core/lib/transport/connectivity_state.h +2 -2
- data/src/core/lib/transport/error_utils.cc +1 -0
- data/src/core/lib/transport/metadata.cc +10 -10
- data/src/core/lib/transport/metadata.h +13 -11
- data/src/core/lib/transport/metadata_batch.h +8 -0
- data/src/core/lib/transport/transport_op_string.cc +2 -2
- data/src/core/plugin_registry/grpc_plugin_registry.cc +14 -0
- data/src/core/tsi/alts/crypt/aes_gcm.cc +3 -2
- data/src/core/tsi/alts/crypt/gsec.h +2 -3
- data/src/core/tsi/alts/handshaker/alts_handshaker_client.cc +2 -2
- data/src/core/tsi/alts/handshaker/alts_handshaker_client.h +2 -3
- data/src/core/tsi/alts/zero_copy_frame_protector/alts_grpc_integrity_only_record_protocol.cc +2 -2
- data/src/core/tsi/ssl/session_cache/ssl_session_cache.cc +4 -3
- data/src/core/tsi/ssl/session_cache/ssl_session_openssl.cc +2 -2
- data/src/core/tsi/ssl_transport_security.cc +11 -9
- data/src/core/tsi/ssl_transport_security.h +3 -1
- data/src/core/tsi/transport_security.cc +3 -3
- data/src/core/tsi/transport_security_grpc.h +1 -0
- data/src/ruby/ext/grpc/extconf.rb +1 -1
- data/src/ruby/ext/grpc/rb_byte_buffer.c +2 -1
- data/src/ruby/ext/grpc/rb_call.c +5 -5
- data/src/ruby/ext/grpc/rb_call_credentials.c +5 -5
- data/src/ruby/ext/grpc/rb_channel.c +10 -8
- data/src/ruby/ext/grpc/rb_channel_args.c +2 -2
- data/src/ruby/ext/grpc/rb_channel_credentials.c +4 -4
- data/src/ruby/ext/grpc/rb_channel_credentials.h +1 -0
- data/src/ruby/ext/grpc/rb_completion_queue.c +3 -2
- data/src/ruby/ext/grpc/rb_compression_options.c +5 -4
- data/src/ruby/ext/grpc/rb_event_thread.c +4 -4
- data/src/ruby/ext/grpc/rb_grpc.c +5 -4
- data/src/ruby/ext/grpc/rb_grpc.h +1 -0
- data/src/ruby/ext/grpc/rb_server.c +6 -5
- data/src/ruby/ext/grpc/rb_server_credentials.c +3 -3
- data/src/ruby/ext/grpc/rb_server_credentials.h +1 -0
- data/src/ruby/ext/grpc/rb_xds_channel_credentials.c +8 -5
- data/src/ruby/ext/grpc/rb_xds_channel_credentials.h +3 -1
- data/src/ruby/ext/grpc/rb_xds_server_credentials.c +6 -5
- data/src/ruby/ext/grpc/rb_xds_server_credentials.h +3 -1
- data/src/ruby/lib/grpc/version.rb +1 -1
- data/third_party/boringssl-with-bazel/err_data.c +294 -292
- data/third_party/boringssl-with-bazel/src/crypto/asn1/a_bitstr.c +52 -47
- data/third_party/boringssl-with-bazel/src/crypto/asn1/a_gentm.c +1 -1
- data/third_party/boringssl-with-bazel/src/crypto/asn1/a_mbstr.c +1 -1
- data/third_party/boringssl-with-bazel/src/crypto/asn1/a_object.c +1 -0
- data/third_party/boringssl-with-bazel/src/crypto/asn1/a_time.c +1 -1
- data/third_party/boringssl-with-bazel/src/crypto/asn1/a_type.c +1 -1
- data/third_party/boringssl-with-bazel/src/crypto/asn1/a_utctm.c +1 -1
- data/third_party/boringssl-with-bazel/src/crypto/asn1/a_utf8.c +1 -1
- data/third_party/boringssl-with-bazel/src/crypto/asn1/{asn1_locl.h → internal.h} +20 -1
- data/third_party/boringssl-with-bazel/src/crypto/asn1/tasn_dec.c +1 -1
- data/third_party/boringssl-with-bazel/src/crypto/asn1/tasn_enc.c +1 -1
- data/third_party/boringssl-with-bazel/src/crypto/asn1/tasn_fre.c +1 -1
- data/third_party/boringssl-with-bazel/src/crypto/asn1/tasn_new.c +1 -1
- data/third_party/boringssl-with-bazel/src/crypto/asn1/tasn_utl.c +1 -1
- data/third_party/boringssl-with-bazel/src/crypto/asn1/time_support.c +1 -1
- data/third_party/boringssl-with-bazel/src/crypto/conf/conf.c +14 -3
- data/third_party/boringssl-with-bazel/src/crypto/digest_extra/digest_extra.c +5 -3
- data/third_party/boringssl-with-bazel/src/crypto/fipsmodule/bn/div.c +5 -6
- data/third_party/boringssl-with-bazel/src/crypto/fipsmodule/digest/digest.c +2 -0
- data/third_party/boringssl-with-bazel/src/crypto/fipsmodule/rand/internal.h +5 -9
- data/third_party/boringssl-with-bazel/src/crypto/fipsmodule/rand/rand.c +1 -1
- data/third_party/boringssl-with-bazel/src/crypto/fipsmodule/rand/urandom.c +4 -6
- data/third_party/boringssl-with-bazel/src/crypto/hpke/hpke.c +34 -0
- data/third_party/boringssl-with-bazel/src/crypto/hrss/hrss.c +219 -121
- data/third_party/boringssl-with-bazel/src/crypto/hrss/internal.h +9 -2
- data/third_party/boringssl-with-bazel/src/crypto/internal.h +23 -2
- data/third_party/boringssl-with-bazel/src/crypto/lhash/internal.h +253 -0
- data/third_party/boringssl-with-bazel/src/crypto/lhash/lhash.c +28 -23
- data/third_party/boringssl-with-bazel/src/crypto/mem.c +2 -0
- data/third_party/boringssl-with-bazel/src/crypto/obj/obj.c +7 -3
- data/third_party/boringssl-with-bazel/src/crypto/poly1305/poly1305.c +1 -1
- data/third_party/boringssl-with-bazel/src/crypto/pool/pool.c +1 -0
- data/third_party/boringssl-with-bazel/src/crypto/rand_extra/deterministic.c +4 -0
- data/third_party/boringssl-with-bazel/src/crypto/rand_extra/fuchsia.c +4 -0
- data/third_party/boringssl-with-bazel/src/crypto/rand_extra/windows.c +4 -0
- data/third_party/boringssl-with-bazel/src/crypto/x509/a_strex.c +2 -2
- data/third_party/boringssl-with-bazel/src/crypto/x509/a_verify.c +15 -11
- data/third_party/boringssl-with-bazel/src/crypto/x509/algorithm.c +1 -1
- data/third_party/boringssl-with-bazel/src/crypto/x509/by_dir.c +1 -0
- data/third_party/boringssl-with-bazel/src/crypto/x509/internal.h +45 -2
- data/third_party/boringssl-with-bazel/src/crypto/x509/rsa_pss.c +4 -2
- data/third_party/boringssl-with-bazel/src/crypto/x509/t_crl.c +10 -3
- data/third_party/boringssl-with-bazel/src/crypto/x509/x509_att.c +6 -23
- data/third_party/boringssl-with-bazel/src/crypto/x509/x509_ext.c +2 -2
- data/third_party/boringssl-with-bazel/src/crypto/x509/x509_lu.c +1 -0
- data/third_party/boringssl-with-bazel/src/crypto/x509/x509_v3.c +25 -22
- data/third_party/boringssl-with-bazel/src/crypto/x509/x509_vfy.c +0 -4
- data/third_party/boringssl-with-bazel/src/crypto/x509/x509cset.c +1 -0
- data/third_party/boringssl-with-bazel/src/crypto/x509/x_algor.c +1 -3
- data/third_party/boringssl-with-bazel/src/crypto/x509/x_crl.c +9 -11
- data/third_party/boringssl-with-bazel/src/crypto/x509/x_exten.c +2 -0
- data/third_party/boringssl-with-bazel/src/crypto/x509/x_name.c +1 -3
- data/third_party/boringssl-with-bazel/src/crypto/x509/x_x509.c +1 -3
- data/third_party/boringssl-with-bazel/src/crypto/x509v3/v3_conf.c +1 -0
- data/third_party/boringssl-with-bazel/src/crypto/x509v3/v3_crld.c +0 -2
- data/third_party/boringssl-with-bazel/src/crypto/x509v3/v3_lib.c +2 -0
- data/third_party/boringssl-with-bazel/src/crypto/x509v3/v3_prn.c +14 -11
- data/third_party/boringssl-with-bazel/src/crypto/x509v3/v3_utl.c +5 -5
- data/third_party/boringssl-with-bazel/src/include/openssl/asn1.h +160 -74
- data/third_party/boringssl-with-bazel/src/include/openssl/base.h +0 -1
- data/third_party/boringssl-with-bazel/src/include/openssl/conf.h +8 -5
- data/third_party/boringssl-with-bazel/src/include/openssl/digest.h +3 -0
- data/third_party/boringssl-with-bazel/src/include/openssl/evp.h +6 -0
- data/third_party/boringssl-with-bazel/src/include/openssl/hpke.h +25 -0
- data/third_party/boringssl-with-bazel/src/include/openssl/hrss.h +14 -12
- data/third_party/boringssl-with-bazel/src/include/openssl/lhash.h +4 -205
- data/third_party/boringssl-with-bazel/src/include/openssl/mem.h +3 -0
- data/third_party/boringssl-with-bazel/src/include/openssl/obj.h +5 -4
- data/third_party/boringssl-with-bazel/src/include/openssl/ssl.h +58 -6
- data/third_party/boringssl-with-bazel/src/include/openssl/x509.h +184 -55
- data/third_party/boringssl-with-bazel/src/include/openssl/x509v3.h +0 -5
- data/third_party/boringssl-with-bazel/src/ssl/d1_both.cc +9 -16
- data/third_party/boringssl-with-bazel/src/ssl/encrypted_client_hello.cc +44 -2
- data/third_party/boringssl-with-bazel/src/ssl/{t1_lib.cc → extensions.cc} +24 -11
- data/third_party/boringssl-with-bazel/src/ssl/handshake.cc +9 -0
- data/third_party/boringssl-with-bazel/src/ssl/handshake_client.cc +75 -68
- data/third_party/boringssl-with-bazel/src/ssl/handshake_server.cc +17 -9
- data/third_party/boringssl-with-bazel/src/ssl/internal.h +25 -6
- data/third_party/boringssl-with-bazel/src/ssl/s3_lib.cc +1 -2
- data/third_party/boringssl-with-bazel/src/ssl/ssl_key_share.cc +11 -5
- data/third_party/boringssl-with-bazel/src/ssl/ssl_lib.cc +0 -49
- data/third_party/boringssl-with-bazel/src/ssl/ssl_session.cc +121 -65
- data/third_party/boringssl-with-bazel/src/ssl/ssl_x509.cc +14 -6
- data/third_party/boringssl-with-bazel/src/ssl/tls13_client.cc +9 -11
- data/third_party/boringssl-with-bazel/src/ssl/tls13_server.cc +2 -2
- data/third_party/upb/upb/decode.c +129 -60
- data/third_party/upb/upb/decode.h +32 -4
- data/third_party/upb/upb/decode_fast.c +513 -500
- data/third_party/upb/upb/decode_fast.h +27 -0
- data/third_party/upb/upb/{decode.int.h → decode_internal.h} +38 -8
- data/third_party/upb/upb/def.c +171 -181
- data/third_party/upb/upb/def.h +41 -19
- data/third_party/upb/upb/def.hpp +29 -0
- data/third_party/upb/upb/encode.c +49 -16
- data/third_party/upb/upb/encode.h +29 -2
- data/third_party/upb/upb/msg.c +169 -28
- data/third_party/upb/upb/msg.h +75 -580
- data/third_party/upb/upb/msg_internal.h +687 -0
- data/third_party/upb/upb/port_def.inc +85 -24
- data/third_party/upb/upb/port_undef.inc +38 -1
- data/third_party/upb/upb/reflection.c +29 -37
- data/third_party/upb/upb/reflection.h +36 -8
- data/third_party/upb/upb/reflection.hpp +37 -0
- data/third_party/upb/upb/table.c +211 -86
- data/third_party/upb/upb/{table.int.h → table_internal.h} +56 -180
- data/third_party/upb/upb/text_encode.c +32 -4
- data/third_party/upb/upb/text_encode.h +26 -0
- data/third_party/upb/upb/upb.c +59 -8
- data/third_party/upb/upb/upb.h +36 -6
- data/third_party/upb/upb/upb.hpp +24 -0
- data/third_party/upb/upb/upb_internal.h +58 -0
- metadata +58 -56
- data/src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver_libuv.cc +0 -179
- data/src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper_libuv.cc +0 -38
- data/src/core/ext/transport/chttp2/transport/hpack_table.cc +0 -243
- data/src/core/ext/transport/chttp2/transport/hpack_table.h +0 -148
- data/src/core/lib/gpr/tls_gcc.h +0 -52
- data/src/core/lib/gpr/tls_msvc.h +0 -54
- data/src/core/lib/gpr/tls_pthread.cc +0 -30
- data/src/core/lib/gpr/tls_pthread.h +0 -56
- data/src/core/lib/gpr/tls_stdcpp.h +0 -48
- data/src/core/lib/gprpp/atomic.h +0 -104
- data/src/core/lib/iomgr/endpoint_pair_uv.cc +0 -40
- data/src/core/lib/iomgr/iomgr_uv.cc +0 -43
- data/src/core/lib/iomgr/pollset_uv.cc +0 -95
- data/src/core/lib/iomgr/pollset_uv.h +0 -36
- data/src/core/lib/iomgr/sockaddr_custom.h +0 -54
- data/src/core/lib/iomgr/socket_utils_uv.cc +0 -49
- data/src/core/lib/iomgr/tcp_uv.cc +0 -421
- data/src/core/lib/iomgr/timer_uv.cc +0 -66
- data/third_party/upb/third_party/wyhash/wyhash.h +0 -145
- data/third_party/upb/upb/upb.int.h +0 -29
@@ -14,13 +14,11 @@
|
|
14
14
|
#include <grpc/support/port_platform.h>
|
15
15
|
|
16
16
|
#ifdef GRPC_USE_EVENT_ENGINE
|
17
|
-
#include "src/core/lib/iomgr/event_engine/iomgr.h"
|
18
|
-
|
19
17
|
#include <grpc/event_engine/event_engine.h>
|
20
18
|
|
21
19
|
#include "src/core/lib/debug/trace.h"
|
22
20
|
#include "src/core/lib/iomgr/closure.h"
|
23
|
-
#include "src/core/lib/iomgr/event_engine/
|
21
|
+
#include "src/core/lib/iomgr/event_engine/iomgr.h"
|
24
22
|
#include "src/core/lib/iomgr/iomgr_internal.h"
|
25
23
|
#include "src/core/lib/iomgr/tcp_client.h"
|
26
24
|
#include "src/core/lib/iomgr/tcp_server.h"
|
@@ -42,25 +40,15 @@ namespace {
|
|
42
40
|
|
43
41
|
using ::grpc_event_engine::experimental::DefaultEventEngineFactory;
|
44
42
|
using ::grpc_event_engine::experimental::EventEngine;
|
45
|
-
using ::grpc_event_engine::experimental::Promise;
|
46
43
|
|
47
|
-
|
48
|
-
std::shared_ptr<EventEngine>* g_event_engine;
|
44
|
+
EventEngine* g_event_engine = nullptr;
|
49
45
|
|
50
|
-
|
51
|
-
|
52
|
-
new std::shared_ptr<EventEngine>(DefaultEventEngineFactory());
|
53
|
-
}
|
46
|
+
// TODO(nnoble): Instantiate the default EventEngine if none have been provided.
|
47
|
+
void iomgr_platform_init(void) { GPR_ASSERT(g_event_engine != nullptr); }
|
54
48
|
|
55
49
|
void iomgr_platform_flush(void) {}
|
56
50
|
|
57
51
|
void iomgr_platform_shutdown(void) {
|
58
|
-
Promise<absl::Status> shutdown_status_promise;
|
59
|
-
(*g_event_engine)->Shutdown([&shutdown_status_promise](absl::Status status) {
|
60
|
-
shutdown_status_promise.Set(std::move(status));
|
61
|
-
});
|
62
|
-
auto shutdown_status = shutdown_status_promise.Get();
|
63
|
-
GPR_ASSERT(shutdown_status.ok());
|
64
52
|
delete g_event_engine;
|
65
53
|
g_event_engine = nullptr;
|
66
54
|
}
|
@@ -68,7 +56,7 @@ void iomgr_platform_shutdown(void) {
|
|
68
56
|
void iomgr_platform_shutdown_background_closure(void) {}
|
69
57
|
|
70
58
|
bool iomgr_platform_is_any_background_poller_thread(void) {
|
71
|
-
return
|
59
|
+
return g_event_engine->IsWorkerThread();
|
72
60
|
}
|
73
61
|
|
74
62
|
bool iomgr_platform_add_closure_to_background_poller(
|
@@ -99,7 +87,18 @@ void grpc_set_default_iomgr_platform() {
|
|
99
87
|
bool grpc_iomgr_run_in_background() { return false; }
|
100
88
|
|
101
89
|
grpc_event_engine::experimental::EventEngine* grpc_iomgr_event_engine() {
|
102
|
-
return g_event_engine
|
90
|
+
return g_event_engine;
|
103
91
|
}
|
104
92
|
|
93
|
+
namespace grpc_core {
|
94
|
+
|
95
|
+
void SetDefaultEventEngine(
|
96
|
+
std::unique_ptr<grpc_event_engine::experimental::EventEngine>
|
97
|
+
event_engine) {
|
98
|
+
GPR_ASSERT(g_event_engine == nullptr);
|
99
|
+
g_event_engine = event_engine.release();
|
100
|
+
}
|
101
|
+
|
102
|
+
} // namespace grpc_core
|
103
|
+
|
105
104
|
#endif // GRPC_USE_EVENT_ENGINE
|
@@ -17,8 +17,26 @@
|
|
17
17
|
|
18
18
|
#include <grpc/event_engine/event_engine.h>
|
19
19
|
|
20
|
-
|
21
|
-
|
20
|
+
/// This can be called anywhere in the EventEngine-based iomgr impl where we
|
21
|
+
/// need to access the global EventEngine instance.
|
22
22
|
grpc_event_engine::experimental::EventEngine* grpc_iomgr_event_engine();
|
23
23
|
|
24
|
+
namespace grpc_core {
|
25
|
+
|
26
|
+
/// Set the default \a EventEngine.
|
27
|
+
///
|
28
|
+
/// The iomgr interfaces conceptually expose a global singleton iomgr instance
|
29
|
+
/// that is shared throughout gRPC. To accomodate an EventEngine-based iomgr
|
30
|
+
/// implementation, this method sets the default EventEngine that will be used.
|
31
|
+
/// The default EventEngine can only be set once during the lifetime of gRPC.
|
32
|
+
/// This method must be called before \a grpc_init() (truly, before
|
33
|
+
/// \a grpc_iomgr_init()). This engine is shut down along with iomgr.
|
34
|
+
///
|
35
|
+
/// This is an internal method, not intended for public use. Public APIs are
|
36
|
+
/// being planned.
|
37
|
+
void SetDefaultEventEngine(
|
38
|
+
std::unique_ptr<grpc_event_engine::experimental::EventEngine> event_engine);
|
39
|
+
|
40
|
+
} // namespace grpc_core
|
41
|
+
|
24
42
|
#endif // GRPC_CORE_LIB_IOMGR_EVENT_ENGINE_IOMGR_H
|
@@ -14,9 +14,10 @@
|
|
14
14
|
#include <grpc/support/port_platform.h>
|
15
15
|
|
16
16
|
#ifdef GRPC_USE_EVENT_ENGINE
|
17
|
-
#include <grpc/event_engine/event_engine.h>
|
18
17
|
#include "absl/functional/bind_front.h"
|
19
18
|
|
19
|
+
#include <grpc/event_engine/event_engine.h>
|
20
|
+
|
20
21
|
#include "src/core/lib/address_utils/sockaddr_utils.h"
|
21
22
|
#include "src/core/lib/gprpp/sync.h"
|
22
23
|
#include "src/core/lib/iomgr/error.h"
|
@@ -41,23 +41,53 @@ using ::grpc_event_engine::experimental::SliceAllocatorFactory;
|
|
41
41
|
using ::grpc_event_engine::experimental::SliceBuffer;
|
42
42
|
} // namespace
|
43
43
|
|
44
|
-
|
45
|
-
// accept SliceAllocators and SliceAllocatorFactory(ie)s. In the meantime, the
|
46
|
-
// libuv work has temporary implementations as well.
|
47
|
-
class NoopSliceAllocator : public SliceAllocator {
|
44
|
+
class WrappedInternalSliceAllocator : public SliceAllocator {
|
48
45
|
public:
|
46
|
+
explicit WrappedInternalSliceAllocator(grpc_slice_allocator* slice_allocator)
|
47
|
+
: slice_allocator_(slice_allocator) {}
|
48
|
+
|
49
|
+
~WrappedInternalSliceAllocator() {
|
50
|
+
grpc_slice_allocator_destroy(slice_allocator_);
|
51
|
+
}
|
52
|
+
|
49
53
|
absl::Status Allocate(size_t size, SliceBuffer* dest,
|
50
|
-
SliceAllocator::AllocateCallback cb) {
|
54
|
+
SliceAllocator::AllocateCallback cb) override {
|
55
|
+
// TODO(nnoble): requires the SliceBuffer definition.
|
56
|
+
grpc_slice_allocator_allocate(
|
57
|
+
slice_allocator_, size, 1, grpc_slice_allocator_intent::kReadBuffer,
|
58
|
+
dest->RawSliceBuffer(),
|
59
|
+
[](void* arg, grpc_error_handle error) {
|
60
|
+
auto cb = static_cast<SliceAllocator::AllocateCallback*>(arg);
|
61
|
+
(*cb)(grpc_error_to_absl_status(error));
|
62
|
+
delete cb;
|
63
|
+
},
|
64
|
+
new SliceAllocator::AllocateCallback(cb));
|
51
65
|
return absl::OkStatus();
|
52
66
|
}
|
67
|
+
|
68
|
+
private:
|
69
|
+
grpc_slice_allocator* slice_allocator_;
|
53
70
|
};
|
54
71
|
|
55
|
-
class
|
72
|
+
class WrappedInternalSliceAllocatorFactory : public SliceAllocatorFactory {
|
56
73
|
public:
|
74
|
+
explicit WrappedInternalSliceAllocatorFactory(
|
75
|
+
grpc_slice_allocator_factory* slice_allocator_factory)
|
76
|
+
: slice_allocator_factory_(slice_allocator_factory) {}
|
77
|
+
|
78
|
+
~WrappedInternalSliceAllocatorFactory() {
|
79
|
+
grpc_slice_allocator_factory_destroy(slice_allocator_factory_);
|
80
|
+
}
|
81
|
+
|
57
82
|
std::unique_ptr<SliceAllocator> CreateSliceAllocator(
|
58
|
-
absl::string_view peer_name) {
|
59
|
-
return absl::make_unique<
|
83
|
+
absl::string_view peer_name) override {
|
84
|
+
return absl::make_unique<WrappedInternalSliceAllocator>(
|
85
|
+
grpc_slice_allocator_factory_create_slice_allocator(
|
86
|
+
slice_allocator_factory_, peer_name));
|
60
87
|
};
|
88
|
+
|
89
|
+
private:
|
90
|
+
grpc_slice_allocator_factory* slice_allocator_factory_;
|
61
91
|
};
|
62
92
|
|
63
93
|
struct grpc_tcp_server {
|
@@ -105,6 +135,7 @@ EventEngine::OnConnectCallback GrpcClosureToOnConnectCallback(
|
|
105
135
|
|
106
136
|
/// Usage note: this method does not take ownership of any pointer arguments.
|
107
137
|
void tcp_connect(grpc_closure* on_connect, grpc_endpoint** endpoint,
|
138
|
+
grpc_slice_allocator* slice_allocator,
|
108
139
|
grpc_pollset_set* /* interested_parties */,
|
109
140
|
const grpc_channel_args* channel_args,
|
110
141
|
const grpc_resolved_address* addr, grpc_millis deadline) {
|
@@ -114,16 +145,16 @@ void tcp_connect(grpc_closure* on_connect, grpc_endpoint** endpoint,
|
|
114
145
|
*endpoint = &ee_endpoint->base;
|
115
146
|
EventEngine::OnConnectCallback ee_on_connect =
|
116
147
|
GrpcClosureToOnConnectCallback(on_connect, endpoint);
|
117
|
-
|
118
|
-
|
119
|
-
auto sa = absl::make_unique<NoopSliceAllocator>();
|
148
|
+
auto ee_slice_allocator =
|
149
|
+
absl::make_unique<WrappedInternalSliceAllocator>(slice_allocator);
|
120
150
|
EventEngine::ResolvedAddress ra(reinterpret_cast<const sockaddr*>(addr->addr),
|
121
151
|
addr->len);
|
122
152
|
absl::Time ee_deadline = grpc_core::ToAbslTime(
|
123
153
|
grpc_millis_to_timespec(deadline, GPR_CLOCK_MONOTONIC));
|
124
154
|
ChannelArgsEndpointConfig endpoint_config(channel_args);
|
125
155
|
absl::Status connected = grpc_iomgr_event_engine()->Connect(
|
126
|
-
ee_on_connect, ra, endpoint_config, std::move(
|
156
|
+
ee_on_connect, ra, endpoint_config, std::move(ee_slice_allocator),
|
157
|
+
ee_deadline);
|
127
158
|
if (!connected.ok()) {
|
128
159
|
// EventEngine failed to start an asynchronous connect.
|
129
160
|
grpc_endpoint_destroy(*endpoint);
|
@@ -133,17 +164,14 @@ void tcp_connect(grpc_closure* on_connect, grpc_endpoint** endpoint,
|
|
133
164
|
}
|
134
165
|
}
|
135
166
|
|
136
|
-
grpc_error* tcp_server_create(
|
137
|
-
|
138
|
-
|
167
|
+
grpc_error* tcp_server_create(
|
168
|
+
grpc_closure* shutdown_complete, const grpc_channel_args* args,
|
169
|
+
grpc_slice_allocator_factory* slice_allocator_factory,
|
170
|
+
grpc_tcp_server** server) {
|
139
171
|
ChannelArgsEndpointConfig endpoint_config(args);
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
}
|
144
|
-
// TODO(hork): tcp_server_create will change to accept a
|
145
|
-
// SliceAllocatorFactory. This is temporary.
|
146
|
-
auto saf = absl::make_unique<NoopSliceAllocatorFactory>();
|
172
|
+
auto ee_slice_allocator_factory =
|
173
|
+
absl::make_unique<WrappedInternalSliceAllocatorFactory>(
|
174
|
+
slice_allocator_factory);
|
147
175
|
EventEngine* event_engine = grpc_iomgr_event_engine();
|
148
176
|
absl::StatusOr<std::unique_ptr<EventEngine::Listener>> listener =
|
149
177
|
event_engine->CreateListener(
|
@@ -164,7 +192,7 @@ grpc_error* tcp_server_create(grpc_closure* shutdown_complete,
|
|
164
192
|
grpc_pollset_ee_broadcast_event();
|
165
193
|
},
|
166
194
|
GrpcClosureToCallback(shutdown_complete, GRPC_ERROR_NONE),
|
167
|
-
endpoint_config, std::move(
|
195
|
+
endpoint_config, std::move(ee_slice_allocator_factory));
|
168
196
|
if (!listener.ok()) {
|
169
197
|
return absl_status_to_grpc_error(listener.status());
|
170
198
|
}
|
@@ -256,7 +284,8 @@ grpc_fd* grpc_fd_create(int /* fd */, const char* /* name */,
|
|
256
284
|
|
257
285
|
grpc_endpoint* grpc_tcp_client_create_from_fd(
|
258
286
|
grpc_fd* /* fd */, const grpc_channel_args* /* channel_args */,
|
259
|
-
const char* /* addr_str
|
287
|
+
const char* /* addr_str */, grpc_slice_allocator* slice_allocator) {
|
288
|
+
grpc_slice_allocator_destroy(slice_allocator);
|
260
289
|
return nullptr;
|
261
290
|
}
|
262
291
|
|
@@ -131,13 +131,13 @@ grpc_millis grpc_cycle_counter_to_millis_round_up(gpr_cycle_counter cycles) {
|
|
131
131
|
}
|
132
132
|
|
133
133
|
namespace grpc_core {
|
134
|
-
|
135
|
-
|
134
|
+
GPR_THREAD_LOCAL(ExecCtx*) ExecCtx::exec_ctx_;
|
135
|
+
GPR_THREAD_LOCAL(ApplicationCallbackExecCtx*)
|
136
|
+
ApplicationCallbackExecCtx::callback_exec_ctx_;
|
136
137
|
|
137
138
|
// WARNING: for testing purposes only!
|
138
139
|
void ExecCtx::TestOnlyGlobalInit(gpr_timespec new_val) {
|
139
140
|
g_start_time = new_val;
|
140
|
-
gpr_tls_init(&exec_ctx_);
|
141
141
|
}
|
142
142
|
|
143
143
|
void ExecCtx::GlobalInit(void) {
|
@@ -148,7 +148,6 @@ void ExecCtx::GlobalInit(void) {
|
|
148
148
|
g_start_time = gpr_now(GPR_CLOCK_MONOTONIC);
|
149
149
|
const gpr_cycle_counter cycle_after = gpr_get_cycle_counter();
|
150
150
|
g_start_cycle = (cycle_before + cycle_after) / 2;
|
151
|
-
gpr_tls_init(&exec_ctx_);
|
152
151
|
}
|
153
152
|
|
154
153
|
bool ExecCtx::Flush() {
|
@@ -216,16 +216,12 @@ class ExecCtx {
|
|
216
216
|
static void GlobalInit(void);
|
217
217
|
|
218
218
|
/** Global shutdown for ExecCtx. Called by iomgr. */
|
219
|
-
static void GlobalShutdown(void) {
|
219
|
+
static void GlobalShutdown(void) {}
|
220
220
|
|
221
221
|
/** Gets pointer to current exec_ctx. */
|
222
|
-
static ExecCtx* Get() {
|
223
|
-
return reinterpret_cast<ExecCtx*>(gpr_tls_get(&exec_ctx_));
|
224
|
-
}
|
222
|
+
static ExecCtx* Get() { return exec_ctx_; }
|
225
223
|
|
226
|
-
static void Set(ExecCtx* exec_ctx) {
|
227
|
-
gpr_tls_set(&exec_ctx_, reinterpret_cast<intptr_t>(exec_ctx));
|
228
|
-
}
|
224
|
+
static void Set(ExecCtx* exec_ctx) { exec_ctx_ = exec_ctx; }
|
229
225
|
|
230
226
|
static void Run(const DebugLocation& location, grpc_closure* closure,
|
231
227
|
grpc_error_handle error);
|
@@ -251,7 +247,7 @@ class ExecCtx {
|
|
251
247
|
bool now_is_valid_ = false;
|
252
248
|
grpc_millis now_ = 0;
|
253
249
|
|
254
|
-
|
250
|
+
static GPR_THREAD_LOCAL(ExecCtx*) exec_ctx_;
|
255
251
|
ExecCtx* last_exec_ctx_ = Get();
|
256
252
|
};
|
257
253
|
|
@@ -313,8 +309,7 @@ class ApplicationCallbackExecCtx {
|
|
313
309
|
}
|
314
310
|
|
315
311
|
~ApplicationCallbackExecCtx() {
|
316
|
-
if (
|
317
|
-
gpr_tls_get(&callback_exec_ctx_)) == this) {
|
312
|
+
if (Get() == this) {
|
318
313
|
while (head_ != nullptr) {
|
319
314
|
auto* f = head_;
|
320
315
|
head_ = f->internal_next;
|
@@ -323,7 +318,7 @@ class ApplicationCallbackExecCtx {
|
|
323
318
|
}
|
324
319
|
(*f->functor_run)(f, f->internal_success);
|
325
320
|
}
|
326
|
-
|
321
|
+
callback_exec_ctx_ = nullptr;
|
327
322
|
if (!(GRPC_APP_CALLBACK_EXEC_CTX_FLAG_IS_INTERNAL_THREAD & flags_)) {
|
328
323
|
grpc_core::Fork::DecExecCtxCount();
|
329
324
|
}
|
@@ -335,17 +330,14 @@ class ApplicationCallbackExecCtx {
|
|
335
330
|
|
336
331
|
uintptr_t Flags() { return flags_; }
|
337
332
|
|
338
|
-
static ApplicationCallbackExecCtx* Get() {
|
339
|
-
return reinterpret_cast<ApplicationCallbackExecCtx*>(
|
340
|
-
gpr_tls_get(&callback_exec_ctx_));
|
341
|
-
}
|
333
|
+
static ApplicationCallbackExecCtx* Get() { return callback_exec_ctx_; }
|
342
334
|
|
343
335
|
static void Set(ApplicationCallbackExecCtx* exec_ctx, uintptr_t flags) {
|
344
336
|
if (Get() == nullptr) {
|
345
337
|
if (!(GRPC_APP_CALLBACK_EXEC_CTX_FLAG_IS_INTERNAL_THREAD & flags)) {
|
346
338
|
grpc_core::Fork::IncExecCtxCount();
|
347
339
|
}
|
348
|
-
|
340
|
+
callback_exec_ctx_ = exec_ctx;
|
349
341
|
}
|
350
342
|
}
|
351
343
|
|
@@ -365,10 +357,10 @@ class ApplicationCallbackExecCtx {
|
|
365
357
|
}
|
366
358
|
|
367
359
|
/** Global initialization for ApplicationCallbackExecCtx. Called by init. */
|
368
|
-
static void GlobalInit(void) {
|
360
|
+
static void GlobalInit(void) {}
|
369
361
|
|
370
362
|
/** Global shutdown for ApplicationCallbackExecCtx. Called by init. */
|
371
|
-
static void GlobalShutdown(void) {
|
363
|
+
static void GlobalShutdown(void) {}
|
372
364
|
|
373
365
|
static bool Available() { return Get() != nullptr; }
|
374
366
|
|
@@ -376,7 +368,7 @@ class ApplicationCallbackExecCtx {
|
|
376
368
|
uintptr_t flags_{0u};
|
377
369
|
grpc_completion_queue_functor* head_{nullptr};
|
378
370
|
grpc_completion_queue_functor* tail_{nullptr};
|
379
|
-
|
371
|
+
static GPR_THREAD_LOCAL(ApplicationCallbackExecCtx*) callback_exec_ctx_;
|
380
372
|
};
|
381
373
|
} // namespace grpc_core
|
382
374
|
|
@@ -29,7 +29,8 @@ inline void* InfLenFIFOQueue::PopFront() {
|
|
29
29
|
// mutex. This function will assume that there is at least one element in the
|
30
30
|
// queue (i.e. queue_head_->content is valid).
|
31
31
|
void* result = queue_head_->content;
|
32
|
-
count_.
|
32
|
+
count_.store(count_.load(std::memory_order_relaxed) - 1,
|
33
|
+
std::memory_order_relaxed);
|
33
34
|
|
34
35
|
// Updates Stats when trace flag turned on.
|
35
36
|
if (GRPC_TRACE_FLAG_ENABLED(grpc_thread_pool_trace)) {
|
@@ -40,7 +41,7 @@ inline void* InfLenFIFOQueue::PopFront() {
|
|
40
41
|
stats_.max_queue_time = gpr_time_max(
|
41
42
|
gpr_convert_clock_type(stats_.max_queue_time, GPR_TIMESPAN), wait_time);
|
42
43
|
|
43
|
-
if (count_.
|
44
|
+
if (count_.load(std::memory_order_relaxed) == 0) {
|
44
45
|
stats_.busy_queue_time =
|
45
46
|
gpr_time_add(stats_.busy_queue_time,
|
46
47
|
gpr_time_sub(gpr_now(GPR_CLOCK_MONOTONIC), busy_time));
|
@@ -57,7 +58,7 @@ inline void* InfLenFIFOQueue::PopFront() {
|
|
57
58
|
|
58
59
|
queue_head_ = queue_head_->next;
|
59
60
|
// Signal waiting thread
|
60
|
-
if (count_.
|
61
|
+
if (count_.load(std::memory_order_relaxed) > 0) {
|
61
62
|
TopWaiter()->cv.Signal();
|
62
63
|
}
|
63
64
|
|
@@ -92,7 +93,7 @@ InfLenFIFOQueue::InfLenFIFOQueue() {
|
|
92
93
|
}
|
93
94
|
|
94
95
|
InfLenFIFOQueue::~InfLenFIFOQueue() {
|
95
|
-
GPR_ASSERT(count_.
|
96
|
+
GPR_ASSERT(count_.load(std::memory_order_relaxed) == 0);
|
96
97
|
for (size_t i = 0; i < delete_list_count_; ++i) {
|
97
98
|
gpr_free(delete_list_[i]);
|
98
99
|
}
|
@@ -102,7 +103,7 @@ InfLenFIFOQueue::~InfLenFIFOQueue() {
|
|
102
103
|
void InfLenFIFOQueue::Put(void* elem) {
|
103
104
|
MutexLock l(&mu_);
|
104
105
|
|
105
|
-
int curr_count = count_.
|
106
|
+
int curr_count = count_.load(std::memory_order_relaxed);
|
106
107
|
|
107
108
|
if (queue_tail_ == queue_head_ && curr_count != 0) {
|
108
109
|
// List is full. Expands list to double size by inserting new chunk of nodes
|
@@ -134,7 +135,7 @@ void InfLenFIFOQueue::Put(void* elem) {
|
|
134
135
|
queue_tail_->insert_time = current_time;
|
135
136
|
}
|
136
137
|
|
137
|
-
count_.
|
138
|
+
count_.store(curr_count + 1, std::memory_order_relaxed);
|
138
139
|
queue_tail_ = queue_tail_->next;
|
139
140
|
|
140
141
|
TopWaiter()->cv.Signal();
|
@@ -143,7 +144,7 @@ void InfLenFIFOQueue::Put(void* elem) {
|
|
143
144
|
void* InfLenFIFOQueue::Get(gpr_timespec* wait_time) {
|
144
145
|
MutexLock l(&mu_);
|
145
146
|
|
146
|
-
if (count_.
|
147
|
+
if (count_.load(std::memory_order_relaxed) == 0) {
|
147
148
|
gpr_timespec start_time;
|
148
149
|
if (GRPC_TRACE_FLAG_ENABLED(grpc_thread_pool_trace) &&
|
149
150
|
wait_time != nullptr) {
|
@@ -154,14 +155,14 @@ void* InfLenFIFOQueue::Get(gpr_timespec* wait_time) {
|
|
154
155
|
PushWaiter(&self);
|
155
156
|
do {
|
156
157
|
self.cv.Wait(&mu_);
|
157
|
-
} while (count_.
|
158
|
+
} while (count_.load(std::memory_order_relaxed) == 0);
|
158
159
|
RemoveWaiter(&self);
|
159
160
|
if (GRPC_TRACE_FLAG_ENABLED(grpc_thread_pool_trace) &&
|
160
161
|
wait_time != nullptr) {
|
161
162
|
*wait_time = gpr_time_sub(gpr_now(GPR_CLOCK_MONOTONIC), start_time);
|
162
163
|
}
|
163
164
|
}
|
164
|
-
GPR_DEBUG_ASSERT(count_.
|
165
|
+
GPR_DEBUG_ASSERT(count_.load(std::memory_order_relaxed) > 0);
|
165
166
|
return PopFront();
|
166
167
|
}
|
167
168
|
|
@@ -21,8 +21,9 @@
|
|
21
21
|
|
22
22
|
#include <grpc/support/port_platform.h>
|
23
23
|
|
24
|
+
#include <atomic>
|
25
|
+
|
24
26
|
#include "src/core/lib/debug/stats.h"
|
25
|
-
#include "src/core/lib/gprpp/atomic.h"
|
26
27
|
#include "src/core/lib/gprpp/sync.h"
|
27
28
|
|
28
29
|
namespace grpc_core {
|
@@ -70,7 +71,7 @@ class InfLenFIFOQueue : public MPMCQueueInterface {
|
|
70
71
|
// Returns number of elements in queue currently.
|
71
72
|
// There might be concurrently add/remove on queue, so count might change
|
72
73
|
// quickly.
|
73
|
-
int count() const override { return count_.
|
74
|
+
int count() const override { return count_.load(std::memory_order_relaxed); }
|
74
75
|
|
75
76
|
struct Node {
|
76
77
|
Node* next; // Linking
|
@@ -157,7 +158,7 @@ class InfLenFIFOQueue : public MPMCQueueInterface {
|
|
157
158
|
|
158
159
|
Node* queue_head_ = nullptr; // Head of the queue, remove position
|
159
160
|
Node* queue_tail_ = nullptr; // End of queue, insert position
|
160
|
-
|
161
|
+
std::atomic<int> count_{0}; // Number of elements in queue
|
161
162
|
int num_nodes_ = 0; // Number of nodes allocated
|
162
163
|
|
163
164
|
Stats stats_; // Stats info
|
@@ -72,7 +72,7 @@ size_t ThreadPool::DefaultStackSize() {
|
|
72
72
|
|
73
73
|
void ThreadPool::AssertHasNotBeenShutDown() {
|
74
74
|
// For debug checking purpose, using RELAXED order is sufficient.
|
75
|
-
GPR_DEBUG_ASSERT(!shut_down_.
|
75
|
+
GPR_DEBUG_ASSERT(!shut_down_.load(std::memory_order_relaxed));
|
76
76
|
}
|
77
77
|
|
78
78
|
ThreadPool::ThreadPool(int num_threads) : num_threads_(num_threads) {
|
@@ -102,7 +102,7 @@ ThreadPool::ThreadPool(int num_threads, const char* thd_name,
|
|
102
102
|
|
103
103
|
ThreadPool::~ThreadPool() {
|
104
104
|
// For debug checking purpose, using RELAXED order is sufficient.
|
105
|
-
shut_down_.
|
105
|
+
shut_down_.store(true, std::memory_order_relaxed);
|
106
106
|
|
107
107
|
for (int i = 0; i < num_threads_; ++i) {
|
108
108
|
queue_->Put(nullptr);
|
@@ -134,7 +134,8 @@ class ThreadPool : public ThreadPoolInterface {
|
|
134
134
|
ThreadPoolWorker** threads_ = nullptr; // Array of worker threads
|
135
135
|
MPMCQueueInterface* queue_ = nullptr; // Closure queue
|
136
136
|
|
137
|
-
|
137
|
+
std::atomic<bool> shut_down_{
|
138
|
+
false}; // Destructor has been called if set to true
|
138
139
|
|
139
140
|
void SharedThreadPoolConstructor();
|
140
141
|
// For ThreadPool, default stack size for mobile platform is 1952K. for other
|
@@ -53,7 +53,7 @@
|
|
53
53
|
namespace grpc_core {
|
54
54
|
namespace {
|
55
55
|
|
56
|
-
|
56
|
+
static GPR_THREAD_LOCAL(ThreadState*) g_this_thread_state;
|
57
57
|
|
58
58
|
Executor* executors[static_cast<size_t>(ExecutorType::NUM_EXECUTORS)];
|
59
59
|
|
@@ -214,7 +214,7 @@ void Executor::Shutdown() { SetThreading(false); }
|
|
214
214
|
|
215
215
|
void Executor::ThreadMain(void* arg) {
|
216
216
|
ThreadState* ts = static_cast<ThreadState*>(arg);
|
217
|
-
|
217
|
+
g_this_thread_state = ts;
|
218
218
|
|
219
219
|
grpc_core::ExecCtx exec_ctx(GRPC_EXEC_CTX_FLAG_IS_INTERNAL_THREAD);
|
220
220
|
|
@@ -248,7 +248,7 @@ void Executor::ThreadMain(void* arg) {
|
|
248
248
|
subtract_depth = RunClosures(ts->name, closures);
|
249
249
|
}
|
250
250
|
|
251
|
-
|
251
|
+
g_this_thread_state = nullptr;
|
252
252
|
}
|
253
253
|
|
254
254
|
void Executor::Enqueue(grpc_closure* closure, grpc_error_handle error,
|
@@ -283,8 +283,7 @@ void Executor::Enqueue(grpc_closure* closure, grpc_error_handle error,
|
|
283
283
|
return;
|
284
284
|
}
|
285
285
|
|
286
|
-
ThreadState* ts =
|
287
|
-
reinterpret_cast<ThreadState*>(gpr_tls_get(&g_this_thread_state));
|
286
|
+
ThreadState* ts = g_this_thread_state;
|
288
287
|
if (ts == nullptr) {
|
289
288
|
ts = &thd_state_[GPR_HASH_POINTER(grpc_core::ExecCtx::Get(),
|
290
289
|
cur_thread_count)];
|
@@ -465,6 +464,6 @@ void Executor::SetThreadingDefault(bool enable) {
|
|
465
464
|
executors[static_cast<size_t>(ExecutorType::DEFAULT)]->SetThreading(enable);
|
466
465
|
}
|
467
466
|
|
468
|
-
void grpc_executor_global_init() {
|
467
|
+
void grpc_executor_global_init() {}
|
469
468
|
|
470
469
|
} // namespace grpc_core
|
@@ -22,13 +22,13 @@
|
|
22
22
|
|
23
23
|
#if GRPC_IF_NAMETOINDEX == 1 && defined(GRPC_POSIX_SOCKET_IF_NAMETOINDEX)
|
24
24
|
|
25
|
-
#include "src/core/lib/iomgr/grpc_if_nametoindex.h"
|
26
|
-
|
27
25
|
#include <errno.h>
|
28
26
|
#include <net/if.h>
|
29
27
|
|
30
28
|
#include <grpc/support/log.h>
|
31
29
|
|
30
|
+
#include "src/core/lib/iomgr/grpc_if_nametoindex.h"
|
31
|
+
|
32
32
|
uint32_t grpc_if_nametoindex(char* name) {
|
33
33
|
uint32_t out = if_nametoindex(name);
|
34
34
|
if (out == 0) {
|
@@ -22,10 +22,10 @@
|
|
22
22
|
|
23
23
|
#if GRPC_IF_NAMETOINDEX == 0 || !defined(GRPC_POSIX_SOCKET_IF_NAMETOINDEX)
|
24
24
|
|
25
|
-
#include "src/core/lib/iomgr/grpc_if_nametoindex.h"
|
26
|
-
|
27
25
|
#include <grpc/support/log.h>
|
28
26
|
|
27
|
+
#include "src/core/lib/iomgr/grpc_if_nametoindex.h"
|
28
|
+
|
29
29
|
uint32_t grpc_if_nametoindex(char* name) {
|
30
30
|
gpr_log(GPR_DEBUG,
|
31
31
|
"Not attempting to convert interface name %s to index for current "
|
@@ -18,10 +18,11 @@
|
|
18
18
|
|
19
19
|
#include <grpc/support/port_platform.h>
|
20
20
|
|
21
|
-
#include "src/core/lib/iomgr/
|
21
|
+
#include "src/core/lib/iomgr/internal_errqueue.h"
|
22
22
|
|
23
23
|
#include <grpc/impl/codegen/log.h>
|
24
|
-
|
24
|
+
|
25
|
+
#include "src/core/lib/iomgr/port.h"
|
25
26
|
|
26
27
|
#ifdef GRPC_POSIX_SOCKET_TCP
|
27
28
|
|
data/src/core/lib/iomgr/iomgr.h
CHANGED
@@ -21,11 +21,11 @@
|
|
21
21
|
|
22
22
|
#include <grpc/support/port_platform.h>
|
23
23
|
|
24
|
+
#include <stdlib.h>
|
25
|
+
|
24
26
|
#include "src/core/lib/iomgr/closure.h"
|
25
27
|
#include "src/core/lib/iomgr/port.h"
|
26
28
|
|
27
|
-
#include <stdlib.h>
|
28
|
-
|
29
29
|
/** Initializes the iomgr. */
|
30
30
|
void grpc_iomgr_init();
|
31
31
|
|
@@ -18,16 +18,16 @@
|
|
18
18
|
|
19
19
|
#include <grpc/support/port_platform.h>
|
20
20
|
|
21
|
-
#include "src/core/lib/iomgr/
|
21
|
+
#include "src/core/lib/iomgr/iomgr_custom.h"
|
22
22
|
|
23
23
|
#include <grpc/support/thd_id.h>
|
24
24
|
|
25
25
|
#include "src/core/lib/iomgr/exec_ctx.h"
|
26
26
|
#include "src/core/lib/iomgr/executor.h"
|
27
|
-
#include "src/core/lib/iomgr/iomgr_custom.h"
|
28
27
|
#include "src/core/lib/iomgr/iomgr_internal.h"
|
29
28
|
#include "src/core/lib/iomgr/pollset_custom.h"
|
30
29
|
#include "src/core/lib/iomgr/pollset_set_custom.h"
|
30
|
+
#include "src/core/lib/iomgr/port.h"
|
31
31
|
#include "src/core/lib/iomgr/resolve_address_custom.h"
|
32
32
|
|
33
33
|
gpr_thd_id g_init_thread;
|
@@ -21,13 +21,13 @@
|
|
21
21
|
|
22
22
|
#include <grpc/support/port_platform.h>
|
23
23
|
|
24
|
+
#include <grpc/support/thd_id.h>
|
25
|
+
|
24
26
|
#include "src/core/lib/iomgr/pollset_custom.h"
|
25
27
|
#include "src/core/lib/iomgr/resolve_address_custom.h"
|
26
28
|
#include "src/core/lib/iomgr/tcp_custom.h"
|
27
29
|
#include "src/core/lib/iomgr/timer_custom.h"
|
28
30
|
|
29
|
-
#include <grpc/support/thd_id.h>
|
30
|
-
|
31
31
|
/* The thread ID of the thread on which grpc was initialized. Used to verify
|
32
32
|
* that all calls into the custom iomgr are made on that same thread */
|
33
33
|
extern gpr_thd_id g_init_thread;
|
@@ -18,9 +18,10 @@
|
|
18
18
|
|
19
19
|
#include <grpc/support/port_platform.h>
|
20
20
|
|
21
|
+
#include "src/core/lib/iomgr/iomgr_internal.h"
|
22
|
+
|
21
23
|
#include <stddef.h>
|
22
24
|
|
23
|
-
#include "src/core/lib/iomgr/iomgr_internal.h"
|
24
25
|
#include "src/core/lib/iomgr/timer.h"
|
25
26
|
#include "src/core/lib/iomgr/timer_manager.h"
|
26
27
|
|