Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - io-pkt not working on tsec1-3 ppc8548cds ethernet ports: Page 1 of 5 (5 Items)
   
io-pkt not working on tsec1-3 ppc8548cds ethernet ports  
Greetings,

I am using the 8548cds bsp and I am having trouble using multiple ethernet ports with the devnp-mpc85xx io-pkt driver.

I have verified that all 4 ports work using io-net and the devn-mpc85xx driver provided with the bsp.

The command line that I am using to launch io-pkt is:

io-pkt-v4-hc -dmpc85xx -dmpcsec verbose=2 -ptcpip ipsec
waitfor /dev/socket 10
ifconfig tsec0 10.4.255.250 netmask 255.254.0.0
ifconfig tsec1 10.4.255.251 netmask 255.254.0.0
ifconfig tsec2 10.4.255.252 netmask 255.254.0.0
ifconfig tsec3 10.4.255.253 netmask 255.254.0.0

Using this scenario, tsec0 may always be pinged. The other 3 will not. When I was using io-net, my command line was:

io-net -dmpc85xx mac=001100111111,verbose -ptcpip
waitfor /dev/socket 15
ifconfig en0 10.4.255.250 netmask 255.254.0.0
ifconfig en1 10.4.255.251 netmask 255.254.0.0
ifconfig en2 10.4.255.252 netmask 255.254.0.0
ifconfig en3 10.4.255.253 netmask 255.254.0.0

I was wondering if anyone has had success using all 4 ethernet ports with io-pkt?? Many thanks in advance.