Re: [vpp-dev] Rx stuck to 0 after a while

2018-06-02 Thread Andrew Yourtchenko
hat I missed and would be helpful is that I run T-Rex with '-p' > parameter: > ./t-rex-64 -c 6 -d 10 -f cap2/sfr.yaml --cfg cfg/trex_cfg.yaml -m 30 -p > > Thanks, > Sincerely > > From: Andrew  Yourtchenko > Sent: Wednesday, May 30, 2018 12:08 PM > To: Rubina Bianc

Re: [vpp-dev] Rx stuck to 0 after a while

2018-06-01 Thread Rubina Bianchi
ally patch just prevent deadlock > in my case but throughput is same as before. > > ____ > From: Andrew  Yourtchenko > Sent: Tuesday, May 29, 2018 10:11 AM > To: Rubina Bianchi > Cc: vpp-dev@lists.fd.io > Subject: Re: [vpp-dev] Rx stuck to 0 a

Re: [vpp-dev] Rx stuck to 0 after a while

2018-05-30 Thread Andrew Yourtchenko
case (4 >> interface in one numa that all of them has acl) my device throughput will >> decrease from maximum to around 60Mbps. Actually patch just prevent >> deadlock >> in my case but throughput is same as before. >> >> >> F

Re: [vpp-dev] Rx stuck to 0 after a while

2018-05-30 Thread Andrew Yourtchenko
ally patch just prevent deadlock > in my case but throughput is same as before. > > ____ > From: Andrew  Yourtchenko > Sent: Tuesday, May 29, 2018 10:11 AM > To: Rubina Bianchi > Cc: vpp-dev@lists.fd.io > Subject: Re: [vpp-dev] Rx stuck to 0 after

Re: [vpp-dev] Rx stuck to 0 after a while

2018-05-29 Thread Rubina Bianchi
@lists.fd.io Subject: Re: [vpp-dev] Rx stuck to 0 after a while Dear Rubina, thank you for quickly checking it! Judging by the logs the VPP quits, so I would say there should be a core file, could you check ? If you find it (doublecheck by the timestamps that it is indeed the fresh one), you can load

Re: [vpp-dev] Rx stuck to 0 after a while

2018-05-29 Thread Andrew Yourtchenko
> > From: Andrew  Yourtchenko > Sent: Monday, May 28, 2018 5:58 PM > To: Rubina Bianchi > Cc: vpp-dev@lists.fd.io > Subject: Re: [vpp-dev] Rx stuck to 0 after a while > > Dear Rubina, > > Thanks for catching and reporting this! >

Re: [vpp-dev] Rx stuck to 0 after a while

2018-05-29 Thread Rubina Bianchi
processing engine. From: Andrew  Yourtchenko Sent: Monday, May 28, 2018 5:58 PM To: Rubina Bianchi Cc: vpp-dev@lists.fd.io Subject: Re: [vpp-dev] Rx stuck to 0 after a while Dear Rubina, Thanks for catching and reporting this! I suspect what might be happening

Re: [vpp-dev] Rx stuck to 0 after a while

2018-05-28 Thread Andrew Yourtchenko
Dear Rubina, Thanks for catching and reporting this! I suspect what might be happening is my recent change of using two unidirectional sessions in bihash vs. the single one triggered a race, whereby as the owning worker is deleting the session, the non-owning worker is trying to update it. That