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
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
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
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