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