Hi, > I'm trying to create an inter-container link A<-->B for high speed data > transfer. > I'm having a Container application on one side and Virtual-router(based on > vpp) on the other side. > I have a choice between a virtio-user - vhost-user pair or use a MemIf > interface.
We usually use memif which was designed exactly for this. Memif is lighter than virtio and your application can use eg. libmemif. Best ben
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#20752): https://lists.fd.io/g/vpp-dev/message/20752 Mute This Topic: https://lists.fd.io/mt/88530304/21656 Group Owner: [email protected] Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
