Hello,
I compile and running vpp with plugin. vpp version is 19.08. I'm running
within a docker container.
The following commands are used for compilation and running.

$make UNATTENDED=yes install-dep

$make pkg-deb V=1

$apt-get install --no-install-recommends -yy liblz4-tool tar \

/src/vpp/build-root/vpp_*.deb \

/src/vpp/build-root/vpp-plugin-core_*.deb \

/src/vpp/build-root/libvppinfra_*.deb \

/src/vpp/build-root/vpp-api-python_*.deb

To run:

/usr/bin/vpp -c ./startup.conf

In my startup.conf,

unix {
  nodaemon
  log /tmp/vpp.log
  full-coredump
  gid vpp
  interactive
  cli-listen localhost:5002
  exec init.conf
}

api-trace {
  on
}

api-segment {
  gid vpp
}


But I didnt see clib_warning message in terminal or syslog
(/var/log/syslog).

Any reasons? Thanks


Best regards

Sothy
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#15645): https://lists.fd.io/g/vpp-dev/message/15645
Mute This Topic: https://lists.fd.io/mt/71673585/21656
Group Owner: [email protected]
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to