Hello TI,
we are using PA_EMAC example from below path
C:\ti\pdk_k2hk_4_0_1\packages\MyExampleProjects\PA_emacExample_K2KArmBiosExampleProject.
we are work on K2k EVEM's.
we don't have issues sending the packet out of EVM, It is successfully received at the other END(which is a PC).
Now when we try to send the same packet back from PC to EVM , the packet is getting dropped at PA as per PA statistics.
PA Stats After Packet Transmission BEGIN ********* ...
--- PA STATS ---
C1 number of packets: 201
C1 number IPv4 packets: 100
C1 number IPv6 packets: 0
C1 number custom packets: 0
C1 number SRIO packets: 0
C1 number llc/snap fail: 0
C1 number table matched: 100
C1 number failed table matched: 100
C1 number Ingress IP frags: 0
C1 number IP depth overflow: 0
C1 number vlan depth overflow: 0
C1 number gre depth overflow: 0
C1 number mpls packets: 0
C1 number of parse fail: 0
C1 number invalid IPv6 opts: 0
C1 number of Egress IP frags: 0
C1 number of silent discard: 100
actually our requirement is to receive a RAW packet at EVM side from PC.
we want to know why PA is discarding the packets , what are the changes needed to make PA forward the RAW packet to receive Queue??
Basically we want to disable the checks at PA to forward the packet to receive queue directly, kindly update us the changes required
Regards
Manjunath