[vpp-dev] Cutting 18.07.1 release Thu Sept 13

2018-09-11 Thread Edward Warnicke
I would like to cut the vpp 18.07.1 dot release on Thu Sept 13. We have three outstanding patches still against stable/1807: 1) nat: fix busy ports of each thread - which came in just this morning, and looks serious 2) Fix create memif socket

Re: [vpp-dev] VPP's C-type-api example

2018-09-11 Thread Dave Barach via Lists.Fd.Io
The typical coding pattern to use when you don't know how many messages will come back: send a dump request, followed by an echo-ping. When the ping reply shows up, the dump is complete... HTH... Dave From: vpp-dev@lists.fd.io On Behalf Of wangchuan...@163.com Sent: Tuesday, September 11,

[vpp-dev] VPP's C-type-api example

2018-09-11 Thread wangchuan...@163.com
Hi all, I code my example following src/vpp-api/client, but do {vac_read}while(1) often block when the results-num does not know. It shows pthread_cond_wait when gdb. Help please! Thanks very much! void printIntefaces() { api_main_t * am = _main; vl_api_sw_interface_dump_t message;

[vpp-dev] memif: multiple queues VPP-memif slave icmp_responder master Not working with VPP v18.10-rc0~354-g49ca260

2018-09-11 Thread truring truring
Hi , I am trying to run "multiple queues VPP-memif slave icmp_responder master" example with vpp version 18.10 but observing a crash on icmpr-epoll binary . icmpr-epoll binary crashes when i make the memif0/0 interface up. Steps followed : Bring up the icmpr-epoll binary in master mode: libmemif

Re: [vpp-dev] vl_api_sw_interface_dump problem

2018-09-11 Thread emma sdi
I Have another idea, if we do not call vnet_hw_interface_set_flags(...,VNET_HW_INTERFACE_FLAG_LINK_UP) in dpdk_interface_admin_up_down function, flags will update appropriately in dpdk_update_link_state function. My patch On Mon, Sep 10, 2018 at 4:35 PM