lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [lwip-users] Observations about lwIP on a Xilinx Virtex 4


From: Matthew Yingling
Subject: RE: [lwip-users] Observations about lwIP on a Xilinx Virtex 4
Date: Fri, 2 Mar 2007 18:26:26 -0500

You should be able to view the xemacif.c file in the v2pro/netif folder of
ports in the CVS repository.  It's up to date with the current LwIP API, I
believe, and it should be pretty obvious how to update your driver.  It's
mostly some minor return values that change.

Matthew

----Original Message----
From: address@hidden
[mailto:address@hidden Behalf Of
Roger W. Cover
Sent: Friday, March 02, 2007 12:38 PM
To: address@hidden
Subject: [lwip-users] Observations about lwIP on a Xilinx Virtex 4

> Greetings all,
>
> I am using the callback (single-threaded) functions in lwIP version
> 0.6.3 on a Power PC 405 processor in a Xilinx Virtex4FX FPGA. I am
> using the built-in MAC and a 10/100/1000 external PHY. I have noticed
> some issues with the stack:
>
> Time to Live is not decremented by lwIP when it echoes an ICMP
> packet. This is a minor issue, but I thought the developers should be
> aware of it.
>
> err_t ip_input(struct pbuf *p, struct netif *inp) - stays busy for
> over 3 seconds at times. This causes the watchdog timer to reset my
> system. In order to use lwIP I need to get this resolved. Does anyone
> have some insight as to why this might happen?
>
> In an attempt to use a newer version of lwIP, I downloaded version
> 1.1.1, but the driver (port) I have is not compatible with this
> version. Is there somewhere I can get guidance to update my port to
> use the newer version? I think that might help.
>
> Thank you in advance for your assistance on these matters.
>
> Regards,
> Roger W. Cover
> Spectral Instruments, Inc.
> 420 N. Bonita Ave.
> Tucson, AZ 85745
> Voice: 520-884-8821 ext. 144
> FAX: 520-884-8803
>
>
>
> _______________________________________________
> lwip-users mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/lwip-users





reply via email to

[Prev in Thread] Current Thread [Next in Thread]