Hi everyone, I am able to do make build in my centos 7 vm for vpp but it takes close to 30 minutes for the entire thing to finish. I am trying to execute the following after bringing up vpp, but not sure why my server is not up. how do i incrementally make by just changing one file to add debug logs , say in vpp_echo.c ? [1]. -bash-4.2$ ps -ef | grep vpp
root 2961 1 99 17:10 ? 00:29:38 /auto/home.nas04/skesavan/ *vpp* /build-root/install- *vpp* _debug-native/ *vpp* /bin/ *vpp* -c /etc/ *vpp* /startup.conf skesavan 4832 3064 0 17:40 pts/0 00:00:00 grep --color=auto *vpp * [2] - bash-4.2$ cat /etc/vpp/startup.conf unix { # nodaemon log /var/log/vpp.log full-coredump cli-listen /run/vpp/cli.sock # gid vpp startup-config /etc/vpp/vpp1.conf } session { enable } api-segment { prefix vpp1 } socksvr { socket-name /var/run/vpp.sock } plugins { path /auto/home.nas04/skesavan/vpp/build-root/build-vpp_debug-native/vpp/lib/vpp_plugins } [3]. sudo /auto/home.nas04/skesavan/vpp/build-root/install-vpp_debug-native/vpp/bin/vpp_echo server uri tcp://10.0.0.1/24 use-svm-api chroot prefix vpp1 startup has the following : the above in [2] keeps waiting and doesnt terminate to a failure status. how to verify if it is running and stuck at some point?
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#16868): https://lists.fd.io/g/vpp-dev/message/16868 Mute This Topic: https://lists.fd.io/mt/75259579/21656 Group Owner: vpp-dev+ow...@lists.fd.io Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-