://s3-docs.fd.io/vpp/23.06/gettingstarted/progressivevpp/twovppinstances.html
Thanks.
From: vpp-dev@lists.fd.io On Behalf Of Xiaodong Xu via
lists.fd.io
Sent: Thursday, March 23, 2023 12:51 PM
To: vpp-dev@lists.fd.io
Subject: Re: [vpp-dev] [QUESTION] How to add virtual interfaces on ARM board
Maybe
Hi Xiaodong,
Thanks for your reply.
I'm studying your link and also searching some other topics & messages. Your
link about host interface is AF_PACKET, right? I searched other posts mentioned
tap has better performance than host interface. Can I use tap for my
requirement?
Dorian
-=-=-=-=-=
Maybe you can try host interface in this case, since you are going to share
the control traffic and the user traffic on the only NIC. Check
https://s3-docs.fd.io/vpp/23.06/gettingstarted/progressivevpp/interface.html#create-vpp-host-interface
for more details.
Regards,
Xiaodong
On Wed, Mar 22, 20
Hi,
I'm a newbie and study vpp recently. I succeed cross compiling vpp (including
my own plugin) , and it can be started up on my arm64 board (aarch64 ubuntu
18.04). But there is only one physical NIC (eth1) which I can use on the
board, and I don't need dpdk, so there is only local0 when I r