Hi,
Im trying to do GTPU header parsing using PA L4 classifier engine. I referred to PA unit test sample project. In this test5.c is doing the UPD and GTPU related parsing functionality.
In example code for both UDP and GTPU port config destination route info is specified "PA_DEST_HOST". I used the same configuration in my project too, and sending received packets from network to PA TX 0 queue (L2 classifier engine). As per the route info after successfull match of UPD port PA is posting the packet to HOST. GTPU parsing is not done. Then i changed route info as "pa_DEST_CONTINUE_PARSE_LUT2" for UDP port config. Then application did not receive any packet from PA.
I want to know how i can use L4 classifier for GTPU parsing after UDP header parsing. Can network packet classification done in single step i.e., continuous L2, L3 and L4 calssiffication (like Ethernet header next IP header next UPD header and final GTPU header)?