Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 46 for LDS (0.02 sec)

  1. src/cmd/link/internal/ld/xcoff.go

    	/* Symbol table */
    	for _, s := range f.loaderSymbols {
    		lds := &XcoffLdSym64{
    			Loffset: uint32(stlen + 2),
    			Lsmtype: s.smtype,
    			Lsmclas: s.smclas,
    		}
    		sym := s.sym
    		switch s.smtype {
    		default:
    			ldr.Errorf(sym, "unexpected loader symbol type: 0x%x", s.smtype)
    		case XTY_ENT | XTY_SD:
    			lds.Lvalue = uint64(ldr.SymValue(sym))
    			lds.Lscnum = f.getXCOFFscnum(ldr.SymSect(sym))
    		case XTY_IMP:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 01 19:58:23 UTC 2023
    - 51.8K bytes
    - Viewed (0)
  2. tensorflow/c/BUILD

            "@com_google_absl//absl/strings",
            "@local_xla//xla/tsl/c:tsl_status_internal",
        ],
        alwayslink = 1,
    )
    
    exports_files(
        [
            "version_script.lds",
            "exported_symbols.lds",
        ],
        visibility = ["//visibility:public"],
    )
    
    filegroup(
        name = "checkpoint_reader_hdrs",
        srcs = [
            "checkpoint_reader.h",
            "tf_status_helper.h",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 30.3K bytes
    - Viewed (0)
  3. pkg/istio-agent/grpcxds/grpc_bootstrap.go

    	"istio.io/istio/pkg/file"
    	"istio.io/istio/pkg/log"
    	"istio.io/istio/pkg/model"
    	"istio.io/istio/pkg/util/protomarshal"
    )
    
    const (
    	ServerListenerNamePrefix = "xds.istio.io/grpc/lds/inbound/"
    	// ServerListenerNameTemplate for the name of the Listener resource to subscribe to for a gRPC
    	// server. If the token `%s` is present in the string, all instances of the
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Mar 30 00:31:03 UTC 2024
    - 7.1K bytes
    - Viewed (0)
  4. pilot/pkg/networking/apigen/apigen.go

    		})
    	}
    
    	// TODO: MeshConfig, current dynamic ProxyConfig (for this proxy), Networks
    
    	if w.TypeUrl == gvk.ServiceEntry.String() {
    		// Include 'synthetic' SE - but without the endpoints. Used to generate CDS, LDS.
    		// EDS is pass-through.
    		svcs := proxy.SidecarScope.Services()
    		for _, s := range svcs {
    			// Ignore services that are result of conversion from ServiceEntry.
    			if s.Attributes.ServiceRegistry == provider.External {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Oct 05 19:01:38 UTC 2023
    - 5K bytes
    - Viewed (0)
  5. pilot/pkg/networking/grpcgen/grpcgen_test.go

    	xdsPort, _ := strconv.Atoi(xdsPorts)
    
    	addIstiod(sd, xdsPort)
    
    	// Client bootstrap - will show as "foo.clientns"
    	xdsresolver := resolverForTest(t, xdsPort, "clientns")
    
    	// Test the xdsresolver - query LDS and RDS for a specific service, wait for the update.
    	// Should be very fast (~20ms) and validate bootstrap and basic XDS connection.
    	// Unfortunately we have no way to look at the response except using the logs from XDS.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 09:04:02 UTC 2024
    - 16.9K bytes
    - Viewed (0)
  6. pilot/pkg/serviceregistry/util/xdsfake/updater.go

    // This interface is WIP - labels, annotations and other changes to service may be
    // updated to force a EDS and CDS recomputation and incremental push, as it doesn't affect
    // LDS/RDS.
    func (fx *Updater) SvcUpdate(c model.ShardKey, hostname string, ns string, ev model.Event) {
    	select {
    	case fx.Events <- Event{Type: "service", ID: hostname, Namespace: ns}:
    	default:
    	}
    	if fx.Delegate != nil {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Feb 29 18:40:34 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  7. pkg/istio-agent/xds_proxy_test.go

    		t.Fatal(err)
    	}
    	_, err = downstream.Recv()
    	if err != nil {
    		t.Fatal(err)
    	}
    
    	// healthcheck before lds will be not sent
    	proxy.sendHealthCheckRequest(healthy)
    	expectCondition("")
    
    	// simulate envoy send xds requests
    	sendDownstreamWithNode(t, downstream, node)
    
    	// after lds sent, the caching healthcheck will be resent
    	expectCondition(status.StatusTrue)
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Mar 30 04:48:02 UTC 2024
    - 18.6K bytes
    - Viewed (0)
  8. pilot/pkg/networking/core/envoyfilter/listener_patch_test.go

    		args args
    		want []*listener.Listener
    	}{
    		{
    			name: "gateway lds",
    			args: args{
    				patchContext: networking.EnvoyFilter_GATEWAY,
    				proxy:        gatewayProxy,
    				push:         push,
    				listeners:    gatewayIn,
    				skipAdds:     false,
    			},
    			want: gatewayOut,
    		},
    		{
    			name: "gateway lds with priority",
    			args: args{
    				patchContext: networking.EnvoyFilter_GATEWAY,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Apr 21 17:42:54 UTC 2024
    - 70.1K bytes
    - Viewed (0)
  9. pilot/pkg/networking/core/cluster.go

    	clusters := make([]*cluster.Cluster, 0)
    	_, actualLocalHosts := getWildcardsAndLocalHost(proxy.GetIPMode())
    	sidecarScope := proxy.SidecarScope
    	for _, ingressListener := range sidecarScope.Sidecar.Ingress {
    		// LDS would have setup the inbound clusters
    		// as inbound|portNumber|portName|Hostname[or]SidecarScopeID
    		listenPort := &model.Port{
    			Port:     int(ingressListener.Port.Number),
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 33K bytes
    - Viewed (0)
  10. pilot/pkg/xds/eds_test.go

    			got, err := adscConn.Wait(15*time.Second, v3.EndpointType)
    
    			// If in incremental mode, shouldn't receive cds|rds|lds here
    			if inc {
    				for _, g := range got {
    					if g == "cds" || g == "rds" || g == "lds" {
    						errChan <- fmt.Errorf("should be eds incremental but received cds. %v %v",
    							err, id)
    						return
    					}
    				}
    			}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 02 20:58:47 UTC 2024
    - 39.6K bytes
    - Viewed (0)
Back to top