hi,
i'm using 6678 processor with the latest ndk.
i woul like to enable jumbo frame reception and transmission. MTU >8K.
please help me with the procedure to enable it
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
hi,
i'm using 6678 processor with the latest ndk.
i woul like to enable jumbo frame reception and transmission. MTU >8K.
please help me with the procedure to enable it
Hi Pratheek,
Please refer the similar threads on C6678 Jumbo frames, which may help you.
http://e2e.ti.com/support/embedded/bios/f/355/t/149900.aspx
http://e2e.ti.com/support/dsp/c6000_multi-core_dsps/f/639/t/217679.aspx
http://e2e.ti.com/support/dsp/c6000_multi-core_dsps/f/639/t/150134.aspx
Thanks.
You need Jumbo packet support in NDK.
1. Modified the code according to the instructions "Sending and Receiving UDP Datagrams over MTU Size" in the SPRU523H.pdf;
2. Enable _INCLUDE_JUMBOFRAME_SUPPORT and rebuild the NDK lib.
Regards, Eric