Re: [vpp-dev] Issues of VPP deb packages on packagecloud.io

2019-07-26 Thread Yohan Pipereau (ypiperea) via Lists.Fd.Io
Hi, Sorry for the problem, please take a look at https://gerrit.fd.io/r/#/c/20756/ . Yohan > -Original Message- > From: vpp-dev@lists.fd.io On Behalf Of Pei, Yulong > Sent: vendredi 26 juillet 2019 11:27 > To: vpp-dev@lists.fd.io > Cc: Wang, Weixi > Subject: [vpp-dev] Issues of VPP deb

Re: [vpp-dev] Ubuntu1604 merge job is broken

2019-07-19 Thread Yohan Pipereau (ypiperea) via Lists.Fd.Io
Before, it was easier to read but also misleading. Indeed, NAME field was actually empty because the definition of the maccro : "add_vpp_packaging name" was putting "NAME" in "name" and "vomVENDORfd.ioDESCRIPTIONVPP Object Model" in ARGN for parsing by cmake_parse_arguments (cmake>=3.5 only btw

Re: [vpp-dev] Ubuntu1604 merge job is broken

2019-07-19 Thread Yohan Pipereau (ypiperea) via Lists.Fd.Io
I am working on having cpack-based packages respect vpp packages name format: https://gerrit.fd.io/r/#/c/20756/ . The problem comes from add_vpp_packaging rather than vom. Yohan > -Original Message- > From: vpp-dev@lists.fd.io On Behalf Of Andrew > Yourtchenko > Sent: vendredi 19 juill

[vpp-dev] VOM packaging for sweetcomb

2019-07-10 Thread Yohan Pipereau (ypiperea) via Lists.Fd.Io
Hi, I am working for sweetcomb project and as discussed during yesterday VPP weekly meeting we are trying to make changes to rely on VOM to configure VPP. In 19.01 and before, VOM was packaged as part of vpp-dev and it has been removed from vpp-dev in 19.04. (I guess for the same reasons as lib

Re: Re: [vpp-dev] is sw_interface_dump api bug?

2019-03-14 Thread Yohan Pipereau (ypiperea) via Lists.Fd.Io
> Probably it would be sufficient to just > > improve the current [1] documentation. > Hope this can help: https://gerrit.fd.io/r/#/c/18302/ Another solution is to look at existing implementation which uses VAPI: extra/vom/, gerrit.fd.io/r/sweetcomb, etc... Yohan -=-=-=-=-=-=-=-=-=-=-=- Links:

Re: [vpp-dev] VPP stats

2019-03-11 Thread Yohan Pipereau (ypiperea) via Lists.Fd.Io
Hi Raj, In case this might help, there is a config for statseg for VPP 18.10 in a dockerfile entrypoint here: https://github.com/cisco-ie/vpp-lab/blob/master/hc2vpp/entrypoint.sh#L21 It seems like the following should work because, default config is /run/vpp/stats.sock statseg { default } Yoha