Re: [lwip-users] Debugging new driver

2013-06-06 Thread ella
Yes I put my traces after submitting packet to MAC DMA: SZ is payload size provided by lwIP as qbuf: /* Calculate frame length */ for( q=p; q!=NULL; q=q->next ) f_len += q->len; The DMA is not stuck so packets are leaving MAC. But I can't understand where are they

Re: [lwip-users] Debugging new driver

2013-06-06 Thread Pomeroy, Marty
ers-bounces+martypomeroy=novabio@nongnu.org] On Behalf Of Bastien Allibert Sent: Wednesday, June 05, 2013 12:57 PM To: Mailing list for lwIP users Cc: Mailing list for lwIP users Subject: Re: [lwip-users] Debugging new driver With ICMP request you might also consider to pad your replies to 64

Re: [lwip-users] Debugging new driver

2013-06-06 Thread Pomeroy, Marty
rs-bounces+martypomeroy=novabio@nongnu.org [mailto:lwip-users-bounces+martypomeroy=novabio@nongnu.org] On Behalf Of ella Sent: Thursday, June 06, 2013 6:17 AM To: lwip-users@nongnu.org Subject: Re: [lwip-users] Debugging new driver HI, Will I catch a packet even it has some broken checksu

Re: [lwip-users] Debugging new driver

2013-06-06 Thread ella
HI, Will I catch a packet even it has some broken checksum or other fields? -- View this message in context: http://lwip.100.n7.nabble.com/Debugging-new-driver-tp21519p21525.html Sent from the lwip-users mailing list archive at Nabble.com. ___ lwip-u

Re: [lwip-users] Debugging new driver

2013-06-05 Thread Bastien Allibert
configuration is right. > > Marty > > -Original Message- > From: lwip-users-bounces+martypomeroy=novabio@nongnu.org > [mailto:lwip-users-bounces+martypomeroy=novabio@nongnu.org] On > Behalf Of Dimax > Sent: Wednesday, June 05, 2013 10:07 AM > To: lwip-users

Re: [lwip-users] Debugging new driver

2013-06-05 Thread Pomeroy, Marty
Dimax Sent: Wednesday, June 05, 2013 10:07 AM To: lwip-users@nongnu.org Subject: [lwip-users] Debugging new driver Hi, I'm done with a coding of a new driver and have started it's debugging. I have started with ping. I have a linux box 192.168.16.31 And my ST32 board with fixed IP con

[lwip-users] Debugging new driver

2013-06-05 Thread Dimax
Hi, I'm done with a coding of a new driver and have started it's debugging. I have started with ping. I have a linux box 192.168.16.31 And my ST32 board with fixed IP configuration 192.168.16.43 I'm trying to ping from linux to my board running new driver. On linux side I get: ---