Re: [vpp-dev] nginx crash issue with vpp hoststack #vpp-hoststack #vppcom

2021-12-03 Thread Florin Coras
Hi Mercury, Like all “good” bugs, this one also seems to be fixed by a one liner. Could you try this [1]? Locally, the ab test now passes with both 1 and 4 nginx workers plus master process. Thanks for the report! Regards, Florin [1] https://gerrit.fd.io/r/c/vpp/+/34683 > On Dec 1, 2021, at

Re: [vpp-dev] How to distribute VPP version with a custom plugin integrated #plugin

2021-12-03 Thread Pim van Pelt
Hoi David, Try 'make pkg-deb' to create Debian packages, they will be in build-root/*.deb groet, Pim On Fri, Dec 3, 2021 at 7:58 PM wrote: > Hi everyone, > > I have followed the procedure described in the documentation to create a > new plugin : > >- copy the plugin source code to /src/plu

[vpp-dev] How to distribute VPP version with a custom plugin integrated #plugin

2021-12-03 Thread david . fernandes
Hi everyone, I have followed the procedure described in the documentation to create a new plugin : * copy the plugin source code to /src/plugins * do make rebuild Then, when I launch $ /build-root/install-vpp_debug-native/vpp/bin/vpp -c startup.conf VPP starts running and I can see my plugin

[vpp-dev] View api_post_mortem files

2021-12-03 Thread Dave Barach
See the "api trace" debug CLI command. For example: DBGvpp# api trace on # start tracing, typically configured in /etc/vpp/startup.com DBGvpp# bin create_loopback # create a loopback interface DBGvpp# bin sw_interface_set_flags sw_if_index 1 admin-up # set the interface admin-up DBG