Hi Sastry, 

Inline.

> On May 31, 2021, at 11:46 AM, Sastry Sista <sastry.si...@gmail.com> wrote:
> 
> Hi Florin,
>                      Thank you for the help. I guess its due to 
> INVALID_RMP_IP which is 17. Will check why its going as 0000 for IP. We are 
> filling it fine.
> 
> So, My next step would be to implement event handler part of my linux epoll. 
> 
> I see you suggested me below point in the last mail:
> 
> FLORIN : "2. grab mqs_epfd using vppcom_mq_epoll_fd and add it to the 
> worker’s linux epfd (created using epoll_create)"
> 
> Here, linux epfd is created by epoll_create??. Why we need to add mqs_epfd to 
> linux_epfd?? I shall add this mqs_epfd to my APP epoll() right?

epoll_wait must be called on an epoll fd and that fd must be created using 
epoll_create. The point above was that the app will monitor mqs_epfd for events 
using epoll_wait, and a linux epoll fd, not vppcom_epoll_wait. 

Regards,
Florin
 
> 
> With Regards
> Sastry 
> 
> 

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#19516): https://lists.fd.io/g/vpp-dev/message/19516
Mute This Topic: https://lists.fd.io/mt/83043661/21656
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to