Add a vpp_restart command
[vpp.git] / vpp / app / version.c
index 5eb1fc5..588aadf 100644 (file)
@@ -59,6 +59,7 @@ show_vpe_version_command_fn (vlib_main_t * vm,
       _("Compiler", "%s", vpe_compiler);
       _("CPU model name", "%U", format_cpu_model_name);
       _("CPU microarchitecture", "%U", format_cpu_uarch);
+      _("Current PID", "%d", getpid());
 #if DPDK > 0
       _("DPDK Version", "%s", rte_version());
       _("DPDK EAL init args", "%s", dpdk_main.eal_init_args_str);