Hi
I work with the board c6457 from Lyrtech and I have a problem with Jumbo frames.
I have to send a real time video through Ethernet by UDP. To do this I have installed NDK 2 and NSP for c6457. To reduce CPU load I want to use JUMBO frames.
I have included define _INCLUDE_JUMBOFRAME_SUPPORT.
Then, I have created my own function for testing net.
There is an unexpected result. When I use Jumbo the load of my c6457 is 60%. When I don’t use JUMBO the load of my CPU is 60% too.
I think that JUMBO frames don't work properly.
In ethdriver.c file in the NSP 6457 you can see that MTU=1500. It is incorrect for Jumbo.
It is written in ethdriver.c file in the NSP 6455 if I use Jumbo frames MTU =10000.
Why is it written for the c6457,that MTU=1500?
I have set MTU=10000 in this file manually and rebuilt it.
But when connecting the ETH error is occurred.
How can I include JUMBO frames or set MTU = 10000?