Re: [vpp-dev] possible buffer deposit if allocating buffer via CPU on one NUMA and freeing buffer via CPU on another NUMA

2019-03-17 Thread lollita
Hi, Damjan, My concern is even the cache for transmit thread is full, then buffer will be return to the main pool, but the buffer in transmit thread cache will not be freed or allocated any more. So it will be deposit in the transmit thread cache. BR/Lollita Liu From: Damjan Marion (dam

[vpp-dev] [csit-dev] Automating VPP-API "Flag Day" patches

2019-03-17 Thread Dave Wallace
FYI, input from the VPP community welcome too! Thanks, -daw- Forwarded Message Subject:[csit-dev] Automating VPP-API "Flag Day" patches Date: Sun, 17 Mar 2019 22:15:04 -0400 From: Dave Wallace via Lists.Fd.Io Reply-To: dwallac...@gmail.com To: csit-dev C

Re: [vpp-dev] getting segfault in execution of vpp 19.01 having nat configuration with trex

2019-03-17 Thread Rubina Bianchi
Hi John. Thanks for your response. I built my own VPP on Debian 8 and my gcc version "gcc (Debian 4.9.2-10) 4.9.2". Since I had problem in building vpp with my gcc, I made changes on code which are available in the following link. https://paste.ubuntu.com/p/kn34fxwSjb/ I don't know exactly what