Hi, 

It can be that vpp reset the connection due to some bogus packets or because 
the connection could not be allocated. Check “show errors”. 

Given the config, in particular, 30M fifos (those are pretty large) and 32k 
event queue size, maybe add:

segment-size 7000000000
add-segment-size 7000000000

To make sure there’s enough space in the segments for a moderate amount of 
fifos. If you expect more than 100 connections, maybe set aside even more 
memory for segments. 

Regards,
Florin

> On May 2, 2022, at 11:21 PM, 25956760...@gmail.com wrote:
> 
> [Edited Message Follows]
> 
> Hi, Florin,
> I'm using epoll with LDP, but sometimes I receive EPOLLRDHUP|EPOLLHUP 
> unexpectedly when the opposite side didn't send the FIN packet. Here is my 
> vcl config, am Iconfiguring something wrong? Thank you very much for your 
> help.
> vcl {
> 
>         api-socket-name /run/vpp/api.sock
> 
>         rx-fifo-size 30000000
> 
>         tx-fifo-size 30000000
> 
>         app-scope-local
> 
>         app-scope-global
> 
>     event-queue-size 32000
> 
>         app-socket-api /var/run/vpp/app_ns_sockets/default
> 
> }
> 
> 
> 
> 

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#21335): https://lists.fd.io/g/vpp-dev/message/21335
Mute This Topic: https://lists.fd.io/mt/90853811/21656
Mute #epoll:https://lists.fd.io/g/vpp-dev/mutehashtag/epoll
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