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.

PA Configuration query



Hi,

I have a running application which configures VLAN between ARM and DSP using PA. It calls Pa_addMac() twice with Vlan id 1 and 2, all zeros in src and dest  as pa_DEST_EMAC in routeInfo. With this app running, we get ARM pingable externally with external IP and internally with DSP by this vlan.

But DSP can not receive direct external UDP packets.I need to add this functionality in this application.

I plan to change the routeinfo in Pa_addMac to pa_DEST_CONTINUE_PARSE_LUT2 and then call Pa_addPort() with the specific UDP port ti forward to routeinfo pa_DEST_HOST. Also I plan to add pa_DEST_EMAC as dest in nFailInfo.

Final objective is external packet should go to ARM via DSP,intrnal subnet should work between ARM and DSP and finally any application listening on UDP socket should be able to receive the any UDP packets destined to the specific port that I configured above in pa_addPort(). 

Please let me know your thoughts if I have messed up everything here..Its a new journey for me ..

regards

Soumya