home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / sgi / misc / 400 < prev    next >
Encoding:
Internet Message Format  |  1993-01-28  |  2.2 KB

  1. Path: sparky!uunet!mcsun!Germany.EU.net!gmd.de!newsserver.jvnc.net!darwin.sura.net!gatech!news.ans.net!cmcl2!adm!news
  2. From: beyer@bflsgu.fl.bs.dlr.de (Ralf Beyer DLR)
  3. Newsgroups: comp.sys.sgi.misc
  4. Subject: Re: DMA transfers between machines
  5. Message-ID: <35224@adm.brl.mil>
  6. Date: 26 Jan 93 08:12:14 GMT
  7. Sender: news@adm.brl.mil
  8. Lines: 46
  9.  
  10.  
  11.     | we would like to DMA transfer data from a SGI machine to another
  12.     | machine (DEC LSI11). Both machines are connected by Ethernet and
  13.     | have Ethernet controllers.
  14.     | On the LSI11 there is no room for the overhead required by TCP/IP
  15.     | or UDP. The LSI11 initiates a DMA request (memory address, block
  16.     | size etc.) and expects the SGI machine to listen and to respond
  17.     | with a DMA transfer.
  18.     
  19.     As stated, it sounds impossible.  You could certainly write
  20.     some simple protocol and try it out, using raw sockets on the
  21.     SGI side (see man 7 raw), but then you still have to add
  22.     all kinds of error checking and retry stuff if you want it at
  23.     all reliable...
  24.     
  25. Thanks, Dave, for the hint. This could be a way to do it.
  26.  
  27. In fact, both machines are single user and not connected to
  28. any net. They are, however, connected via Ethernet controllers
  29. on both machines and the Ethernet cable. On the LSI-11 side
  30. we are controlling the Ethernet controller directly by
  31. accessing its registers and buffer and using its instruction
  32. set. We are looking now for an opportunity to do the same on
  33. the SGI machine. The 4D35 has controllers ec0 and ENP-10 (one
  34. of each). They need not be configured for TCP/IP or other
  35. protocols, they are available only for the low level protocol
  36. connection to the LSI-11.
  37.  
  38. Is there a handbook available for the ec0 and ENP-10
  39. controllers with information on registers, buffers and the
  40. instruction set ?
  41.  
  42. By the way, the whole set-up is going to fly in a test jet
  43. aircraft ...
  44.  
  45. Thanks for any help and best regards.
  46.  
  47. Ralf Beyer
  48.  
  49. ----------------------------------------------------------------------
  50. Ralf Beyer
  51. German Aerospace Research Establishment (DLR), Institute for Flight
  52. Guidance, Flughafen, D-3300 Braunschweig, Fed. Rep. of Germany
  53. Internet: beyer@bflsgu.fl.bs.dlr.de (EARN/BITNET: fl17@dlrvmbs.bitnet) 
  54. ----------------------------------------------------------------------
  55.  
  56.