[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference 7.286::fddi

Title:FDDI - The Next Generation
Moderator:NETCAD::STEFANI
Created:Thu Apr 27 1989
Last Modified:Thu Jun 05 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:2259
Total number of notes:8590

803.0. "fxdriver and ECR?" by CGOOA::PINTER (Just the VAX, ma'am. Just the VAX) Tue Dec 01 1992 12:08

Hi,

Would someone please shed some light on whether the FXDRIVER employs
the Ethernet Common Routines in any capacity? Yea or nay...

Thanks,
/pjp
T.RTitleUserPersonal
Name
DateLines
803.1MaybeSTAR::GILLUMKirt GillumTue Dec 01 1992 14:038
    
    All OpenVMS LAN drivers use the LAN Class driver.  There are some
    architectural differences between FDDI and Ethernet, but the interface
    is largely the same (i.e., most Ethernet applications will be able to
    use FDDI without modification).
    
    Is there anything specific you're looking for?
    
803.2some triviaSTAR::GAGNEDavid Gagne - VMS/LAN DevelopmentWed Dec 02 1992 00:2114
    Before V5.4-3, VMS only had the Ethernet drivers - and we had a module
    called ETHERNET_CMN_RTN.MAR which was compiled and then linked into
    each of the Ethernet drivers.  All of the drivers (and the Ethernet
    common routines) are in the COMM_DRIVER facility before V5.4-3.
    
    As of VMS V5.4-3 (and ALPHA VMS V1.0), we have FDDI and Ethernet.  So the
    name of the source has changed to LAN.MAR and it is compiled into both
    CSMACD.OBJ (which is linked into all the Ethernet drivers) and FDDI.OBJ
    (which is linked into all the FDDI drivers).  As of V5.4-3, the drivers
    and the common routines are in the PHV_LAN facility.  On ALPHA VMS,
    they are in the LAN facility.
    
    So we no longer call this the "Ethernet common routines".  We now call
    this code the LAN module or the LAN common routines.
803.3FXDRIVER and FFI > VCI?CGOOA::PINTERJust the VAX, ma'am. Just the VAXWed Dec 09 1992 13:3523
Thanks for the insights, and tangentially related:

Would someone please clarify the use of FFI interface with FDDI on VMS 5.5-2?

Specifically, we must have ~45Mbps on FDDI using *socket level TCP programming*,
on a VAX 7610 with DEMFA. We can't achieve that throughput, nor can Wollongong.

TGV's Multinet TCP/IP is claimed to reach 40Mbps using FFI, but I understood
that FFI was black magic/unsupported/undocumented and was going away with 5.5-2.

Is this the case?

If so,
	- is VCI the replacement on 5.5-2 and higher?
	- Where is VCI documented, please?
	- Will TGV's Multinet crash on 5.5-2?

Customer refuses to pay for the 7610 till we can achieve stated objectives,
so any info would be *extremely* welcome.

Many thanks,
/Pete "just another poor field schmuck" Pinter
NIS Calgary
803.4STAR::GAGNEDavid Gagne - VMS/LAN DevelopmentWed Dec 09 1992 15:4216
    As of VMS V5.5-2, there are no longer any users of FFI, so there are no
    more test applications for it.  If it still works is beyond me.  It is
    possible for a problem to exist in the FFI code and for VMS testing to
    never find it because that interface is not exercised by any testing
    done within VMS and possibly not at any of the Internal or External
    sites.
    
    The VCI will be publicly documented ASAP.  I am working on the document
    in my spare time and will ship it with a future release of VMS.
    
    On ALPHA VMS, the FFI does not exist.  When the ALPHA code is pulled
    back into the VAX releases (and this is planned for a release already),
    then the FFI code will no longer exist on VAX VMS.
    
    Contact the UCX folks for some insight on their ability to get you the
    performance you need.