Re: [vpp-dev] Odd problem in adding new session on vpp when its session table is full

2018-09-26 Thread Andrew Yourtchenko
for your following up. 😊 > > From: Andrew 👽 Yourtchenko > Sent: Wednesday, September 26, 2018 12:31 AM > To: Rubina Bianchi > Cc: vpp-dev@lists.fd.io > Subject: Re: [vpp-dev] Odd problem in adding new session on vpp when its > session table

Re: [vpp-dev] Odd problem in adding new session on vpp when its session table is full

2018-09-25 Thread Rubina Bianchi
Thanks for your following up. 😊 From: Andrew 👽 Yourtchenko Sent: Wednesday, September 26, 2018 12:31 AM To: Rubina Bianchi Cc: vpp-dev@lists.fd.io Subject: Re: [vpp-dev] Odd problem in adding new session on vpp when its session table is full Dear Rubina, On 9

Re: [vpp-dev] Odd problem in adding new session on vpp when its session table is full

2018-09-25 Thread Andrew Yourtchenko
/gerrit.fd.io/r/#/c/14821/ which should significantly reduce > the amount of session list shuffling work in normal case scenarios. > Before I commit it, could you give it a shot to see if it indeed > behaves as I would expect it to behave ? Thanks a lot! > > --a > >> Thanks,

Re: [vpp-dev] Odd problem in adding new session on vpp when its session table is full

2018-09-25 Thread Rubina Bianchi
anges? Thanks, Sincerely From: Andrew 👽 Yourtchenko Sent: Monday, September 24, 2018 6:49 PM To: Rubina Bianchi Cc: vpp-dev@lists.fd.io Subject: Re: [vpp-dev] Odd problem in adding new session on vpp when its session table is full Dear Rubina, On 9/24/18, Rubina Bi

Re: [vpp-dev] Odd problem in adding new session on vpp when its session table is full

2018-09-24 Thread Andrew Yourtchenko
--a > Thanks, > Sincerely > > From: Andrew 👽 Yourtchenko > Sent: Tuesday, September 18, 2018 4:06 PM > To: Rubina Bianchi > Cc: vpp-dev@lists.fd.io > Subject: Re: [vpp-dev] Odd problem in adding new session on vpp when its > session table is ful

Re: [vpp-dev] Odd problem in adding new session on vpp when its session table is full

2018-09-24 Thread Rubina Bianchi
> From: Andrew 👽 Yourtchenko > Sent: Tuesday, September 18, 2018 11:27 AM > To: Rubina Bianchi > Cc: vpp-dev@lists.fd.io > Subject: Re: [vpp-dev] Odd problem in adding new session on vpp when its > session table is full > > > > > Hi Rubina, > > O

Re: [vpp-dev] Odd problem in adding new session on vpp when its session table is full

2018-09-18 Thread Andrew Yourtchenko
ptember 18, 2018 11:27 AM > To: Rubina Bianchi > Cc: vpp-dev@lists.fd.io > Subject: Re: [vpp-dev] Odd problem in adding new session on vpp when its > session table is full > > > > > Hi Rubina, > > On 18 Sep 2018, at 11:14, Rubina Bianchi > mailto:r_bian...@o

Re: [vpp-dev] Odd problem in adding new session on vpp when its session table is full

2018-09-18 Thread Rubina Bianchi
aster ? —a From: Andrew 👽 Yourtchenko mailto:ayour...@gmail.com>> Sent: Monday, September 17, 2018 8:03 PM To: Rubina Bianchi Cc: vpp-dev@lists.fd.io<mailto:vpp-dev@lists.fd.io> Subject: Re: [vpp-dev] Odd problem in adding new session on vpp when its session table is full Dear

Re: [vpp-dev] Odd problem in adding new session on vpp when its session table is full

2018-09-18 Thread Andrew Yourtchenko
, September 17, 2018 8:03 PM > To: Rubina Bianchi > Cc: vpp-dev@lists.fd.io > Subject: Re: [vpp-dev] Odd problem in adding new session on vpp when its > session table is full > > Dear Rubina, > > looking at the outputs, there are a few anomalies that hopefully you > can c

Re: [vpp-dev] Odd problem in adding new session on vpp when its session table is full

2018-09-18 Thread Rubina Bianchi
Sent: Monday, September 17, 2018 8:03 PM To: Rubina Bianchi Cc: vpp-dev@lists.fd.io Subject: Re: [vpp-dev] Odd problem in adding new session on vpp when its session table is full Dear Rubina, looking at the outputs, there are a few anomalies that hopefully you can clarify: 1) the max session count

Re: [vpp-dev] Odd problem in adding new session on vpp when its session table is full

2018-09-17 Thread Andrew Yourtchenko
Dear Rubina, looking at the outputs, there are a few anomalies that hopefully you can clarify: 1) the max session count is 100. The latest master has the default limit of 50, and I do not see any startup config parameters changing that. Which version are you testing with/building off ? 2

Re: [vpp-dev] Odd problem in adding new session on vpp when its session table is full

2018-09-17 Thread Andrew Yourtchenko
Dear Rubina, The outputs you include - you took them on that second test two days later ? Then it looks like session lists got wrong, so the cleaner could not traverse the sessions to clean, I suspect I might be something I missed within the session reuse logic when the table is full. Let me in