Re: [vpp-dev] Configuring linux kernel bond interface in VPP

2022-06-22 Thread Vratko Polak -X (vrpolak - PANTHEON TECHNOLOGIES at Cisco) via lists.fd.io
ect: Re: [vpp-dev] Configuring linux kernel bond interface in VPP Folks, Unfortunately when performing an internet search for VPP's documentation, the first link found is commonly a very old copy on Read-The-Docs and often times a cloned RTD project. Equally sad is the fact that the early

Re: [vpp-dev] Configuring linux kernel bond interface in VPP

2022-06-22 Thread Dave Wallace
Folks, Unfortunately when performing an internet search for VPP's documentation, the first link found is commonly a very old copy on Read-The-Docs and often times a cloned RTD project.  Equally sad is the fact that the early doc sets did not include release labels, so it is not easy to discov

Re: [vpp-dev] Configuring linux kernel bond interface in VPP

2022-06-18 Thread Pim van Pelt
Hoi, On Fri, Jun 17, 2022 at 8:41 AM Chinmaya Aggarwal wrote: > Hi, > > We configure linux kernel physical interface on VPP using below steps:- > > 1. Whitelisting the physical interface in /etc/vpp/startup.conf. > 2. Bringing the kernel interface down. > 3. Restarting vpp service. > > Is there