Re: [vpp-dev] TCP msg queue full, connections reset issue

2022-07-26 Thread Vijay Kumar
Hi Florin, Thanks for a quick response. Seeing the app logs closely, we saw it was rejecting due to a lookup failure for ue ip. So its not first case related to congestion. Regards. On Wed, 27 Jul 2022, 11:42 Florin Coras, wrote: > Hi Vijay, > > That looks like an accept that either 1) can

Re: [vpp-dev] TCP msg queue full, connections reset issue

2022-07-26 Thread Florin Coras
Hi Vijay, That looks like an accept that either 1) can’t be propagated over shared memory message queue to app, because mq is congested or is 2) rejected by a builtin app Regards, Florin > On Jul 26, 2022, at 7:13 PM, Vijay Kumar wrote: > > Hi experts, > > We are seeing the below counte