[vpp-dev] Some memif API and Naming Questions

2018-01-13 Thread Jon Loeliger
Hi VPPeople, I am working on adding memif support to our system and need to design some User Interface pieces for it. I am having a bit of a hard time with one naming aspect of the memif components. Each memif entry has a unique u32 id assigned to it. Each memif entry requires a socket as part o

Re: [vpp-dev] Proposal to remove ssvm_eth

2018-01-13 Thread Dave Barach (dbarach)
Dear Florin, Quite to the contrary: removing the ssvm_ethernet driver would be a Good Thing. I built it as a prototype a long time ago. It has not been widely adopted. Memif solves the same general problem [much better], so please go ahead... Thanks... Dave -Original Message- From: vpp

[vpp-dev] show memory

2018-01-13 Thread Saeed P
Hi I want to customize "show memory" command in the debug mode when enable memory trace to show the function name instead of the address in the "Traceback" column to easily find memory leakage. at the first I see the source code and find out that its use "format_clib_elf_symbol_with_address" to fo