Hi,
Is PA supports reassembling of IP packets?
Thanks in Advance.
Regards,
K. Lakshmanan
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,
Is PA supports reassembling of IP packets?
Thanks in Advance.
Regards,
K. Lakshmanan
Hi Lakshmanan,
I suggest you to use the latest CCSv5.2 and the MCSDK, in which NDK is packaged. If you have any issues – let us know. Here are the links.
http://processors.wiki.ti.com/index.php/Download_CCS
http://software-dl.ti.com/sdoemb/sdoemb_public_sw/bios_mcsdk/latest/index_FDS.html
In PA module itself there is a unit test under “..\pdk_C6670_1_1_2_6\packages\ti\drv\pa\test\PAUnitTest\tests\test10.c” which provides reference for IP fragmentation and reassembly".
Thanks.
Hi Rajasekaran,
I have gone through the PA Unit Test code in which Reasssemble of IP packets done at the host side using PA.
Whether PA itself will do the IP reassemble without host involving nd give reassmebled packet to the host?
And also the mentioned example code works for the IP packet transmission from the single endpoint and also there is no error case handling like Ip fragments received out of order.
Regards,
K. Lakshmanan