Hi,
Would it be possible for you to post a report of this to Tech-Talk --
just mention that you're responding to some issues mentioned at this
morning's EPICS collaboration talks.
In order to have two networks ports working independently,
I decided to choose the 2nd port on the private subnet,
which is 172.16.x.x. The first port could be any public
subnet or a different private subnet (e.g. 10.10.x.x).
How I implement that in RTEMS is:
static struct rtems_bsdnet_ifconfig netdriver_config[2] = {
{"gt1",rtems_GT64260eth_driver_attach, netdriver_config+1,}, /* 100
MHz NIC */
{"IGHZ1",rtems_i82544EI_driver_attach,
0,"172.16.1.2","255.255.255.0",} /* 1GHz NIC */
};
However, I am not sure what will happen if one does not specify the
IP address at the 2nd network port. I do not remember if I tested it
or not. It was not important for me to test it because for our
applications,
the 2nd port has to be standardized to be an isolated subnet on 172. 16.x.x
from the 1st one for our beamline detectors.
However, I found out that by running both ports , the CPU power could
be eaten up quickly on the mvme5500 board that the performance
could be down on the 1GHz NIC. Thus, to our applications,
the network optimization is a higher priority task than exploring
an unkown IP address on the 2nd port.
> Also, when you post this report, please mention which version
> of RTEMS and which BSP you were using.
BSP : MVME5500 on any version of RTEMS, which is higher
than 4.6.0. However, by utilizing a known IP addresses
on the 2nd port, one should be able to implement it on any BSP.
Cheers,
Kate
- Navigate by Date:
- Prev:
OMS VME58 End of Life Ron Sluiter
- Next:
Looking for Allen-Bradley PLC-5 EPICS drivers Jane Richards
- 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:
OMS VME58 End of Life Ron Sluiter
- Next:
Looking for Allen-Bradley PLC-5 EPICS drivers Jane Richards
- 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
|