Re: [vpp-dev] monitor function

2017-07-11 Thread Yuliang Li
Thanks a lot! On Tue, Jul 11, 2017 at 6:50 PM, Luke, Chris wrote: > The generated documentation has a handy link to the source. :) > > > > https://docs.fd.io/vpp/17.07/clicmd_src_vlib.html#clicmd_show_runtime > > > > Chris. > > > > *From:* vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@list

Re: [vpp-dev] monitor function

2017-07-11 Thread Luke, Chris
The generated documentation has a handy link to the source. :) https://docs.fd.io/vpp/17.07/clicmd_src_vlib.html#clicmd_show_runtime Chris. From: vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io] On Behalf Of Yuliang Li Sent: Tuesday, July 11, 2017 21:32 To: Ni, Hongjun Cc: vpp-

Re: [vpp-dev] monitor function

2017-07-11 Thread Ni, Hongjun
Hi Yuliang, Please refer to the function: show_node_runtime() in $VPP/src/vlib/node_cli.c -Hongjun From: Yuliang Li [mailto:yuliang...@yale.edu] Sent: Wednesday, July 12, 2017 9:32 AM To: Ni, Hongjun Cc: vpp-dev@lists.fd.io Subject: Re: [vpp-dev] monitor function Thanks Hongjun. Do you know w

Re: [vpp-dev] monitor function

2017-07-11 Thread Yuliang Li
Thanks Hongjun. Do you know which piece of code shall I look at if I want to add my customized monitoring and expose them to vppctl? On Tue, Jul 11, 2017 at 6:23 PM, Ni, Hongjun wrote: > Hi Yuliang, > > > > Please see below link for details: > > https://wiki.fd.io/view/VPP/Command-line_Interface

Re: [vpp-dev] monitor function

2017-07-11 Thread Ni, Hongjun
Hi Yuliang, Please see below link for details: https://wiki.fd.io/view/VPP/Command-line_Interface_(CLI)_Guide#CLI_features -Hongjun From: vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io] On Behalf Of Yuliang Li Sent: Wednesday, July 12, 2017 9:19 AM To: vpp-dev@lists.fd.io Subje

[vpp-dev] monitor function

2017-07-11 Thread Yuliang Li
Hi, I want to add more things to be monitored when using command "show run". How does the command in vppctl interact with vpp? Thanks, -- Yuliang Li PhD student Department of Computer Science Yale University ___ vpp-dev mailing list vpp-dev@lists.fd.io

[vpp-dev] vppctl bug?

2017-07-11 Thread Yichen Wang (yicwang)
Hi, VPP folks, Using a pretty new VPP 17.07-rc2 RPM: neutron_vpp_8422 [root@sjc04-pod6-compute-1 /]# vppctl show ver verbose Version: v17.07-rc2~3-g0786710~b20 Compiled by: jenkins Compile host: centos7-basebuild-4c-4g-489 Compile date: Thu Jul

Re: [vpp-dev] Qemu error vhost-user Failed initializing vhost-user memory map

2017-07-11 Thread Steven Luong (sluong)
Divya, Please try this. I highlighted the difference. ./qemu-system-x86_64 -enable-kvm -m 512 -bios /home/cavium/Downloads/OVMF.fd -smp 4 -cpu host -vga none -nographic -drive file="/home/cavium/Downloads/clear-16300-kvm.img",if=virtio,aio=threads -chardev socket,id=char1,path=/tmp/sock1.sock

[vpp-dev] VPP Terabit Performance at Scale

2017-07-11 Thread Ed Warnicke
Big announcement today, VPP is posting Terabit performance numbers: https://fd.io/2017/07/fd-io-breaking-the-terabit-barrier/ Many thanks to Maciek and the CSIT team who did a lot of work on the benchmarking/video/slides at the bottom of the post :) And many thanks to all the vpp developers who

Re: [vpp-dev] Weekly VPP Meeting

2017-07-11 Thread Dave Barach (dbarach)
Dear Billy, Thanks for the update. Sorry for any confusion about today’s meeting. Dave From: Billy McFall [mailto:bmcf...@redhat.com] Sent: Tuesday, July 11, 2017 11:03 AM To: Dave Barach (dbarach) ; Thomas F Herbert Cc: vpp-dev@lists.fd.io Subject: Weekly VPP Meeting I just discovered there

[vpp-dev] Weekly VPP Meeting

2017-07-11 Thread Billy McFall
I just discovered there was a VPP Meeting today. I have a conflict so I won't be able to attend. I see I now have an agenda item, VPP -> RedHat Release Status Update: * Ed W. pushed a patch (work around) into 17.07 so vppctl can run as a non-root user. Damjan pushed the actual fix into master, but

[vpp-dev] code review

2017-07-11 Thread Kristína Nevolníková
Hi guys, Could anybody have a look on this commit https://gerrit.fd.io/r/#/c/7248/ This fix decrease steps necessary to upgrading RPM packages and not call sysctl when packages are upgrading... Thanks! Kristina Nevolnikova Kristína Nevoľníková Frinx s.r.o. Mlynské Nivy 48 / 821 09 B

Re: [vpp-dev] Question about stateful

2017-07-11 Thread Andrew Yourtchenko
Hi, > On 11 Jul 2017, at 07:43, Ehsan Shahrokhi wrote: > > Hi, > > >Why tie together two plugins with potentially very different use cases ? > > I didn't mean to tie these two plugins together. I just have this in mind > that both these plugins have common function of connection tracking. For