[vpp-dev] sup_and_sub_key for sub interface not getting freed?

2016-11-15 Thread Nagaprabhanjan Bellaru
Hi, The sup_and_sub_key which gets `clib_mem_alloc`d during create sub interface does not appear to be getting freed in the "delete_sub_interface" function. Is this expected behavior? Thanks, -nagp ___ vpp-dev mailing list vpp-dev@lists.fd.io https://li

Re: [vpp-dev] OSError: [Errno 17] File exists

2016-11-15 Thread 15803846349
hi,keith: i tried accirding to your steps. but, the outputs are all the same with the last time. why ? has other ways can we try? 来自 魅族 MX4 Pro 原始邮件 发件人:Keith Burns 时间:周三 11月16日 00:22 收件人:王鹏 <15803846...@163.com>,vpp-dev 主题:Re: [vpp-dev] OSError: [Errno 17] File exists >

Re: [vpp-dev] Problem in Multi-queuing in vpp

2016-11-15 Thread Maryam Torabi
Thanks, my problem was solved by following config: dpdk { socket-mem 1024,1024 dev default { num-rx-queues 1 } dev :0a:00.1 dev :0a:00.0 no-multi-seg } ___ vpp-dev mailing list vpp-dev@lists.fd.io https://lists.fd.io/mailman/listinfo/vpp-dev

Re: [vpp-dev] [csit-dev] vHost user test scenarios for CSIT

2016-11-15 Thread Maciek Konstantynowicz (mkonstan)
On 11 Nov 2016, at 13:58, Thomas F Herbert mailto:therb...@redhat.com>> wrote: On 11/09/2016 07:39 AM, Maciek Konstantynowicz (mkonstan) wrote: Some inputs from my side with MK. On 8 Nov 2016, at 21:25, Thomas F Herbert <therb...@redhat.com

Re: [vpp-dev] @DPDK@ in Makefile.am files

2016-11-15 Thread Shravan Ambati
Thanks Dave! From: Dave Barach (dbarach) [mailto:dbar...@cisco.com] Sent: Tuesday, November 15, 2016 9:53 AM To: Shravan Ambati Cc: vpp-dev@lists.fd.io Subject: RE: @DPDK@ in Makefile.am files Dear Shravan, You'll find something like this in the adjacent configure.ac: AC_ARG_WITH(dpdk,

Re: [vpp-dev] @DPDK@ in Makefile.am files

2016-11-15 Thread Dave Barach (dbarach)
Dear Shravan, You'll find something like this in the adjacent configure.ac: AC_ARG_WITH(dpdk, AC_HELP_STRING([--with-dpdk],[Use the Intel dpdk]), [with_dpdk=1], [with_dpdk=0]) AC_SUBST(DPDK,[-DDPDK=${with_dpdk}]) Autotools arranges for @DPDK@ in Makefile.am t

[vpp-dev] @DPDK@ in Makefile.am files

2016-11-15 Thread Shravan Ambati
Hi In several of the Makefile.am files in vpp I see @DPDK@, @VIRL@ compiler flags. What does this mean and how does automake interpret this. I tried googling but could not find an answer. Thanks Shravan ___ vpp-dev mailing list vpp-dev@lists.fd.io http

Re: [vpp-dev] OSError: [Errno 17] File exists

2016-11-15 Thread Keith Burns
Try from project root: git clean -fdx make install-dep bootstrap build-vpp-api Then you can: make build (debug image) make pkg-deb (debian packaging) etc make will return the options. From: 王鹏 <15803846...@163.com> <15803846...@163.com> Reply: 王鹏 <15803846...@163.com> <15803846...@163.com

Re: [vpp-dev] [Fds-dev] OPNFV/FDS - vhost negative scenarios [Was: REMINDER - actions from - csit weekly 161109]

2016-11-15 Thread Juraj Linkes -X (jlinkes - PANTHEON TECHNOLOGIES at Cisco)
Hi Maciek, I want to lay out the issues we've seen so far. Let me start with a little bit of a description of our setup. The whole stack contains OpenStack, ODL (with GBP and VBD components, which handle the configuration of HC/VPP), VPP with HC and qemu with kvm. From the OpenStack perspective

[vpp-dev] Problem in Multi-queuing in vpp

2016-11-15 Thread Maryam Torabi
Hi everyone, I want to run multi-queue mode in VPP 16.09. So I try to set multi queue per interface but when I set following command, set dpdk interface placement TenGigabitEthernet2/0/1 queue 1 thread 1 it can't set queue 1 and return following error: set dpdk interface placement: not found

[vpp-dev] OSError: [Errno 17] File exists

2016-11-15 Thread 王鹏
Hi all: when i execute the command: make V=0 PLATFORM=vpp TAG=vpp install-deb, in the last it output: make[2]: Leaving directory `/vpp/build-root/deb' dh_systemd_enable dh_python2 Traceback (most recent call last): File "/usr/share/python/dh_python2", line 718, in main()