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

[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

Re: [vpp-dev] vl_api_sw_interface_dump problem

2018-09-09 Thread emma sdi
Dear community I have the same problem, and commit this suggestion in https://gerrit.fd.io/r/#/c/14647/. Please someone review this code, it seems OK to me. Cheers, Khers On Mon, Sep 3, 2018 at 12:18 PM sadjad wrote: > Hi Dear VPP > I tried to solve this problem. so i changed device.c in dpdk