Please take a look at src/vlib/main.c.
From: vpp-dev@lists.fd.io On Behalf Of Alok Makhariya
Sent: Tuesday, February 5, 2019 5:22 AM
To: vpp-dev@lists.fd.io
Subject: [vpp-dev] Query regarding VLIB macro
Hi,
I see that I can use the following macro's inside my VPP plugin so tha
Hi,
I see that I can use the following macro's inside my VPP plugin so that the
corresponding functions are called.
VLIB_EARLY_CONFIG_FUNCTION
VLIB_CONFIG_FUNCTION
VLIB_INIT_FUNCTION
I wanted to know in what sequence will the functions be called in the main
thread if I define all the above thr