ANSI INCITS 337-2000 Information Technology C Scheduled Transfer Protocol (ST).pdf
《ANSI INCITS 337-2000 Information Technology C Scheduled Transfer Protocol (ST).pdf》由会员分享,可在线阅读,更多相关《ANSI INCITS 337-2000 Information Technology C Scheduled Transfer Protocol (ST).pdf(110页珍藏版)》请在麦多课文档分享上搜索。
1、ANSI INCITS 337-2000 (R2005)(formerly ANSI NCITS 337-2000)for Information Technology Scheduled Transfer Protocol (ST)Stabilized as INCITS 337-2000 S2015ANSI NCITS 337-2000 American National Standard for Information Technology Scheduled Transfer Protocol (ST) Secretariat Information Technology Indust
2、ry Council (ITI) Approved August 24, 2000 American National Standards Institute, Inc. Abstract This standard specifies a connection-oriented data transfer protocol supporting flow-controlled Read and Write sequences and non-flow-controlled, persistent-memory Put, Get and FetchOp sequences. For all s
3、equences, small control messages are used to pre-allocate buffers at the data Destination before the data movement begins, thus allowing the data to be moved immediately from the physical network into the end devices memory. The control and data messages may use different physical media or may share
4、 a single physical medium. Procedures are provided for moving data over HIPPI and other media. American National Standard Published by American National Standards Institute, Inc. 11 West 42nd Street, New York, NY 10036 Copyright 2000 by Information Technology Industry Council All rights reserved. No
5、 part of this publication may be reproduced in any form, in an electronic retrieval system or otherwise, without prior written permission of the publisher. Printed in the United States of America Approval of an American National Standard requires review by ANSI that the require-ments for due process
6、, consensus, and other criteria for approval have been met by the standards developer. Consensus is established when, in the judgement of the ANSI Board of Standards Re-view, substantial agreement has been reached by directly and materially affected in-terests. Substantial agreement means much more
7、than a simple majority, but not nec-essarily unanimity. Consensus requires that all views and objections be considered, and that a concerted effort be made towards their resolution. The use of American National Standards is completely voluntary; their existence does not in any respect preclude anyon
8、e, whether he has approved the standards or not, from manufacturing, marketing, purchasing, or using products, processes, or proce-dures not conforming to the standards. The American National Standards Institute does not develop standards and will in no circumstances give an interpretation of any Am
9、erican National Standard. Moreover, no person shall have the right or authority to issue an interpretation of an American Na-tional Standard in the name of the American National Standards Institute. Requests for interpretations should be addressed to the secretariat or sponsor whose name ap-pears on
10、 the title page of this standard. CAUTION NOTICE: This American National Standard may be revised or withdrawn at any time. The procedures of the American National Standards Institute require that action be taken periodically to reaffirm, revise, or withdraw this standard. Purchasers of American Nati
11、onal Standards may receive current information on all standards by call-ing or writing the American National Standards Institute. CAUTION: The developers of this standard have requested that holders of patents that may be required for the implementation of the standard disclose such patents to the p
12、ublisher. However, neither the developers nor the publisher have undertaken a patent search in order to identify which, if any, patents may apply to this standard. As of the date of publication of this standard and following calls for the identification of patents that may be required for the implem
13、entation of the standard, no such claims have been made. No further patent search is conducted by the developer or publisher in respect to any standard it processes. No representation is made or implied that li-censes are not required to avoid infringement in the use of this standard. i Contents Pag
14、e Foreword vi Introduction. x 1 Scope 1 2 Normative references . 1 3 Definitions and conventions 2 3.1 Definitions 2 3.2 Editorial conventions 4 3.2.1 Binary notation 4 3.2.2 Hexadecimal notation . 4 3.3 Acronyms and other abbreviations 4 4 System overview. 5 4.1 Control Channels, Control operations
15、, Data Channels, and Data operations . 5 4.2 Virtual Connections 6 4.3 Data hierarchy . 6 4.4 Scheduled Transfers . 6 4.5 Persistent memory region 6 4.6 Destination side data structure model . 6 4.7 Implementing subsets of ST capabilities . 8 5 Connection management . 9 5.1 Connection management seq
16、uences 9 5.1.1 Virtual Connection setup. 9 5.1.2 Virtual Connection teardown. 10 5.2 Connection management parameters . 11 5.2.1 Ports . 11 5.2.2 Keys 11 5.2.3 ST Buffer Size and Bufsize. 12 5.2.4 Max_STU size 12 5.2.5 Slots 12 5.2.6 EtherType . 13 6 Data movement 13 6.1 Data movement sequences. 13
17、6.1.1 Common sequences. 13 6.1.1.1 Nop 14 6.1.1.2 Request Slot state . 14 6.1.1.3 Request Transfer state 14 6.1.1.4 Request Block state. 15 6.1.1.5 End sequence 16 6.1.2 Write sequence. 16 6.1.3 Read sequence. 19 6.1.4 Persistent memory sequences . 21 6.1.4.1 Allocate a persistent memory region . 22
18、 6.1.4.2 Put sequences. 23 6.1.4.3 Get sequences 24 6.1.4.4 FetchOp sequences 25 6.2 Data movement parameters 26 6.2.1 Sequence identifiers (I-id, R-id) 26 iiPage 6.2.2 Blocks .27 6.2.3 Block numbers (B_num, F_num, G_num)27 6.2.4 Block numbers in state responses (B_num, B_seq) 28 6.2.5 Maximum Block
19、 size (Max_Block)28 6.2.6 Block size28 6.2.6.1 Consistent Block sizes (2Blocksize) .29 6.2.6.2 Variable Block sizes (V-BlkSize)29 6.2.7 Blocks enabled (CTS_req) .29 6.2.8 STUs and STU_num 30 6.2.9 Bufx.30 6.2.10 Offset 30 6.2.10.1 Buffer-referenced (Offset, F-Offset) 30 6.2.10.2 Transfer-referenced
20、(V-ByteSeq) 31 6.2.11 Transfer length (T_len) .31 6.2.12 Sync31 6.2.13 Memory Index (Mx).31 6.2.14 Opaque data .32 6.2.15 Block window (B_winreq, B_win)32 6.3 Tiling examples32 7 Operations management 35 7.1 Flow control .35 7.2 Status operations.35 7.3 Rejected operations.35 7.4 Interrupts35 8 Sche
21、dule Header 35 8.1 Op codes .36 8.2 Flags 36 8.3 Checksum (optional)37 8.3.1 Checksum algorithm.37 8.3.2 Transmitting checksums.38 8.3.3 Receiving checksums.38 8.3.4 Data checksum example 38 9 Operations sequence tables.39 10 Error processing .43 10.1 Operation timeout 43 10.2 Operation pairs 43 10.
22、3 Data transmission timeouts .43 10.4 Keep-alive sequences (optional) .44 10.5 Duplicated operations 44 10.5.1 Duplicate Request_Connection 45 10.5.2 Duplicate Connection_Answer45 10.5.3 Duplicate Request_Disconnect.45 10.5.4 Duplicate Disconnect_Answer45 10.5.5 Duplicate End .46 10.5.6 Duplicate Re
23、quest_State 46 10.5.7 Duplicate Request_To_Send46 10.5.8 Duplicate Request_To_Receive .46 10.5.9 Duplicate Clear_To_Send.46 10.5.10 Duplicate Request_Memory_Region 46 iii Page 10.5.11 Duplicate Get47 10.5.12 Duplicate FetchOp47 10.5.13 Duplicate Data for a FetchOp .47 10.5.14 Other duplicate operati
24、ons48 10.6 Checksum errors .48 10.7 LLP error48 10.8 Syntax errors .48 10.8.1 Undefined Opcode48 10.8.2 Unexpected Opcode.48 10.9 Virtual Connection errors.48 10.9.1 Invalid Key or Port.48 10.9.2 Slots exceeded .48 10.9.3 Unknown EtherType .48 10.9.4 Illegal Bufsize49 10.9.5 Illegal STU size.49 10.1
- 1.请仔细阅读文档,确保文档完整性,对于不预览、不比对内容而直接下载带来的问题本站不予受理。
- 2.下载的文档,不会出现我们的网址水印。
- 3、该文档所得收入(下载+内容+预览)归上传者、原创作者;如果您是本文档原作者,请点此认领!既往收益都归您。
下载文档到电脑,查找使用更方便
10000 积分 0人已下载
下载 | 加入VIP,交流精品资源 |
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- ANSIINCITS3372000INFORMATIONTECHNOLOGYCSCHEDULEDTRANSFERPROTOCOLSTPDF

链接地址:http://www.mydoc123.com/p-435642.html