Hello,
I am trying to create a packet generator that responds to a specific packet input via P4 and Sandbox C.
I am on the version 6.0.4 SDK, RTE and programmer studio.
I am following gen_pkt.c example that many of the threads have mentioned in this group.
My topology is as follows and I was hoping for the packet from Host 1 to trigger packet generation on Agilio NIC on host 2, without having to reach host 2.
Host1<--->NIC<--->Agilio CX 2x10Gb<-->Host2
So, in my P4 program, I am running the primitive function defined in the file.
I am sure that the function for pkt_nbi_send is being called, but I am not seeing any packets going out the wire.
What can be the culprit of this issue?
Do I have to change things for PORT_TO_TMQ function for Agilio CX?
Any help would be appreciated!
Thank you so much