Re: [lwip-users] missing TX packets

2014-01-10 Thread Martin Velek
gt;> than "Re: Contents of lwip-users digest..." >> >> Today's Topics: >> >>1. Re: missing TX packets (Pomeroy, Marty) >> >> >> >> ------ Forwarded message -- >> From: "Pomeroy, Marty" >> To: "Mailing list for lwIP us

Re: [lwip-users] missing TX packets

2014-01-08 Thread Lehel Benedek
Today's Topics: > >1. Re: missing TX packets (Pomeroy, Marty) > > > -- Forwarded message -- > From: "Pomeroy, Marty" > To: "Mailing list for lwIP users" > Cc: > Date: Tue, 7 Jan 2014 14:27:37 -0500 > Subject: Re: [lwip-users] missing TX p

Re: [lwip-users] missing TX packets

2014-01-07 Thread Pomeroy, Marty
rface... From: lwip-users-bounces+martypomeroy=novabio@nongnu.org [mailto:lwip-users-bounces+martypomeroy=novabio@nongnu.org] On Behalf Of Lehel Benedek Sent: Sunday, January 05, 2014 7:45 PM To: lwip-users@nongnu.org Subject: Re: [lwip-users] missing TX packets I managed to fix the pr

Re: [lwip-users] missing TX packets

2014-01-05 Thread Lehel Benedek
https://lists.nongnu.org/mailman/listinfo/lwip-users >>> or, via email, send a message with subject or body 'help' to >>> lwip-users-requ...@nongnu.org >>> >>> You can reach the person managing the list at >>> lwip-users-ow.

Re: [lwip-users] missing TX packets

2014-01-02 Thread Lehel Benedek
ot;Re: Contents of lwip-users digest..." >> >> Today's Topics: >> >> 1. missing TX packets (Lehel Benedek) >>2. Re: missing TX packets (Krzysztof Weso?owski) >> >> >> -- Forwarded message -- >> From: Lehel Benedek

Re: [lwip-users] missing TX packets

2014-01-01 Thread Krzysztof WesoĊ‚owski
I dont know how MAC operates in this particular CHIP, but in STM32 you can select to either transmit frames directly from memory (using FIFO as temporary buffer) or in "store and forward" mode when complete frame is gatheren in FIFO and sent as a whole from FIFO. Maybe you have similar settings, an

[lwip-users] missing TX packets

2014-01-01 Thread Lehel Benedek
Hello, I'm using an SBC1788 board with an LPC1788 micro controller and successfully implemented a web server based on lwIP v1.4.1 with FreeRTOS v7.4.2. I am using zero copy TX buffers located in the external SDRAM, the performance is quite good (the webpage of 600KB (also buffered in the external