[vpp-dev] How to actively get stats with VPP API?

2018-02-28 Thread Hao Fu (haof)
Dear All, I try to collect stats for nics controlled by VPP and I can successfully receive some outcomes using want_stats() in Python binding. However, it seems the stats are passively retrieved every 10 secs through the monitoring event handler. How could I proactively query the stats with a cu

[vpp-dev] Tap and Tap-inject

2018-02-28 Thread Jon Loeliger
Discuss: Two Things That Don't Work Together: Tap and Tap-inject In today's world of discord, we often stray into territory that seems benign and harmless; a world that should be harmonious and fruitful. Yet, a cursory inspection yields quizzical behavior, mysterious happenings, and hidden

[vpp-dev] Reg. Usage of struct 'vl_api_classify_add_del_table_t' #vpp

2018-02-28 Thread naveenscs
Hi, Below are the few attributes (of classify table creation/deletion structure )  which I didn't understand fully, It please me to understand table/session creation : *del_chain*  - It says if non-zero value then whole chain of tables is deleted, does this mean that i can create mu

Re: [vpp-dev] Building gtpu plugin alone

2018-02-28 Thread Burt Silverman
Because the build system uses ccache, as a general rule things are fast when rebuilding the way you have been. But you could $ cd $TREETOP/build-root/build-vpp-native/vpp/plugins $ make $ make install maybe that will get you closer to what you want. Burt On Wed, Feb 28, 2018 at 12:22 AM, Shash

Re: [vpp-dev] vpp-comparison-18.01 - Invitation to comment

2018-02-28 Thread Thomas F Herbert
Resending email to cc csit and vpp lists +csit-dev  vpp-dev Karl, We had a discussion about the variability in today's CSIT meeting. Initial testing has showed that CSIT-925 shows the best promise in solving the problem.  The first recommendation is that

Re: [vpp-dev] Mellanox interface is not binding to vpp on ARM.

2018-02-28 Thread Marco Varlese
Hi Addi, I hope you don't mind me redirecting to the email thread covering the exact same issue https://lists.fd.io/g/vpp-dev/message/8219You'll find a link to http://dp dk.org/doc/guides/nics/mlx5.html and some explanations on how to go about the issue you see... Hope this helps. Cheers,Marco On

Re: [vpp-dev] How to activate the sample plugins

2018-02-28 Thread Dave Barach
Vpp and vpp_api_test look in specific directories for plugins: /usr/lib/vpp_plugins, and /usr/lib/vpp_api_test_plugins respectively. You can set these paths from the command line. If your plugin .so files aren't in the right place(s), they won't be loaded. HTH... D. -Original Message-

[vpp-dev] Mellanox interface is not binding to vpp on ARM.

2018-02-28 Thread via Lists.Fd.Io
Hi, Mellanox card is not binding to vpp but the same process is working for intel card. Logs : ubuntu@vasily:~/khem/vpp/build-root/build-vpp-native/dpdk/dpdk-17.11/usertools$ sudo service vpp status ● vpp.service - vector packet processing engine    Loaded: loaded (/lib/systemd/system/vpp.servic

Re: [vpp-dev] How to activate the sample plugins

2018-02-28 Thread Sara Gittlin
I've build the sample plugin as per guide page https://docs.fd.io/vpp/17.07/sample_plugin_doc.html . when i run it I can see than many plugins are loaded but not this specific sample plugin (see log below) this guide page applies for vpp v17.07-30-g839fa73. my vpp is v18.04-rc0~287-gf9a968e2 Can