Buffered Data Transfer Controller Dynamic Count Adjustment

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing bulk data transfer systems in computer systems are limited by the slower transfer rate between the source and destination, leading to inefficiencies due to momentary slowdowns, and there is a need to further optimize the use of buffered data transfer devices to enhance data transfer rates.

Innovation Solution

A controller with a buffered data transfer device that uses buffer access circuits and a microprocessor to manage data transfers through counters and pointers, implementing methods to adjust count values dynamically and accommodate different data unit sizes, and to delay data availability for error checking or reordering, ensuring continuous and optimized data transfer.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Productivity

If a buffer memory is used between source and destination to allow parallel transfers, then the overall data transfer rate is improved, but the complexity of the data transfer device increases due to buffer management requirements

Engineering Contradiction:
Improvedata transfer rateVSAvoidbuffer management complexity
Core Design Contradiction:
ProductivityVSDevice complexity

Solution Approach 1:

The buffer access circuits automatically manage buffer allocation, counting, and synchronization without requiring external controller intervention. The circuits self-regulate data flow by autonomously tracking buffer fill levels and coordinating between source and destination transfers, eliminating the need for complex software-based buffer management while maintaining high transfer rates.

Inventive Principle:
Principle #25Self-service

Solution Approach 2:

The buffer access circuits serve as an intermediary layer between the source and destination, handling all buffer management operations independently. This intermediary mechanism abstracts the complexity of buffer management from the main data transfer path, allowing the source and destination to operate at maximum speed while the circuits manage buffer state, allocation, and synchronization.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Productivity

If the buffer is managed using a circular buffer strategy to accommodate transfers of more data than buffer capacity, then the buffer utilization is improved, but the risk of data transfer errors increases due to potential buffer overflow or underflow

Engineering Contradiction:
Improvebuffer utilizationVSAvoiddata transfer accuracy
Core Design Contradiction:
ProductivityVSReliability

Solution Approach 1:

The buffer access circuits continuously monitor buffer state and provide real-time feedback to coordinate data flow. By tracking the amount of data in the buffer and dynamically adjusting transfer operations, the circuits prevent buffer overflow and underflow conditions, ensuring reliable data transfer while maintaining high buffer utilization through circular buffer management.

Inventive Principle:
Principle #23Feedback

Solution Approach 2:

The system maintains buffer state information and transfer coordination data in advance to prevent errors before they occur. By proactively managing buffer allocation and monitoring data flow patterns, the circuits prepare for potential buffer full or empty conditions and adjust transfers accordingly, preventing data loss while maximizing buffer usage.

Inventive Principle:
Principle #11Beforehand cushioning (Prior cushioning)

3Ease of operation

If the source and destination are synchronized by the buffer data count, then the data transfer coordination is improved, but the transfer rate is limited by the slower of the two operations at various times during a single transfer

Engineering Contradiction:
Improvetransfer coordinationVSAvoidaverage transfer rate
Core Design Contradiction:
Ease of operationVSProductivity

Solution Approach 1:

The buffer access circuits dynamically adjust data flow based on real-time buffer state and transfer performance. Rather than using fixed synchronization rates, the circuits adaptively coordinate transfers between source and destination, allowing each to operate at its optimal speed while the circuits balance the overall flow to prevent bottlenecks and maximize average transfer rate.

Inventive Principle:
Principle #15Dynamics

Solution Approach 2:

The circuits periodically assess buffer state and transfer rates to optimize coordination between source and destination. By implementing periodic synchronization checks and adjustments, the system maintains effective coordination while adapting to varying transfer speeds, preventing the average rate from being permanently limited by temporary slowdowns of either source or destination.

Inventive Principle:
Principle #19Periodic action

Data Source

PatentUS9106592B1Controller and method for controlling a buffered data transfer device
Publication Date: 2015.08.11 WESTERN DIGITAL TECHNOLOGIES INC
  • US9106592B1 patent drawing
  • US9106592B1 patent drawing
  • US9106592B1 patent drawing

AI summary

Controlling a buffered data transfer between a source and a destination by loading a source count value and a destination count value from a buffered data transfer device. A source delta value is computed by subtracting a source previous value from the source count value. The destination count value is adjusted on the buffered data transfer device by adding the source delta value to the destination count value. A destination delta value is computed by subtracting a destination previous value from the destination count value. The source count value is adjusted on the buffered data transfer device by adding the destination delta value to the source count value. A new value for the source previous value is computed by adding the source count value and the destination delta value. A new value for the destination previous value is computed by adding the destination count value and the source delta value.