public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: "Jupe" <jupejupe@rushpost.com>
To: "linux-os (Dick Johnson)" <linux-os@analogic.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Ethernet driver problem
Date: Thu, 11 Oct 2007 00:51:34 -0700	[thread overview]
Message-ID: <1192089094.29099.1215299673@webmail.messagingengine.com> (raw)
In-Reply-To: <Pine.LNX.4.61.0710101141590.17013@chaos.analogic.com>

Thanks for the reply

I have tested my program on PC and it works without any problem.

I have enabled auto negotiation.  The status register shows successful
completion of auto-negotiation.
And it shows using full duplex.

I did check whether the packets are getting dropped because of lack of
space.  But it is not the case.  I even created huge number of transmit
descriptors enough to fit 1.5 MBytes of data.  But still it slows down
after about 200 KB.  I even have used the setsockopt option available in
user program.  Nothing seems to increase the speed.

Any pointers on this would be greatly helpful

Thanking you
Jupe



On Wed, 10 Oct 2007 11:49:58 -0400, "linux-os (Dick Johnson)"
<linux-os@analogic.com> said:
> 
> On Wed, 10 Oct 2007, Jupe wrote:
> 
> > Hi,
> >
> > I have written an ethernet driver for an ARM based board.
> > Linux version: 2.6.20.1
> >
> > Ping is working fine.
> >
> > I have written a test server/client application using socket programming
> > (TCP).
> > After the connection is setup the server sends a file to the client.
> >
> > When I run server on PC and client on ARM board it works without any
> > problem.
> >
> > BUT if I run server on ARM board and client on PC, it works for some
> > time and
> > then the speed is drastically reduced. (I am sending 4k of data each
> > time.
> > after 50 sends it reduces its speed.  This happens always.)
> >
> > I did some debugging and found that after 50 sends, tcp_sendmsg() is not
> > being
> > called at the same frequency before slowdown.  Also when my driver
> > ether_tx seems to
> > be working fine.
> >
> > But still i am not able to get the reason for this behaviour.  Can
> > anyone give hints as to
> > why this is happening?
> >
> >
> > Regards
> > Jupe
> >
> > -- 
> >  Jupe
> >  jupejupe@rushpost.com
> >
> > -- 
> > http://www.fastmail.fm - mmm... Fastmail...
> 
> First, does your TCP/IP test application work okay on
> a Linux machine that does not use your new driver?
> 
> That's the first thing to test.
> 
> Next, is auto-negotiation working correctly in your
> driver? If you don't have auto-negotiation, have you
> set the Ethernet parameters correctly so that BOTH
> the server and the client use either full-duplex, or
> half-duplex, without mixing them up?
> 
> Next, make sure that you are properly handling
> transmit retries (handling all possible errors)
> in your driver. The transmitter does not want
> to drop packets if there is no room in the
> device, only the receiver should drop packets
> if there are no buffers. You do not want
> the TCP/IP replacement algorithm to request
> missing packets because this slows everything
> down. Again, in the transmitter section
> of your driver, consider data precious.
> 
> 
> Cheers,
> Dick Johnson
> Penguin : Linux version 2.6.16.24 on an i686 machine (5592.59 BogoMips).
> My book : http://www.AbominableFirebug.com/
> _
> 
> 
> ****************************************************************
> The information transmitted in this message is confidential and may be
> privileged.  Any review, retransmission, dissemination, or other use of
> this information by persons or entities other than the intended recipient
> is prohibited.  If you are not the intended recipient, please notify
> Analogic Corporation immediately - by replying to this message or by
> sending an email to DeliveryErrors@analogic.com - and destroy all copies
> of this information, including any attachments, without reading or
> disclosing them.
> 
> Thank you.
-- 
  Jupe
  jupejupe@rushpost.com

-- 
http://www.fastmail.fm - Access all of your messages and folders
                          wherever you are


  reply	other threads:[~2007-10-11  7:51 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-10-10 15:04 Ethernet driver problem Jupe
2007-10-10 15:49 ` linux-os (Dick Johnson)
2007-10-11  7:51   ` Jupe [this message]
  -- strict thread matches above, loose matches on Subject: below --
2001-11-24 15:52 Nathan G. Grennan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1192089094.29099.1215299673@webmail.messagingengine.com \
    --to=jupejupe@rushpost.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-os@analogic.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox