Re: [vpp-dev] Is there any subscription and notification framework in VPP

2022-06-02 Thread Vijay Singh
Thanks, I'll check it out. On Thu, 2 Jun 2022 at 12:20 AM, Ray Kinsella wrote: > > Ray Kinsella writes: > > > vijay.singhme...@gmail.com writes: > > > >> Hi, > >> > >> I wants to use subscription and notification framework in VPP. > >> For example if we subscribe to particular service like, sub

Re: [vpp-dev] Is there any subscription and notification framework in VPP

2022-06-01 Thread Ray Kinsella
Ray Kinsella writes: > vijay.singhme...@gmail.com writes: > >> Hi, >> >> I wants to use subscription and notification framework in VPP. >> For example if we subscribe to particular service like, subscribe to get >> particularly specified packets(could be based on particular port/IP etc.) >> fr

Re: [vpp-dev] Is there any subscription and notification framework in VPP

2022-05-30 Thread Ray Kinsella
vijay.singhme...@gmail.com writes: > Hi, > > I wants to use subscription and notification framework in VPP. > For example if we subscribe to particular service like, subscribe to get > particularly specified packets(could be based on particular port/IP etc.) > from VPP to application. > Instead

[vpp-dev] Is there any subscription and notification framework in VPP

2022-05-25 Thread vijay . singhmehla
Hi, I wants to use subscription and notification framework in VPP. For example if we subscribe to particular service like, subscribe to get particularly specified packets(could be based on particular port/IP etc.) from VPP to application. Instead of continuously polling packets from VPP by the a