Message Aggregation Circuit for Network Bandwidth Optimization

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Parallel computation algorithms face performance degradation due to high overhead and limited bandwidth utilization caused by frequent sending of small data messages, which results in inefficient network usage.

Innovation Solution

Implementing a Message Aggregation Circuit (MAC) and Message Disaggregation Circuit (MDC) to aggregate and disaggregate messages sharing a common destination, reducing the number of messages and overhead by sending larger aggregated messages over the network, and processing them at the transport-layer level.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Speed

If frequent small data messages are sent between processors, then communication frequency is improved, but network bandwidth utilization deteriorates and overhead increases

Engineering Contradiction:
Improvecommunication frequencyVSAvoidnetwork bandwidth utilization
Core Design Contradiction:
SpeedVSProductivity

Solution Approach 1:

The patent implements a message aggregation circuit that combines multiple small data messages sharing a common destination into a single aggregated message. This merging process reduces the total number of messages transmitted over the network, thereby improving bandwidth utilization while maintaining the ability to communicate frequently with multiple processors. The aggregation circuit buffers incoming messages and consolidates them before transmission, resolving the contradiction between communication frequency and network efficiency.

Inventive Principle:
Principle #5Merging (Combining)

2Speed

If multiple small messages are sent individually, then message delivery speed is improved, but protocol overhead increases

Engineering Contradiction:
Improvemessage delivery speedVSAvoidprotocol overhead
Core Design Contradiction:
SpeedVSLoss of energy

Solution Approach 1:

The message aggregation circuit merges multiple small messages into a single aggregated message, reducing the number of protocol headers and control structures that need to be processed. This significantly reduces protocol overhead while the circuit maintains message delivery speed by efficiently managing the aggregation and transmission process. The aggregation reduces redundant protocol processing for each individual message.

Inventive Principle:
Principle #5Merging (Combining)

3Productivity

If messages are aggregated into larger batches, then network efficiency is improved, but message latency increases

Engineering Contradiction:
Improvenetwork efficiencyVSAvoidmessage latency
Core Design Contradiction:
ProductivityVSLoss of time

Solution Approach 1:

The aggregation circuit dynamically adjusts its aggregation behavior based on real-time conditions such as message arrival rates, buffer status, and destination information. This dynamic operation allows the system to optimize between aggregation benefits and latency concerns, adjusting aggregation aggressiveness based on current network conditions and message priorities.

Inventive Principle:
Principle #15Dynamics

Solution Approach 2:

The patent segments messages by their destination, creating separate aggregation queues for different destination processors. This segmentation allows messages bound for the same destination to be aggregated together, while maintaining the ability to quickly transmit aggregated messages to their destinations. The segmentation approach reduces latency by organizing messages in a way that facilitates efficient batching without excessive waiting time.

Inventive Principle:
Principle #1Segmentation

4Productivity

If a message aggregation circuit is implemented, then bandwidth utilization is improved, but device complexity increases

Engineering Contradiction:
Improvebandwidth utilizationVSAvoidcircuit complexity
Core Design Contradiction:
ProductivityVSDevice complexity

Solution Approach 1:

The message aggregation circuit acts as an intermediary component between the message sources and the network transmission interface. This intermediary buffers, aggregates, and manages message flow, improving overall bandwidth utilization. While it does add a component to the system, the circuit integrates with existing message passing infrastructure and provides significant performance benefits that outweigh the added complexity.

Inventive Principle:
Principle #24Intermediary (Mediator)

Data Source

PatentUS11750699B2Small message aggregation
Publication Date: 2023.09.05 MELLANOX TECHNOLOGIES LTD(IL)
  • US11750699B2 patent drawing
  • US11750699B2 patent drawing
  • US11750699B2 patent drawing

AI summary

An apparatus includes one or more ports for connecting to a communication network, processing circuitry and a message aggregation circuit (MAC). The processing circuitry is configured to communicate messages over the communication network via the one or more ports. The MAC is configured to receive messages, which originate in one or more source processes and are destined to one or more destination processes, to aggregate two or more of the messages that share a common destination into an aggregated message, and to send the aggregated message using the processing circuitry over the communication network.