Re: [vpp-dev] VPP register node change upper limit

2019-04-08 Thread John Lo (loj) via Lists.Fd.Io
arly not used. Regards, John From: vpp-dev@lists.fd.io On Behalf Of Abeeha Aqeel Sent: Friday, April 05, 2019 4:07 AM To: dmar...@me.com Cc: vpp-dev@lists.fd.io Subject: Re: [vpp-dev] VPP register node change upper limit The pppoe plugin? Regards, Abeeha Aqeel Network Design Engineer Xflow

Re: [vpp-dev] VPP register node change upper limit

2019-04-05 Thread Abeeha Aqeel
-dev] VPP register node change upper limit On 5 Apr 2019, at 08:31, Abeeha Aqeel wrote: Can you please suggest what other lighter ways can be used to deal with a large number of sessions ?    Currently, I’ve changed the vlib_error_t to use 14 bits for node. That gives me 1<<14 node i

Re: [vpp-dev] VPP register node change upper limit

2019-04-05 Thread Abeeha Aqeel
.fd.io Subject: Re: [vpp-dev] VPP register node change upper limit It is a bit of shame that that plugin doesn’t scale. Somebody will need to rewrite that plugin to make it right, i.e simple use of sub-interfaces will likely make this limitation to dissapear... —  Damjan On Feb 4, 2019, at 5:56 AM,

Re: [vpp-dev] VPP register node change upper limit

2019-02-03 Thread Damjan Marion via Lists.Fd.Io
ng used as they do not show up in the “show runtime” or the > trace of packets. > > Regards, > > Abeeha > > From: Abeeha Aqeel > Sent: Friday, February 1, 2019 5:36 PM > Cc: vpp-dev@lists.fd.io > Subject: FW: [vpp-dev] VPP register node change upper limit > >

FW: [vpp-dev] VPP register node change upper limit

2019-02-03 Thread Abeeha Aqeel
not show up in the “show runtime” or the trace of packets. Regards,   Abeeha From: Abeeha Aqeel Sent: Friday, February 1, 2019 5:36 PM Cc: vpp-dev@lists.fd.io Subject: FW: [vpp-dev] VPP register node change upper limit From: Abeeha Aqeel Sent: Friday, February 1, 2019 5:32 PM To: dmar

Re: [vpp-dev] VPP register node change upper limit

2019-02-01 Thread Damjan Marion via Lists.Fd.Io
> On 1 Feb 2019, at 13:36, Abeeha Aqeel wrote: > From: Abeeha Aqeel <mailto:abeeha.aq...@xflowresearch.com> > Sent: Friday, February 1, 2019 5:32 PM > To: dmar...@me.com <mailto:dmar...@me.com> > Subject: RE: [vpp-dev] VPP register node change upper limit > >

FW: [vpp-dev] VPP register node change upper limit

2019-02-01 Thread Abeeha Aqeel
From: Abeeha Aqeel Sent: Friday, February 1, 2019 5:32 PM To: dmar...@me.com Subject: RE: [vpp-dev] VPP register node change upper limit I am using the vpp pppoe plugin and that’s how its working. I do see an option in the vnet/interface.c to create interfaces that do not need TX nodes, but I

Re: [vpp-dev] VPP register node change upper limit

2019-02-01 Thread Damjan Marion via Lists.Fd.Io
> On 1 Feb 2019, at 11:32, Abeeha Aqeel wrote: > > Dear All, > > I am trying to create 64k PPPoE sessions with VPP but VPP crashes after > creating 216 sessions each time. From the system logs it seems that it > crashes while trying to register a node and that node’s index is greater than