IP Library › Granted Patent US 10,817,183
Granted Patent B2
US 10,817,183 · App. 16/023,689 · Granted Oct 27, 2020

Information processing apparatus and information processing system

Inventor: Kentaro Katayama (Kawasaki, JP)
Assignee: FUJITSU LIMITED
G06F3/0613G06F3/0659G06F3/0673G06F9/30087G06F9/3834G06F12/06G06F12/0875G06F2212/1016
View Patent ↗
Loading inventors, assignments & file history…
Monitor This Case
Get email alerts when status or documents change.
Order Certified Copies
Most orders are placed with the USPTO same day — all within 24 business hours.
Order via The Patent Place →
Pre-filled with this patent's details
Quick Facts
Patent No.
US 10,817,183
App. No.
16/023,689
Granted
Oct 27, 2020
Kind
B2
Abstract

An information processing system includes a first processor that issues a first write request group including a plurality of data write requests for writing first data to a memory. The first processor issues a first completion write request after issuing the first write request group. The first completion write request is a request for writing completion information to the memory. The completion information indicates completion of write processing requested by the first write request group. The first processor inserts a first barrier instruction into the issued requests, between the first write request group and the first completion write request. The first processor outputs all of the plurality of data write requests included in the first write request group, subsequently outputs the first barrier instruction, and subsequently outputs the first completion write request.

Claims (68)

1. An information processing system, comprising:

a memory including a data area and a completion information area; and

a first processor coupled to the memory, the first processor configured to:

issue a first write request group including a plurality of data write requests for writing first data to the data area;

issue a first completion write request after issuing the first write request group, the first completion write request being a request for writing completion information to the completion information area, the completion information indicating completion of write processing requested by the first write request group;

insert a first barrier instruction between the first write request group and the first completion write request; and

control output of the first write request group, the first completion write request, and the first barrier instruction to the memory by outputting all of the plurality of data write requests included in the first write request group, subsequently outputting the first barrier instruction, and subsequently outputting the first completion write request, the plurality of data write requests being output through an out-of-order execution in which the plurality of data write requests are reordered, wherein

the plurality of data write requests request to write the first data at consecutive addresses,

the completion information includes validity information indicative of validity of the completion information, a start address of a data block in which

the first data is written, and a data size of the data block,

the plurality of data write requests request to write the first data at addresses of the data area,

the first completion write request requests to write the completion information at an address of the completion information area, and

the first processor is configured to:

issue a first read request requesting to read first completion information from the completion information area;

repeat the issuing of the first read request when first validity information included in the first completion information indicates that the first completion information is invalid; and

issue a second read request when the first validity information indicates that the first completion information is valid, the second read request requesting to read data having the data size included in the first completion information from the start address included in the first completion information.

2. The information processing system according to claim 1 , wherein

the first processor is configured to:

issue, when the first validity information indicates that the first completion information is valid, a write request requesting to write the first completion information in which the first validity information is changed to indicate that the first completion information is invalid.

3. An information processing system, comprising:

a memory including a data area and a completion information area; and

a first processor coupled to the memory, the first processor configured to:

issue a first write request group including a plurality of data write requests for writing first data to the data area;

issue a first completion write request after issuing the first write request group, the first completion write request being a request for writing completion information to the completion information area, the completion information indicating completion of write processing requested by the first write request group;

insert a first barrier instruction between the first write request group and the first completion write request; and

control output of the first write request group, the first completion write request, and the first barrier instruction to the memory by outputting all of the plurality of data write requests included in the first write request group, subsequently outputting the first barrier instruction, and subsequently outputting the first completion write request, the plurality of data write requests being output through an out-of-order execution in which the plurality of data write requests are reordered

wherein

the plurality of data write requests request to write the first data at consecutive addresses,

the completion information includes validity information indicative of validity of the completion information, a start address of a data block in which the first data is written, and a data size of the data block,

the plurality of data write requests request to write the first data at addresses of the data area,

the first completion write request requests to write the completion information at an address of the completion information area, and

the information processing system further comprises:

a first information processing apparatus including the first processor; and

a second information processing apparatus different from the first information processing apparatus, the second information processing apparatus including:

a second processor coupled to the memory and the second processor configured to:

output a first read request to the memory, the first read request requesting to read first completion information from the completion information area;

repeat the outputting of the first read request when first validity information included in the first completion information indicates that the first completion information is invalid; and

output a second read request to the memory when the first validity information indicates that the first completion information is valid, the second read request requesting to read data having a data size included in the first completion information from a start address included in the first completion information.

4. The information processing system according to claim 3 , wherein

the first processor is configured to:

issue, when the first validity information indicates that the first completion information is valid, a write request requesting to write the first completion information in which the first validity information is changed to indicate that the first completion information is invalid.

5. The information processing system according to claim 1 , wherein

the plurality of data write requests request to write the first data at addresses of the data area,

the first completion write request requests to write the completion information at an address of the completion information area, and

the first processor is configured to:

determine, when a request for writing data at any address of the completion information area is issued, that the issued request is the first completion write request.

6. The information processing system according to claim 1 , wherein

the first processor is configured to:

count a number of issued write requests; and

issue the first barrier instruction when the counted number reaches a predetermined number.

7. The information processing system according to claim 1 , wherein

the first processor is configured to:

issue a second write request group including a plurality of data write requests after issuing the first completion write request;

issue a second completion write request after issuing the second write request group, the second completion write request requesting to write completion information indicating completion of write processing requested by the second write request group;

insert a second barrier instruction into the requests issued after the first completion write request, between the second write request group and the second completion write request; and

control output of the second write request group, the second completion write request, and the second barrier instruction to the memory by outputting all of the plurality of data write requests included in the second write request group, subsequently outputting the second barrier instruction, and subsequently outputting the second completion write request, the plurality of data write requests included in the second write request group being output through the out-of-order execution.

8. A non-transitory computer-readable recording medium having stored therein a program that causes a computer to execute a process, the process comprising:

issuing a first write request group including a plurality of data write requests for writing first data to a data area of a memory;

issuing a first completion write request after issuing the first write request group, the first completion write request being a request for writing completion information to a completion information area of the memory, the completion information indicating completion of write processing requested by the first write request group;

inserting a first barrier instruction between the first write request group and the first completion write request; and

controlling output of the first write request group, the first completion write request, and the first barrier instruction to the memory by outputting all of the plurality of data write requests included in the first write request group, subsequently outputting the first barrier instruction, and subsequently outputting the first completion write request, the plurality of data write requests being output through an out-of-order execution in which the plurality of data write requests are reordered, wherein

the plurality of data write requests request to write the first data at consecutive addresses,

the completion information includes validity information indicative of validity of the completion information, a start address of a data block in which the first data is written, and a data size of the data block,

the plurality of data write requests request to write the first data at addresses of the data area,

the first completion write request requests to write the completion information at an address of the completion information area, and

issuing a first read request requesting to read first completion information from the completion information area;

repeating the issuing of the first read request when first validity information included in the first completion information indicates that the first completion information is invalid; and

issuing a second read request when the first validity information indicates that the first completion information is valid, the second read request requesting to read data having the data size included in the first completion information from the start address included in the first completion information.

Assignments (1)
ASSIGNMENT OF ASSIGNOR'S INTEREST Recorded Jul 2, 2018
From: KATAYAMA, KENTARO
To: FUJITSU LIMITED
Reel/Frame 046464/0081 →
Priority Claims (1)
JP 2017-135379 · Jul 11, 2017 · national
Continuity (1)
Related Publication 20190018599A1 · Jan 17, 2019
Cited By (1)
US 12,430,080