Re: [vpp-dev] Unable to access ipsec_sa_t object from my own plugin ( non esp plugins)!

2022-09-26 Thread sagar g
Hi All, Issue is solved after linking the below files to my custom plugin. +include_directories(/src/vnet) +include_directories(/src/vnet/ipip) +include_directories(/src/vnet/ipsec) Also I did extern ipsec_sa_t * in my plugin. Thanks, Sagar On Thu, Sep 22, 2022 at 10:29 PM sagar g wrote:

[vpp-dev] Unable to access ipsec_sa_t object from my own plugin ( non esp plugins)!

2022-09-22 Thread sagar g
Hi All, I am trying to do the following tasks while deleting the sa to handle inflight packets. 1. sa delete event processed from main thread 2. I am trying to delay sa delete operation and queue this event to maintenance list 3. There is a timer run in each worker thread which iterates through t