This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

ecos net stack query


Hi All,

I am using the Free BSB networking stack as part of my BSP for my custom board.
I am trying to bringup the Ethernet driver for the board.


I am able to successfuly tx/rx packets from/to my ethernet hardware driver.

When I try to give the received pkts to the upper layers of the tcp/ip stack for e.g ARP, IP modules, the packets get queued up into their respective queues (arpintrq, ipintrq etc) and they are not processed from there on. They seem to be remaining in the queue for a long time. so i am not able to ping another m/c from my board or vice versa.

I have confirmed that the pkts are received correctly in the hardware driver by running ethereal on the peer host and then cross checking the hex dump of the
pkts between the hw driver and the ethereal dump.


Thanks for the help,

Badri


-- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]