-----Original Message-----
From: Andrew Johnson [mailto:[email protected]]
Sent: Fri 11/12/2004 10:43 AM
To: Dirk Zimoch
Cc: EPICS tech-talk
Subject: Re: NFS performance problems on vxWorks
Hi Dirk,
Dirk Zimoch wrote:
>
> It seems, our BSP is not using the End driver. I don't have a sysEnd.c
> file. I have a configNet.h file, that defines a network config string:
You probably are using and end driver, it just doesn't use the setup I
described. Your load string defines the parameter you need to modify.
Change this:
> #define DEC_LOAD_STRING "0xfe020000:0x0:0x12:0x12:-1:-1:-1:0:0x80000000"
into this:
#define DEC_LOAD_STRING "0xfe020000:0x0:0x12:0x12:128:-1:-1:0:0x80000000"
The individual parameters are described in the vxWorks documentation for
the dec21x40End library (section 1), which explains that the default vaue
for <nrds> is 32; increasing that should significantly improve your NFS
performance on a busy network.
We have also noticed the improvement here at the SNS by increasing the endPool resources as well.
Note that in recent versions of the driver (provided with WRS patches or a
recent version of Tornado), there are several more optional parameters
that can control the network MII phy interface. These may not be
documented other than in the source code.
- Andrew
--
Dear God, I didn't think orange went with purple until I saw
the sunset you made last night. That was really cool. - Caro
- Navigate by Date:
- Prev:
Re: NFS performance problems on vxWorks Andrew Johnson
- Next:
calc and calcout records in EPICS 3.14.6 Geoff Savage
- Index:
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
<2004>
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
- Navigate by Thread:
- Prev:
Re: NFS performance problems on vxWorks Andrew Johnson
- Next:
counting semaphore for 3.14.x Kate Feng
- Index:
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
<2004>
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
|