Inside Project Glasswing: Broadcom’s Audacious Bet on Transparent Switching Silicon

Broadcom's Project Glasswing introduces a fully transparent, programmable 51.2 Tbps switching architecture that exposes every pipeline stage to operator-defined logic and real-time telemetry, potentially reshaping the merchant silicon market and challenging hyperscaler custom chip efforts.
Inside Project Glasswing: Broadcom’s Audacious Bet on Transparent Switching Silicon
Written by Juan Vasquez

Broadcom has pulled back the curtain on what may be the most consequential shift in network switching architecture in a decade. The company’s Project Glasswing, unveiled at its annual Memory Fabric Forum in April 2026, represents a fundamental rethinking of how data center switches handle traffic β€” replacing opaque, fixed-function forwarding pipelines with a fully transparent, programmable architecture that gives network operators unprecedented visibility into every packet traversing the silicon.

The implications are enormous. And not just for Broadcom.

For years, the merchant silicon market has been defined by a tension between performance and programmability. Barefoot Networks, now part of Intel, fired the first salvo with its Tofino chip and the P4 programming language, promising network engineers the ability to define forwarding behavior in software rather than accepting whatever the chip vendor hardwired into the ASIC. Broadcom responded with its own programmable pipeline extensions in the Memory Fabric and Memory Fabric 2 families, but always within the constraints of a fundamentally fixed-function design. Memory Fabric 3, which underpins Project Glasswing, abandons that compromise entirely.

According to The Register, the new architecture delivers 51.2 Tbps of aggregate switching bandwidth β€” matching the throughput class of Broadcom’s existing Memory Fabric 3 Memory Fabric series β€” while exposing every stage of the packet processing pipeline to operator-defined logic. That means network teams can inspect, modify, and act on packet headers and metadata at each processing stage, rather than treating the switch ASIC as a black box that ingests packets on one side and emits them on the other.

The Architecture: What “Transparent” Actually Means

Broadcom’s use of the word “transparent” here is precise and technical, not marketing fluff. In conventional switch ASICs, the forwarding pipeline is a series of fixed-function blocks β€” parser, ingress processing, traffic manager, egress processing, deparser β€” each performing a specific task in a specific order. Operators can configure these blocks through APIs and table entries, but they can’t fundamentally alter what each block does or how it interacts with the others.

Project Glasswing replaces this rigid structure with what Broadcom calls a “glass pipeline” β€” a sequence of programmable processing stages where the logic at each stage is defined by operator-supplied programs written in an extended version of P4. Every stage exposes its internal state to a unified telemetry framework, allowing real-time observation of how packets flow through the chip. No hidden queues. No opaque buffer management decisions. No unexplained drops that require days of vendor TAC engagement to diagnose.

This is a direct response to years of frustration from hyperscalers and large enterprise network teams who’ve struggled with the diagnostic limitations of traditional merchant silicon. When a packet gets dropped inside a conventional switch ASIC, figuring out why it was dropped β€” and at which stage β€” often requires indirect inference from soberly limited counter sets. Glasswing’s telemetry model aims to eliminate that guesswork by making every internal decision observable.

The performance numbers, as reported by The Register, are striking. Broadcom claims the programmable pipeline adds less than 200 nanoseconds of additional latency compared to an equivalent fixed-function design at the same bandwidth class. That’s a meaningful improvement over earlier programmable architectures, which typically imposed latency penalties of 500 nanoseconds or more. The company attributes this to a new memory subsystem design that allows each processing stage to access shared state β€” forwarding tables, counters, meter states β€” without the serialization bottlenecks that plagued earlier programmable pipelines.

There’s also a power story here. Broadcom says Glasswing consumes roughly 15% more power than an equivalent fixed-function Tomahawk 5 at the same throughput, a gap the company expects to close in subsequent process node shrinks. For hyperscalers operating at the thermal limits of their rack designs, that 15% premium is nontrivial β€” but it may be acceptable given the operational benefits of full pipeline visibility.

Why Now, and Why It Matters for the Broader Market

The timing isn’t accidental. Several converging forces have made this moment ripe for a transparent switching architecture.

First, AI training and inference workloads have fundamentally changed data center traffic patterns. The bursty, elephant-flow-dominated traffic profiles generated by GPU clusters expose every weakness in traditional switch buffer management. Network operators running large-scale AI training jobs have reported persistent problems with incast congestion, priority inversion, and tail latency spikes that are nearly impossible to diagnose with conventional telemetry. Glasswing’s per-stage observability directly addresses these pain points.

Second, the rise of SONiC (Software for Open Networking in the Cloud) and other open network operating systems has created a class of network operators who are comfortable β€” even eager β€” to take on more responsibility for defining forwarding behavior. These teams don’t want a vendor-defined pipeline. They want a programmable substrate they can shape to their specific requirements. Glasswing gives them that substrate without forcing them to sacrifice throughput.

Third, Intel’s struggles with Tofino have created a vacuum. Intel announced in late 2025 that it would wind down new Tofino development, effectively ceding the programmable switching silicon market. That left Broadcom’s P4-capable extensions as the only merchant silicon option for operators who wanted pipeline programmability β€” but those extensions were always bolted onto a fundamentally fixed-function architecture. Glasswing is Broadcom’s answer to the question: what would we build if we started from scratch with programmability as the primary design constraint?

And the competitive dynamics extend beyond Intel. AMD, through its acquisition of Pensando, has been pushing its own programmable data processing unit (DPU) architecture for SmartNIC and switching applications. But Pensando’s Elba and Salina chips operate at much lower bandwidth classes β€” 200G to 400G per port β€” and are primarily positioned as host-side accelerators rather than top-of-rack or spine switches. Glasswing competes in a different weight class entirely.

The hyperscaler response has been cautiously positive. Sources familiar with early sampling programs indicate that at least two of the three major U.S. cloud providers have Glasswing silicon in their labs. None have made public commitments, but the architectural direction aligns closely with the requirements these companies have been articulating for years in forums like the Open Compute Project.

One area where Glasswing’s impact could be particularly significant is in network verification and intent-based networking. The ability to observe every stage of the forwarding pipeline in real time opens the door to formal verification techniques that can prove, mathematically, that the network is behaving as intended. Several startups in the network verification space have already begun adapting their tools to work with Glasswing’s telemetry APIs, according to industry sources.

But there are risks. A fully programmable pipeline is only as good as the programs running on it. Bugs in operator-defined forwarding logic can cause packet loss, loops, or security vulnerabilities that wouldn’t exist in a fixed-function design. Broadcom has attempted to mitigate this with a formal verification toolchain that checks P4 programs for common classes of errors before they’re loaded onto the chip. Whether that toolchain is sufficient to prevent production incidents remains to be seen.

There’s also the question of software readiness. SONiC, the dominant open NOS for hyperscaler networks, will need significant modifications to take full advantage of Glasswing’s capabilities. Broadcom says it’s working with the SONiC community on the necessary abstractions, but that work is in early stages. For operators running vendor-supplied network operating systems like Arista’s EOS or Cisco’s NX-OS, the path to Glasswing adoption is even less clear β€” those platforms would need to expose entirely new configuration and telemetry interfaces to take advantage of the transparent pipeline.

The Bigger Picture: Merchant Silicon’s Next Chapter

Project Glasswing represents something larger than a single chip announcement. It signals that the merchant silicon market is entering a new phase β€” one where the chip vendor’s role shifts from defining forwarding behavior to providing a programmable platform on which operators define their own behavior.

This is a profound change. For two decades, Broadcom’s dominance in switching silicon was built on a model where the company designed the forwarding pipeline, and operators configured it. The value proposition was simple: Broadcom’s engineers knew more about building high-performance forwarding pipelines than anyone, so operators should trust the chip to do the right thing and focus their own engineering effort elsewhere.

That model worked brilliantly when data center traffic was relatively predictable and the forwarding requirements were well-understood. It works less well when every major operator is running a different mix of AI training, inference, storage, and traditional compute workloads, each with distinct traffic characteristics and forwarding requirements.

So Broadcom is, in effect, acknowledging that it can no longer anticipate every operator’s needs in a fixed-function design. Instead, it’s providing the tools and the silicon for operators to build exactly the forwarding behavior they need. It’s a bet that the market has matured enough to handle that responsibility β€” and that the competitive threat from custom silicon efforts at Google, Amazon, and Microsoft makes the status quo untenable.

Those custom silicon efforts are the elephant in the room. Google’s been building its own switching ASICs for years. Amazon’s Nitro platform includes custom networking silicon. Microsoft has publicly discussed its ambitions for custom network chips. Each of these efforts is motivated, at least in part, by the same frustrations that Glasswing addresses: the limitations of fixed-function merchant silicon for hyperscale workloads.

If Glasswing delivers on its promises, it could slow or even reverse the trend toward custom silicon at the hyperscalers. Why invest hundreds of millions in a custom chip program when merchant silicon gives you the same programmability and visibility? That’s the argument Broadcom is implicitly making β€” and it’s a compelling one, provided the silicon performs as advertised.

The first Glasswing samples are expected to ship to lead customers in Q3 2026, with volume production slated for early 2027. Between now and then, the industry will be watching closely to see whether the architecture’s theoretical advantages translate into real operational benefits. The answer will shape the direction of data center networking for years to come.

For network engineers who’ve spent their careers working around the limitations of opaque switching silicon, Glasswing is something they’ve been asking for β€” loudly and repeatedly β€” for the better part of a decade. Whether the industry is truly ready to embrace fully transparent, fully programmable forwarding at 51.2 Tbps is another question entirely.

The silicon is almost here. The software, the tooling, and the operational practices still have to catch up.

Subscribe for Updates

AIDeveloper Newsletter

The AIDeveloper Email Newsletter is your essential resource for the latest in AI development. Whether you're building machine learning models or integrating AI solutions, this newsletter keeps you ahead of the curve.

By signing up for our newsletter you agree to receive content related to ientry.com / webpronews.com and our affiliate partners. For additional information refer to our terms of service.

Notice an error?

Help us improve our content by reporting any issues you find.

Get the WebProNews newsletter delivered to your inbox

Get the free daily newsletter read by decision makers

Subscribe
Advertise with Us

Ready to get started?

Get our media kit

Advertise with Us