Offloading Checksums to Secondary ARM Processor

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current data storage systems face high costs, performance bottlenecks, and privacy concerns, particularly in public clouds, and traditional private clouds using x86 architectures are expensive and inefficient, while alternative storage solutions like SSDs and cloud storage are costly and lack guaranteed performance.

Innovation Solution

The implementation of a storage microserver architecture using ARM processors and coprocessors integrated into a system on a chip (SoC), optimized software, and cloud-based infrastructure to provide high I/O performance, reduced costs, and improved reliability, with features like offloading checksum computations to a secondary processing device and using erasure coding for efficient data transmission.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Productivity

If data storage operations are performed on a primary processing device, then data processing can be completed, but the primary processing device experiences CPU contention, memory contention, and I/O contention leading to performance bottlenecks

Engineering Contradiction:
Improvedata processing throughputVSAvoidprocessing device load
Core Design Contradiction:
ProductivityVSDevice complexity

Solution Approach 1:

The patent divides the processing device into two separate entities: a primary processing device that handles high-level data storage operations and a secondary processing device that handles specific offloaded operations such as checksum computations. This segmentation eliminates resource contention on the primary device while maintaining complete data processing capability.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent introduces a secondary processing device as an intermediary component that receives offload operations from the primary processing device via an offloading interface. This intermediary handles computationally intensive tasks, freeing the primary device from resource contention while ensuring tasks are completed by a dedicated processing unit.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Reliability

If traditional x86 architecture private clouds are used, then data storage is provided, but hardware costs and power consumption are high

Engineering Contradiction:
Improvedata storage reliabilityVSAvoidpower consumption
Core Design Contradiction:
ReliabilityVSUse of energy by stationary object

Solution Approach 1:

The patent changes the architectural parameters of the storage system by implementing a microserver architecture with ARM-based primary processing devices instead of traditional x86 architectures. This parameter change reduces power consumption and hardware costs while maintaining data storage reliability through the addition of dedicated secondary processing devices for critical operations.

Inventive Principle:
Principle #35Parameter changes

3Quantity of substance

If public cloud storage is used, then data storage capacity is increased, but costs increase and performance is not guaranteed

Engineering Contradiction:
Improvestorage capacityVSAvoidI/O performance
Core Design Contradiction:
Quantity of substanceVSProductivity

Solution Approach 1:

The patent implements a self-service architecture where the storage system manages its own data processing and validation operations through the primary and secondary processing devices. This eliminates the need for external cloud services, providing both adequate storage capacity and guaranteed I/O performance through dedicated hardware resources.

Inventive Principle:
Principle #25Self-service

4Reliability

If checksum computations are performed on the primary processing device, then data integrity is verified, but the primary processing device becomes a bottleneck

Engineering Contradiction:
Improvedata integrityVSAvoidprocessing throughput
Core Design Contradiction:
ReliabilityVSProductivity

Solution Approach 1:

The patent extracts the checksum computation function from the primary processing device and assigns it to a secondary processing device through an offloading mechanism. This extraction maintains data integrity verification capability while removing the computational bottleneck from the primary device, allowing it to focus on higher-level storage operations.

Inventive Principle:
Principle #2Taking out (Extraction)

Data Source

PatentUS11568089B2Offloading operations from a primary processing device to a secondary processing device
Publication Date: 2023.01.31 FRONTIIR PTE LTD
  • US11568089B2 patent drawing
  • US11568089B2 patent drawing
  • US11568089B2 patent drawing

AI summary

In one embodiment, a method is provided. The method includes receiving first set of data via a communication interface of a data storage system. The method also includes determining whether a primary processing device should be used for performing checksum computations for the first set of data. If the primary processing device should be used, the method further includes providing the first set of data to the primary processing device. If the primary processing device should not be used, the method further includes providing the first set of data to the secondary processing device.