Linux MIPS Architecture development
 help / color / mirror / Atom feed
* Re: MIPS ftp problem!
  2000-10-31 19:16 MIPS ftp problem! Nicu Popovici
@ 2000-10-31 18:02 ` Jun Sun
  2000-10-31 20:26 ` Brady Brown
  1 sibling, 0 replies; 5+ messages in thread
From: Jun Sun @ 2000-10-31 18:02 UTC (permalink / raw)
  To: Nicu Popovici; +Cc: linux-mips

Nicu Popovici wrote:
> 
> Hello,
> 
> I have a problem with the mips machine. I have an Atlas board and when I
> do ftp on the mips machine from a intel one and I try to transfer files
> ( it works very very slow 0,0234 bytes/s). The same is happening when I
> try to make ftp from the mips machine on a intel box ( all running Linux
> ).
> 
> Thanks,
> Nicu

Nicu,

I had the similar problems for several times.  Most of the times it
turned out to be interrupt problems.  Basically the ether interrupt is
not interrupting the CPU.  Sometimes CPU detects the ether interrupt
later through some other interrupts.  For one time it was a hardware
setup problem (bus frequency is set too high). 

I also had one problem with /etc/nssswitch.conf, which cuases all
network apps pause for a long time during startup.

Hope this helps.

Jun

^ permalink raw reply	[flat|nested] 5+ messages in thread

* MIPS ftp problem!
@ 2000-10-31 19:16 Nicu Popovici
  2000-10-31 18:02 ` Jun Sun
  2000-10-31 20:26 ` Brady Brown
  0 siblings, 2 replies; 5+ messages in thread
From: Nicu Popovici @ 2000-10-31 19:16 UTC (permalink / raw)
  To: linux-mips

[-- Attachment #1: Type: text/plain, Size: 315 bytes --]

Hello,

I have a problem with the mips machine. I have an Atlas board and when I
do ftp on the mips machine from a intel one and I try to transfer files
( it works very very slow 0,0234 bytes/s). The same is happening when I
try to make ftp from the mips machine on a intel box ( all running Linux
).

Thanks,
Nicu

[-- Attachment #2: Card for Nicu Popovici --]
[-- Type: text/x-vcard, Size: 259 bytes --]

begin:vcard 
n:POPOVICI;Nicolae Octavian 
tel;cell:+40 93 605020
x-mozilla-html:FALSE
org:SC Silicon Service SRL;Software
adr:;;;;;;
version:2.1
email;internet:octavp@isratech.ro
title:Software engineer
x-mozilla-cpt:;0
fn:Nicolae Octavian POPOVICI
end:vcard

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: MIPS ftp problem!
  2000-10-31 19:16 MIPS ftp problem! Nicu Popovici
  2000-10-31 18:02 ` Jun Sun
@ 2000-10-31 20:26 ` Brady Brown
  2000-11-01  8:26   ` Kevin D. Kissell
  1 sibling, 1 reply; 5+ messages in thread
From: Brady Brown @ 2000-10-31 20:26 UTC (permalink / raw)
  To: Nicu Popovici; +Cc: linux-mips

Nicu Popovici wrote:

> Hello,
>
> I have a problem with the mips machine. I have an Atlas board and when I
> do ftp on the mips machine from a intel one and I try to transfer files
> ( it works very very slow 0,0234 bytes/s). The same is happening when I
> try to make ftp from the mips machine on a intel box ( all running Linux
> ).
>
> Thanks,
> Nicu

Is this using the Atlas on-board NIC? We found some pretty bad performance
with the on-board NIC and went to the very cheap RTL8139 PCI card from
OvisLink (used the 8139too.o driver). Performance there is pretty good.
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Brady Brown (bbrown@ti.com)       Work:(801)619-6103
Texas Instruments: Broadband Access Group
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: MIPS ftp problem!
  2000-10-31 20:26 ` Brady Brown
@ 2000-11-01  8:26   ` Kevin D. Kissell
  2000-11-01  8:26     ` Kevin D. Kissell
  0 siblings, 1 reply; 5+ messages in thread
From: Kevin D. Kissell @ 2000-11-01  8:26 UTC (permalink / raw)
  To: Brady Brown, Nicu Popovici; +Cc: linux-mips

> > I have a problem with the mips machine. I have an Atlas board and when I
> > do ftp on the mips machine from a intel one and I try to transfer files
> > ( it works very very slow 0,0234 bytes/s). The same is happening when I
> > try to make ftp from the mips machine on a intel box ( all running Linux
> > ).
> >
> > Thanks,
> > Nicu
>
> Is this using the Atlas on-board NIC? We found some pretty bad performance
> with the on-board NIC and went to the very cheap RTL8139 PCI card from
> OvisLink (used the 8139too.o driver). Performance there is pretty good.

There seems to be a problem with the on-board NIC on the Philips
multi-I/O part misbehaving under load.   It seems to be OK
for TFTP downloading and telnet sessions, but loses packets/interrupts
under FTP or NFS.  So I heartily second Brady's recommendation
of using an add-in PCI NIC. At MIPS, we use AMD PCnet cards,
for which there is a MIPS cache-and-endianness-clean driver in the
kernel sources on the MIPS FTP site (and I think built into the kernel
binary there as well).

            Regards,

            Kevin K.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: MIPS ftp problem!
  2000-11-01  8:26   ` Kevin D. Kissell
@ 2000-11-01  8:26     ` Kevin D. Kissell
  0 siblings, 0 replies; 5+ messages in thread
From: Kevin D. Kissell @ 2000-11-01  8:26 UTC (permalink / raw)
  To: Brady Brown, Nicu Popovici; +Cc: linux-mips

> > I have a problem with the mips machine. I have an Atlas board and when I
> > do ftp on the mips machine from a intel one and I try to transfer files
> > ( it works very very slow 0,0234 bytes/s). The same is happening when I
> > try to make ftp from the mips machine on a intel box ( all running Linux
> > ).
> >
> > Thanks,
> > Nicu
>
> Is this using the Atlas on-board NIC? We found some pretty bad performance
> with the on-board NIC and went to the very cheap RTL8139 PCI card from
> OvisLink (used the 8139too.o driver). Performance there is pretty good.

There seems to be a problem with the on-board NIC on the Philips
multi-I/O part misbehaving under load.   It seems to be OK
for TFTP downloading and telnet sessions, but loses packets/interrupts
under FTP or NFS.  So I heartily second Brady's recommendation
of using an add-in PCI NIC. At MIPS, we use AMD PCnet cards,
for which there is a MIPS cache-and-endianness-clean driver in the
kernel sources on the MIPS FTP site (and I think built into the kernel
binary there as well).

            Regards,

            Kevin K.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2000-11-01  8:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-10-31 19:16 MIPS ftp problem! Nicu Popovici
2000-10-31 18:02 ` Jun Sun
2000-10-31 20:26 ` Brady Brown
2000-11-01  8:26   ` Kevin D. Kissell
2000-11-01  8:26     ` Kevin D. Kissell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox