I'am newbee to VPP. I have to implement udp connection between VPPs. Business logic is going to be like,
App1 <--> VPP1 memif <--> NIC <----> UDP packets <----> NIC <--> VPP2 Memif <--> App2
What I have done so far I have connected App1 and VPP1 Memif. But I could not fallow what I have to do. Anyone can give information or steps that I have to do after memif connection step, I could not find any useful information or example to go forward. I would be very appeciated If you show me the correct path and steps.