@Kingwel
Please add me as one of the reviewer for the patch balajiha...@gmail.com
On Mon, 11 Jun 2018 at 08:09, Kingwel Xie wrote:
> Well, it would take a dew days. Just realized we have to pass the review
> process in Ericsson…
>
>
>
> Will get it done asap.
>
>
>
> *From:* Ni, Hongjun
> *Se
Well, it would take a dew days. Just realized we have to pass the review
process in Ericsson…
Will get it done asap.
From: Ni, Hongjun
Sent: Friday, June 08, 2018 5:54 PM
To: Edward Warnicke ; Kingwel Xie
; vpp-dev@lists.fd.io
Cc: Yao, Chengqiang
Subject: RE: [vpp-dev] GTPu
Thanks Kingwei fo
Dear Andrew,
I've already tested your patch and the my observed behavior in last tests
exists yet. However in vpp1804, mentioned delete process starts when the
session table is full but in master with your patch, process of deleting
sessions starts while session table is not full.
if it is possibl
Use gdb to debug your program, and vpp. Breakpoint the data plane plugin
message handler and see if the vl_api_nat_worker_dump_t_handler is ever
invoked. Note the output of “show api client” once the test client connects.
Your client program ends up w/ 2 threads. Binary APIs are asynchronous. Tr