[U-Boot] Net driver questions

2009-11-01 Thread Krzysztof Halasa
ituation with all hardware recent enough. Does the driver have to copy data to NetRxPackets[], or is it ok to simply call NetReceive using driver's buffers? -- Krzysztof Halasa ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] Net driver questions

2009-11-02 Thread Krzysztof Halasa
rgument there is the buffer that you're > receiving. none of the internal network code relies on these pointers. I see. Thanks for your mail. -- Krzysztof Halasa ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] Net driver questions

2009-11-02 Thread Krzysztof Halasa
hat NetReceive() > would pass up so that the driver recv knew to stop processing packets right > away. I think so. I'll look at it too. -- Krzysztof Halasa ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot