Re: [lwip-users] Crash when doing stresstest with ppp and sockets/UDP

2018-01-10 Thread zulu4711
Any comments on this ? It seems to work fine, have had it running on a testsystem for a week or more.. -- Sent from: http://lwip.100.n7.nabble.com/lwip-users-f3.html ___ lwip-users mailing list lwip-users@nongnu.org

Re: [lwip-users] How to solve netif is not up issue

2018-01-10 Thread Dirk Ziegelmeier
Read http://www.nongnu.org/lwip/2_0_x/upgrading.html Dirk ___ lwip-users mailing list lwip-users@nongnu.org https://lists.nongnu.org/mailman/listinfo/lwip-users

[lwip-users] How to solve netif is not up issue

2018-01-10 Thread sahil bandar
Hi, I have tried to upgrade lwip to version 2.0.3. It's upgraded successfully. but while I am running that build on marvell mw30x, I am getting runtime error saying: 'netif is not up, old style port?'. This error is throws from dhcp.c file. I am not getting what I have to do for that. Thanks,

Re: [lwip-users] Double VLAN tagging

2018-01-10 Thread Dirk Ziegelmeier
yes, it discards them Ciao Dirk On Wed, Jan 10, 2018 at 10:08 AM, Amena El Homsi wrote: > So the LwIP discards such frames, right? > > Thanks > Amena > > On Wed, Jan 10, 2018 at 10:56 AM, Dirk Ziegelmeier > wrote: > >> No, lwIP doesn't support

Re: [lwip-users] Double VLAN tagging

2018-01-10 Thread Amena El Homsi
So the LwIP discards such frames, right? Thanks Amena On Wed, Jan 10, 2018 at 10:56 AM, Dirk Ziegelmeier wrote: > No, lwIP doesn't support it. But it should be easy to add in > src/netif/ethernet.c. > > Ciao > Dirk > > On Wed, Jan 10, 2018 at 9:41 AM, Amena El Homsi

Re: [lwip-users] netconn receive UDP via multicast address

2018-01-10 Thread MaartenPR
Sorry, text whitin the raw tags didn't process. This is what I ment to show: macinit.RetryTransmission = ETH_RETRYTRANSMISSION_DISABLE; macinit.AutomaticPadCRCStrip = ETH_AUTOMATICPADCRCSTRIP_DISABLE; macinit.BackOffLimit = ETH_BACKOFFLIMIT_10; macinit.DeferralCheck =

Re: [lwip-users] Double VLAN tagging

2018-01-10 Thread Dirk Ziegelmeier
No, lwIP doesn't support it. But it should be easy to add in src/netif/ethernet.c. Ciao Dirk On Wed, Jan 10, 2018 at 9:41 AM, Amena El Homsi wrote: > Hello, > > In the eth_type enum, I didn't see the ETHTYPE 0x88a8 referring to the > TPID of service-provider outer

Re: [lwip-users] netconn receive UDP via multicast address

2018-01-10 Thread MaartenPR
Hi, Yes I am using the by ST provided HAL and LL libraries. After you pointed out that by default multicast reception might be disabled I started searching through the stm32f7xx_hal_eth.c file and it turned out the function "ETH_MACDMAConfig()" disabled the reception of multicast frames. I turned

[lwip-users] Double VLAN tagging

2018-01-10 Thread Amena El Homsi
Hello, In the eth_type enum, I didn't see the ETHTYPE 0x88a8 referring to the TPID of service-provider outer S-TAG used when the Ethernet frame have double VLAN tagging. Does LwIP support Ethernet frames with double VLAN tagging? Thanks, Amena -- Amena El-Homsi Computer & Communication