[vpp-dev] VPP C API difference between VPP v20.05 and v 20.01

2020-06-10 Thread Chinmaya Aggarwal
We are trying to use VPP C API in our C application to call VPP functionality in our system. Our system has different sub systems running different VPP versions. We want to have single C application interacting with different versions of VPP. We started with reading SRv6 policy and steering poli

Re: [vpp-dev] Best way to punt packets to the control plane

2020-06-10 Thread Stanislav Zaikin
You could write a plugin to redirect these packets to some interface as the pppoe plugin does. But in this case, you would need to keep some kind of state (because these packets could arrive from any interface and you would redirect it just to one interface. you need some state to send packets back

Re: [vpp-dev] SEGMENTATION FAULT in load_balance_get()

2020-06-10 Thread Dave Barach via lists.fd.io
Thanks, glad to hear it... D. From: Rajith PR Sent: Wednesday, June 10, 2020 4:04 AM To: Dave Barach (dbarach) Cc: Benoit Ganne (bganne) ; vpp-dev ; Neale Ranns (nranns) Subject: Re: [vpp-dev] SEGMENTATION FAULT in load_balance_get() Hi Dave, We ran a good number of scale tests with the fix.

Re: [vpp-dev] SEGMENTATION FAULT in load_balance_get()

2020-06-10 Thread Rajith PR via lists.fd.io
Hi Dave, We ran a good number of scale tests with the fix. We didn't hit this crash. Thanks a lot for the fix. Regards, Rajith On Wed, Jun 3, 2020 at 5:40 PM Dave Barach (dbarach) wrote: > Please test https://gerrit.fd.io/r/c/vpp/+/27407 and report results. > > -Original Message- >