Re: [vpp-dev] [QUESTION] How to add virtual interfaces on ARM board

2023-03-23 Thread Lijian Zhang
://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

Re: [vpp-dev] [QUESTION] How to add virtual interfaces on ARM board

2023-03-22 Thread Dorian Lau
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 -=-=-=-=-=

Re: [vpp-dev] [QUESTION] How to add virtual interfaces on ARM board

2023-03-22 Thread Xiaodong Xu
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