Re: [vpp-dev] can't establish tcp connection with new introduced transport_endpoint_freelist

2023-03-14 Thread Florin Coras
roto = proto; >> lep->refcnt = 1; >> >> transport_endpoint_table_add (>local_endpoints_table, proto, >ep, >> lep - tm->local_endpoints); >> >> return 0; >> } > > Florin Coras mailto:fcoras.li...@gmail.com>> > 于2023年3月14日周二 1

Re: [vpp-dev] #vnet A bug which may cause assertion error in vnet/session

2023-03-20 Thread Florin Coras
Hi, First of all, could you try this [1] with latest vpp? It’s really interesting that iperf does not exhibit this issue. Regarding your config, some observations: - I see you have configured 4 worker. I would then recommend to use 4 rx-queues and 5 tx-queues (main can send packets), as

Re: [vpp-dev] Sigabrt in tcp46_input_inline for tcp_lookup_is_valid

2023-03-20 Thread Florin Coras
tly warning 'session %u hash delete rv -3' in > session_delete in my environment, hope this helps to investigate. > > Florin Coras mailto:fcoras.li...@gmail.com>> > 于2023年3月20日周一 23:29写道: >> Hi, >> >> Understood and yes, connect will synchronously fail

Re: [vpp-dev] Sigabrt in tcp46_input_inline for tcp_lookup_is_valid

2023-03-23 Thread Florin Coras
re. > > Really appreciate your help and thanks a lot. > > Florin Coras mailto:fcoras.li...@gmail.com>> > 于2023年3月22日周三 11:54写道: >> Hi Zhang, >> >> Awesome! Thanks! >> >> Regards, >> Florin >> >>> On Mar 21, 2023, at

Re: COMMERCIAL BULK: Re: [E] COMMERCIAL BULK: [vpp-dev] TLS app stuck after burst of traffic #vpp-hoststack

2023-03-07 Thread Florin Coras
n > > From: vpp-dev@lists.fd.io <mailto:vpp-dev@lists.fd.io> <mailto:vpp-dev@lists.fd.io>> On Behalf Of Florin Coras > Sent: Tuesday, March 7, 2023 2:49 PM > To: vpp-dev mailto:vpp-dev@lists.fd.io>> > Cc: Olivia Dunham <mailto:theoliviadun...@gmail.com>

Re: [vpp-dev] Sigabrt in tcp46_input_inline for tcp_lookup_is_valid

2023-03-21 Thread Florin Coras
l provide feedback later. > > Florin Coras mailto:fcoras.li...@gmail.com>> > 于2023年3月22日周三 02:12写道: >> Hi, >> >> Okay, resetting of half-opens definitely not supported. I updated the patch >> to just clean them up on forced reset, without sending a re

Re: [vpp-dev] Sigabrt in tcp46_input_inline for tcp_lookup_is_valid

2023-03-21 Thread Florin Coras
p usage. >>> 3. register a disconnect callback, which basically do same as reset >>> callback. >>> 4. register a cleanup callback and accept callback, which basically make >>> the session layer happy without actually relevant work to do. >>> >>> T

Re: [vpp-dev] #vnet A bug which may cause assertion error in vnet/session

2023-03-21 Thread Florin Coras
Hi, The problem seems to be that you’re using a vmxnet3 interface, so I suspect this might be a vm configuration issue. Your current config should work but could end up being inefficient. With respect to your problem, I just built redis and ran redis-server and cli over LDP. Everything

Re: [vpp-dev] Sigabrt in tcp46_input_inline for tcp_lookup_is_valid

2023-03-20 Thread Florin Coras
ake app > complicated from a TCP programming prospective. > > For your patch, I think it should be work because I can't delete the half > open session immediately because there is worker configured, so the half open > will be removed from bihash when syn retrans timeout. I have merged the

Re: [vpp-dev] Delete node process

2023-02-06 Thread Florin Coras
Hi, You can disable a node using vlib_node_set_state. There’s no api to unregister a node. Regards, Florin > On Feb 6, 2023, at 12:00 PM, amine belroul wrote: > > Hello, > How can I delete node process from vpp runtime? > For right I can make it just done but not deleted. > > > Thank

Re: [vpp-dev] Issue related to VCL Session Migration

2023-02-07 Thread Florin Coras
Hi Vivek, Aslam, That’s an interesting use case. We typically recommend using VCL natively and only if that’s not possible use LDP, which implies VLS locking. We haven’t had many VLS native integration efforts. Coming back to your problem, any particular reason why you’re not registering all

[vpp-dev] [FD.io Helpdesk #46540] [linuxfoundation.org #46540] Re: Growing build queue

2017-10-02 Thread Florin Coras via RT
Queue is back down to 1. Thanks a lot Vanessa! Florin > On Oct 2, 2017, at 11:59 AM, Vanessa Valderrama > <vvalderr...@linuxfoundation.org> wrote: > > Florin, > > I'm looking into the issue now. > > Thank you, > Vanessa > > On 10/02/2017 11:4

[vpp-dev] [FD.io Helpdesk #45343] [linuxfoundation.org #45343] Re: More build timeouts for vpp-verify-master-ubuntu1604

2017-09-06 Thread Florin Coras via RT
Hi, Any news regarding this? We are 1 week away from API freeze and the infra makes it almost impossible to merge patches! Thanks, Florin > On Sep 4, 2017, at 9:44 PM, Dave Wallace wrote: > > Dear helpd...@fd.io , > > There has been another

[vpp-dev] [FD.io Helpdesk #46540] [linuxfoundation.org #46540] Fwd: Growing build queue

2017-10-02 Thread Florin Coras via RT
Unfortunately this completely blocks vpp development. Could someone please take a look at it. Thanks, Florin > Begin forwarded message: > > From: Florin Coras <fcoras.li...@gmail.com> > Subject: Growing build queue > Date: October 2, 2017 at 9:49:16 AM PDT > To: Vane

Re: [vpp-dev] [csit-dev] make test python segfault in ubuntu 16.04

2017-08-28 Thread Florin Coras (fcoras)
Hi Dave, Thanks a lot for thorough analysis! I’d also really like to see 1 be fixed as soon as possible. Cheers, Florin From: Dave Wallace <dwallac...@gmail.com> Date: Friday, August 25, 2017 at 10:56 AM To: "vpp-dev@lists.fd.io" <vpp-dev@lists.fd.io> Cc: "

Re: [vpp-dev] [FD.io Helpdesk #56282] git.fd.io not updating

2018-05-22 Thread Florin Coras via RT
>> Roughly a week ago, I noticed there was a DNS/IP change when cloning a >> new VPP >> repo... I wonder if what I saw is somehow connected to this issue. >> On Mon, 2018-05-21 at 16:34 -0700, Florin Coras wrote: >>> Hi, >>> It would seem that git.fd.io [1]

Re: [vpp-dev] builtin UDP server broken in 18.01 ?

2018-01-26 Thread Florin Coras (fcoras)
<andreas.schu...@travelping.com> Date: Friday, January 26, 2018 at 8:09 AM To: "vpp-dev@lists.fd.io" <vpp-dev@lists.fd.io> Cc: "Florin Coras (fcoras)" <fco...@cisco.com> Subject: Re: builtin UDP server broken in 18.01 ? Andreas Schultz <andreas.schu...@travelping.

Re: [vpp-dev] builtin UDP server broken in 18.01 ?

2018-01-26 Thread Florin Coras (fcoras)
Sorry about that, it is fixed in this patch: https://gerrit.fd.io/r/#/c/10253/ Florin From: Andreas Schultz <andreas.schu...@travelping.com> Date: Friday, January 26, 2018 at 8:09 AM To: "vpp-dev@lists.fd.io" <vpp-dev@lists.fd.io> Cc: "Florin Coras (fcoras)"

Re: [vpp-dev] [FD.io Helpdesk #50221] [linuxfoundation.org #50221] RE: Wiki hacked?

2017-12-27 Thread Florin Coras via RT
evious version from wiki history. > > We had similar hack on OPNFV/ODL IRC channel as well. > > George > > From: vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io] On > Behalf Of Florin Coras > Sent: Wednesday, December 20, 2017 3:38 PM > To: fdio-helpd...@r

<    3   4   5   6   7   8