T.R | Title | User | Personal Name | Date | Lines |
---|
1454.1 | | NETRIX::thomas | The Code Warrior | Tue Sep 27 1994 09:53 | 2 |
| I doubt it. The saturation testing was done from TCP or UDP. (OSG seems to
ignore the raw datalinks).
|
1454.2 | | AUSSIE::elstree.sna.dec.com::kimpton | Stark Raving Sane | Tue Sep 27 1994 20:24 | 12 |
| Righto - that seems to bear out what I'm seeing (just about 66
MBit/s).
I need to do some more checking into what I've done with the
original 'example' but does that figure seem to be reasonable ?
I thought it might be just a bit low for a fairly idle machine and a
quiet network.
Thanks
Andrew 8-)
|
1454.3 | | koning.lkg.dec.com::koning | Paul Koning, B-16504 | Wed Sep 28 1994 11:56 | 7 |
| That's surprising: given that TCP/UDP can saturate the link, you should
be able to do likewise using raw datalink access. If you miss it by
a large margin, as you indicated, then either (a) your application is
quite inefficient, or (b) the raw interface is very inefficient.
paul
|
1454.4 | | AUSSIE::elstree.sna.dec.com::kimpton | Stark Raving Sane | Thu Sep 29 1994 00:31 | 8 |
| The performance I'm getting at the moment is about adequate for my
needs - and since other deadlines are looming I don't really have the
time to investigate too much.
Perhaps if things ease of in a couple of weeks - I'll re-investigate.
Andrew 8-_
|
1454.5 | | NETRIX::thomas | The Code Warrior | Thu Sep 29 1994 09:57 | 2 |
| The one thing you should do is use the SO_RCVBUF setsockopt to increase your
socket to ~64K.
|
1454.6 | 3000/500 defta performance info | SOLVIT::PAGE | | Tue Oct 25 1994 09:59 | 10 |
| Running on a 3000/500 defta, I use about 10% of the CPU per
10 mega-bits FDDI on receive bandwidth. Therefore, I
can just saturate the ring by taking 100% of the cpu.
[btw, the OSF 3.0 driver has a curious bug, in that it will
drop packets on receive if their length is approx 120 bytes,
but if I use 4k packets, its ok.]
...Cal
|
1454.7 | | NETRIX::thomas | The Code Warrior | Tue Oct 25 1994 10:56 | 1 |
| What type of packet? 802.2 LLC? Ethernet? Padded Ethernet?
|
1454.8 | here is bind data structure | SOLVIT::PAGE | | Tue Oct 25 1994 11:16 | 14 |
| Looking at the structure I pass to bind, it
is setup as follows:
dli_family = AF_DLI
dli_substructure = DLI_802
dli_802addr.ioctl = DLI_EXCLUSIVE
dli_802addr.svc = TYPE1
dli_802addr.eh_802.ssap = SNAP_SAP
dli_802addr.eh_802.dsap = SNAP_SAP
dli_802addr.eh_802.ctl.U_fmt = UI_NPCMD;
...
...Cal
|
1454.9 | | NETRIX::thomas | The Code Warrior | Tue Oct 25 1994 11:41 | 2 |
| SNAP SAP eh? packets greater than 120 should work fine. I know that
MOP uses them.
|