Re: [lwip-users] Stable release with IPv6 support

2011-10-27 Thread Mason
Kieran Mansley wrote: > I haven't yet decided, or given enough thought to, what features > other than IPv6 should be included in the 1.5.0 release. Support for zero-copy DMA drivers (RX and TX) with netconn API :-) On RX, I used CORE_LOCKING=1 CORE_LOCKING_INPUT=1 PBUF_REF custom pbuf with custo

Re: [lwip-users] Assert after dropped TX packet

2011-10-27 Thread Kieran Mansley
On 25 Oct 2011, at 19:42, Dittrich, Matthew wrote: > I can assure you I am not in the stack from different threads. I am using > the raw API in order to avoid creating a task per connection. My Ethernet > task loop consists of a "handle_packets()", see below, netif->input is > ethernet_input(

Re: [lwip-users] Assert after dropped TX packet

2011-10-27 Thread Dittrich, Matthew
th0); if (local_cfg.net_settings & LCL_CFG_NET_DHCP) { /* dhcp was just enabled */ dhcp_start(netif_eth0); dhcp_running = TRUE; /* md 20111027 dhcp will netif_set_up() when it gets it... */ } else { if(dhcp_running) {