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

Conference azur::mcc

Title:DECmcc user notes file. Does not replace IPMT.
Notice:Use IPMT for problems. Newsletter location in note 6187
Moderator:TAEC::BEROUD
Created:Mon Aug 21 1989
Last Modified:Wed Jun 04 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:6497
Total number of notes:27359

1146.0. "FDDI access with mcc_ea_ routines" by QUIVER::CIARFELLA (When in doubt, mumble.) Fri Jun 14 1991 18:46

    
    	With the emergence of FDDI support in the VMS and Ultrix device
    	drivers, will there be a new set of FDDI access routines, similar 
    	to the Ethernet access routines (mcc_ea_...)?
    
    	If an MCC application is sending 802 type LLC traffic then I
    	believe the existing Ethernet access routines will be ok.  In
    	my case, I plan to generate and receive non-LLC traffic (FDDI
    	Station Management SMT frames), which the existing routines
    	don't support.  I will probably supplement the existing set
    	with extensions to support SMT traffic.  (This is a few months
    	away, at least.)
    
    	Paul C
    
T.RTitleUserPersonal
Name
DateLines
1146.1Your changes can be the extensionsTOOK::MATTHEWSMon Jun 17 1991 20:097
    Paul, I may be speaking out of turn, but I would think that once you
    supplement the mcc_ea_... with the fddi extensions, you should submit
    them as an extension to the common routines. I would work this through
    Chris Brienen because his group has done all the mcc_ea stuff in the
    past.
    
    wally
1146.2Oh, ok ...QUIVER::CIARFELLAWhen in doubt, mumble.Mon Jun 17 1991 20:363
    Thanks.  This sounds acceptable.  I didn't realize that Chris Brienen's
    group developed them.
    
1146.3Definitely integrate with current mcc_ea!ALLZS::MORRISONThe world is a networkWed Jun 19 1991 12:5914
    Yes, we had even done some tracking of the FDDI specs in anticipation
of this, but schedule pressures prevented us from doing much more than
that.  You are correct in saying that the mcc_ea_* routines SHOULD
(obviously we'd want to test it extensively first) correctly handle FDDI
adapters when doing non-FDDI specific work such as you mention in .0.

    From the way the code is structured, I suspect that adding full support
for FDDI would involve a MUCH smaller effort than what we did for Ethernet,
since much of the code would be common (retries, multiple-port handling,
protocol locking, etc.).  When we did the port to ULTRIX, only a half dozen
or so out of 25+ modules needed to be completely rewritten, and I would
expect that a similar ratio would apply for adding FDDI support.

						Wayne