On Thu, 2006-03-30 at 10:04 -0500, Matthew Yingling wrote: > My understanding is that Xilinx has some plan in the works to port LwIP to > the TEMAC (both HDL core and hardware core on FX chips), however it would > only be for 10/100. Is LwIP even a gigabit capable stack in its current > form?
In the "will it work over gigabit ethernet hardware" sense? Yes - the hardware is abstracted from the lwIP stack, so it has no idea what physical network it is running over. If the gigabit ethernet driver differs from the 10/100 driver, you may need to modify the port however. In the "will it deliver Gbps performance" sense? Maybe - it depends very much on the hardware you're using and what API you interface your application to the stack with. Kieran _______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
