[vpp-dev] question about double default buffer free list

2018-09-19 Thread Liu Anhua
Hi Damijan, When initializing, many modules will create one or more buffer free lists. For example, ip4_lookup creates a free list named 'ip4 arp'. In the function that creates the buffer free list, if the buffer_free_list_pool in buffer_main is Empty, will create a free list named 'default', bu

[vpp-dev] crash when pressing TAB on CLI

2018-09-05 Thread Liu Anhua
Hi, I have a problem with the latest code. When I execute 'set interface ip' on the command line and press TAB, it will crash. The current direct reason is found in the qsort function. When comparing strings, the access is Illegal memory, the specific code is as follows: for (min = base; (hi =