[vpp-dev] vpp api test issue

2018-09-09 Thread Kevin Yan
Hi , I started to learn VPP recently and I am trying to write a control plane application to start and configure vpp automatilly, so firstly I tried to compile test_client.c and run it , some commands are good , but some are not well worked. For example, if I type 'L' which is us

Re: [vpp-dev] cmake is on

2018-09-09 Thread Kingwel Xie
Many thx! From: vpp-dev@lists.fd.io On Behalf Of Damjan Marion via Lists.Fd.Io Sent: Friday, September 07, 2018 4:30 PM To: Damjan Marion Cc: vpp-dev@lists.fd.io Subject: Re: [vpp-dev] cmake is on I just did it: https://gerrit.fd.io/r/#/c/14711/ -- Damjan On 7 Sep 2018, at 09:25, Damjan

Re: [vpp-dev] vl_api_sw_interface_dump problem

2018-09-09 Thread Damjan Marion via Lists.Fd.Io
Dear Emma, Chore, Patch 14647 is not valid solution to the problem. DPDK_DEVICE_FLAG_ADMIN_UP is not valid hw interface flag. From that code section, you can see that dpdk_update_link_state() function is called which is supposed to update link speed and duplex after link goes up. Can you chang

[vpp-dev] hqos configuration in vpp (Connection refused)

2018-09-09 Thread Reza Mirzaei
Hi I want to config vpp in a way that it can use hqos according to this tutorial [1], but when i set hqos feature for an interface in /etc/vpp/starttup.conf and then restart vpp service, it's not clear for me that why vpp service can not be started. can anyone help me to solve this problem? My